Uses of Interface
org.omnaest.utils.structure.table.Table.Cell

Packages that use Table.Cell
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.internal   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view.concrete   
 

Uses of Table.Cell in org.omnaest.utils.structure.table
 

Methods in org.omnaest.utils.structure.table that return Table.Cell
 Table.Cell<E> Table.Stripe.getCell(int indexPosition)
          Get the Table.Cell for the given index position.
 Table.Cell<E> Table.Stripe.getCell(Object titleValue)
          Returns the Table.Cell for the title value of the orthogonal Table.Stripe.getTitleValue()
 Table.Cell<E> Table.Stripe.getCell(Table.Stripe<E> stripeOrthogonal)
          Returns the Table.Cell for the title value of the orthogonal Table.Stripe
 

Methods in org.omnaest.utils.structure.table that return types with arguments of type Table.Cell
 Iterable<Table.Cell<E>> Table.Stripe.cells()
          Returns an Iterable for all Table.Cells of this Table.Stripe
 

Methods in org.omnaest.utils.structure.table with parameters of type Table.Cell
 boolean Table.Stripe.contains(Table.Cell<E> cell)
          Returns true if this Table.Stripe contains the given Table.Cell.
 void Table.TableCellVisitor.process(int rowIndexPosition, int columnIndexPosition, Table.Cell<E> cell)
          Inspect method
 

Uses of Table.Cell in org.omnaest.utils.structure.table.concrete
 

Methods in org.omnaest.utils.structure.table.concrete that return Table.Cell
 Table.Cell<E> ArrayTable.getCell(int cellIndexPosition)
           
 Table.Cell<E> ArrayTable.getCell(int rowIndexPosition, int columnIndexPosition)
           
 Table.Cell<E> ArrayTable.getCell(int rowIndexPosition, Object columnTitleValue)
           
 Table.Cell<E> ArrayTable.getCell(Object rowTitleValue, int columnIndexPosition)
           
 Table.Cell<E> ArrayTable.getCell(String rowTitleValue, String columnTitleValue)
           
 

Methods in org.omnaest.utils.structure.table.concrete that return types with arguments of type Table.Cell
 Iterable<Table.Cell<E>> TableBasic.cells()
           
 List<Table.Cell<E>> TableAbstract.getCellList()
           
 Iterator<Table.Cell<E>> TableBasic.iteratorCell()
           
 

Uses of Table.Cell in org.omnaest.utils.structure.table.concrete.internal
 

Classes in org.omnaest.utils.structure.table.concrete.internal that implement Table.Cell
 class CellImpl<E>
          Wrapper for a CellDataImpl instance which additionally holds references to the TableInternal.StripeData instances which led to the underlying CellDataImpl
 

Methods in org.omnaest.utils.structure.table.concrete.internal that return Table.Cell
 Table.Cell<E> CellImpl.detachFromTable()
           
 Table.Cell<E> StripeImpl.getCell(int indexPosition)
           
 Table.Cell<E> StripeImpl.getCell(Object titleValue)
           
 Table.Cell<E> StripeImpl.getCell(Table.Stripe<E> stripeOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(int cellIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(int rowIndexPosition, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(int rowIndexPosition, Object columnTitleValue)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(Object rowTitleValue, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(Object rowTitleValue, Object columnTitleValue)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(Object rowTitleValue, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, int indexPosition)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, Object titleValue)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, Object columnTitleValue)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(int cellIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(int rowIndexPosition, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, int indexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, Object titleValue)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(int cellIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(int rowIndexPosition, int columnIndexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(int rowIndexPosition, TableInternal.StripeInternal<E> column)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData, int indexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData, Object titleValue)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeInternal<E> row, int columnIndexPosition)
           
protected  Table.Cell<E> StripeImpl.resolvesOrCreateCellWithinNewTableArea(int indexPosition)
           
protected  Table.Cell<E> StripeImpl.resolvesOrCreateCellWithinNewTableArea(Object titleValue)
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal that return types with arguments of type Table.Cell
 Iterable<Table.Cell<E>> StripeImpl.cells()
           
 Iterator<Table.Cell<E>> StripeImpl.iterator()
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal with parameters of type Table.Cell
 boolean StripeImpl.contains(Table.Cell<E> cell)
           
 

Uses of Table.Cell in org.omnaest.utils.structure.table.internal
 

Subinterfaces of Table.Cell in org.omnaest.utils.structure.table.internal
static interface TableInternal.CellInternal<E>
          Internal Table.Cell representation which wraps a TableInternal.CellData instance
 

Methods in org.omnaest.utils.structure.table.internal that return Table.Cell
 Table.Cell<E> TableInternal.CellInternal.detachFromTable()
          Removes a Table.Cell from its related Table.Row and Table.Column.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(int cellIndexPosition)
          Resolves a Table.Cell by its Table.Cell index position.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(int rowIndexPosition, int columnIndexPosition)
          Resolves the Table.Cell for the given index positions.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(int rowIndexPosition, Object columnTitleValue)
          Resolves a Table.Cell by the Table.Row index position and the Table.Column title value
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by a row index position and a Table.Column.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(Object rowTitleValue, int columnIndexPosition)
          Resolves a Table.Cell by the Table.Row title value and the Table.Column index position
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(Object rowTitleValue, Object columnTitleValue)
          Resolves a Table.Cell by the Table.Row title value and the Table.Column title value
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(Object rowTitleValue, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by the Table.Stripe.Title.getValue() of the Table.Row and the Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripe, int indexPosition)
          Resolves a Table.Cell by a given Table.Stripe and the complementary index position
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripe, Object titleValue)
          Resolves a Table.Cell by a given Table.Stripe and the title value of the orthogonal stripe
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
          Resolves a Table.Cell by two orthogonal TableInternal.StripeData instances
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
          Resolves a Table.Cell for the given Table.Row and Table.Column index position.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, Object columnTitleValue)
          Resolves a Table.Cell by the Table.Row and the Table.Stripe.Title.getValue() of the Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
          Resolves a Table.Cell by a given Table.Row and Table.Column
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(int cellIndexPosition)
          Resolves a Table.Cell by its Table.Cell index position or creates it if it cannot be resolved.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(int rowIndexPosition, int columnIndexPosition)
          Resolves a Table.Cell by its Table.Row and Table.Column index positions.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(int rowIndexPosition, TableInternal.StripeInternal<E> column)
          Tries to resolve a Table.Cell by the given Table.Row index position and a given Table.Column.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeInternal, int indexPosition)
          Tries to resolve or create a Table.Cell for the given Table.Stripe instance and its orthogonal Table.Stripe and index position relation
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeInternal, Object titleValue)
          Tries to resolve or create a Table.Cell for the given Table.Stripe instance and its orthogonal Table.Stripe with the given Table.Stripe.Title.getValue()
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
          Tries to resolve or creates a Table.Cell by two orthogonal TableInternal.StripeData instances
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeInternal<E> row, int columnIndexPosition)
          Tries to resolve a Table.Cell by the given Table.Row and Table.Column index position.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeInternal<E> row, TableInternal.StripeInternal<E> column)
          Tries to resolve a Table.Cell by a given RowInternal and ColumnInternal.
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(int cellIndexPosition)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(int rowIndexPosition, int columnIndexPosition)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(int rowIndexPosition, TableInternal.StripeInternal<E> column)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData, int indexPosition)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData, Object titleValue)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 Table.Cell<E> TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeInternal<E> row, int columnIndexPosition)
          Resolves or creates a Table.Cell even if it is out of the current Table area
 

Uses of Table.Cell in org.omnaest.utils.structure.table.subspecification
 

Methods in org.omnaest.utils.structure.table.subspecification that return Table.Cell
 Table.Cell<E> TableCoreImmutable.getCell(int cellIndexPosition)
          Returns the Table.Cell determined by the given Table.Cell index position.
 Table.Cell<E> TableCoreImmutable.getCell(int rowIndexPosition, int columnIndexPosition)
          Resolves the Table.Cell for the given index positions.
 Table.Cell<E> TableCoreImmutable.getCell(int rowIndexPosition, Object columnTitleValue)
           
 Table.Cell<E> TableCoreImmutable.getCell(Object rowTitleValue, int columnIndexPosition)
           
 Table.Cell<E> TableCoreImmutable.getCell(String rowTitleValue, String columnTitleValue)
           
 

Methods in org.omnaest.utils.structure.table.subspecification that return types with arguments of type Table.Cell
 Iterable<Table.Cell<E>> TableCoreImmutable.cells()
          Iterable for the Tables Table.Cells.
 List<Table.Cell<E>> TableCoreImmutable.getCellList()
          Returns a to the table backed list of all cells.
 Iterator<Table.Cell<E>> TableCoreImmutable.iteratorCell()
          Returns an Iterator that goes through every Table.Column for every Table.Row.
 

Uses of Table.Cell in org.omnaest.utils.structure.table.view.concrete
 

Methods in org.omnaest.utils.structure.table.view.concrete that return Table.Cell
 Table.Cell<E> TableViewImpl.getCell(int cellIndexPosition)
           
 Table.Cell<E> TableViewImpl.getCell(int rowIndexPosition, int columnIndexPosition)
           
 Table.Cell<E> TableViewImpl.getCell(int rowIndexPosition, Object columnTitleValue)
           
 Table.Cell<E> TableViewImpl.getCell(Object rowTitleValue, int columnIndexPosition)
           
 Table.Cell<E> TableViewImpl.getCell(String rowTitleValue, String columnTitleValue)
           
 

Methods in org.omnaest.utils.structure.table.view.concrete that return types with arguments of type Table.Cell
 Iterable<Table.Cell<E>> TableViewImpl.cells()
           
 List<Table.Cell<E>> TableViewImpl.getCellList()
           
 Iterator<Table.Cell<E>> TableViewImpl.iteratorCell()
           
 



Copyright © 2011. All Rights Reserved.