Uses of Interface
org.omnaest.utils.structure.table.subspecification.TableDataSource

Packages that use TableDataSource
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.datasource   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view   
org.omnaest.utils.structure.table.view.concrete   
 

Uses of TableDataSource in org.omnaest.utils.structure.table
 

Subinterfaces of TableDataSource in org.omnaest.utils.structure.table
 interface Table<E>
          This is a structure representing a fully qualified Table.
 

Uses of TableDataSource in org.omnaest.utils.structure.table.concrete
 

Classes in org.omnaest.utils.structure.table.concrete that implement TableDataSource
 class ArrayTable<E>
          Implementation of Table which has a rich underlying structure based on ArrayLists, HashSet and HashMap.
 class TableAbstract<E>
          Implements all facade methods which are only operating on the facade itself
 class TableBasic<E>
          Declares the methods of basic subspecifications like TableSerializer, TableAdaptable
 

Methods in org.omnaest.utils.structure.table.concrete with parameters of type TableDataSource
 Table<E> TableBasic.copyFrom(TableDataSource<E> tableDataSource)
           
 Table<E> TableBasic.putTable(TableDataSource<E> tableDataSource, int rowIndexPosition, int columnIndexPosition)
           
 

Uses of TableDataSource in org.omnaest.utils.structure.table.concrete.internal.selection
 

Classes in org.omnaest.utils.structure.table.concrete.internal.selection that implement TableDataSource
protected static class SelectionExecutor.ArrayTableWithAccessibleTableInternal<E>
          Makes the ArrayTable.ArrayTableInternal accessible for the SelectionExecutor
 

Uses of TableDataSource in org.omnaest.utils.structure.table.datasource
 

Classes in org.omnaest.utils.structure.table.datasource that implement TableDataSource
 class TableDataSourceResultSet<E>
          TableDataSource for a given ResultSet
 

Uses of TableDataSource in org.omnaest.utils.structure.table.subspecification
 

Subinterfaces of TableDataSource in org.omnaest.utils.structure.table.subspecification
 interface TableCore<E>
          TableCore representation.
 interface TableCoreImmutable<E>
          This TableCoreImmutable provides core methods which do not change the Table structure.
 

Methods in org.omnaest.utils.structure.table.subspecification with parameters of type TableDataSource
 Table<E> TableAdaptable.copyFrom(TableDataSource<E> tableDataSource)
          Clears the Table and copies the Table.CellImmutable.getElement() values from a given TableDataSource Copyies the cell
 Table<E> TableCore.putTable(TableDataSource<E> tableCellElementSource, int rowIndexPosition, int columnIndexPosition)
          Puts a foreign table into the current table at the given index position.
 

Uses of TableDataSource in org.omnaest.utils.structure.table.view
 

Subinterfaces of TableDataSource in org.omnaest.utils.structure.table.view
 interface TableView<E>
          View of an underlying Table.
 

Uses of TableDataSource in org.omnaest.utils.structure.table.view.concrete
 

Classes in org.omnaest.utils.structure.table.view.concrete that implement TableDataSource
 class TableViewImpl<E>
           
 



Copyright © 2011. All Rights Reserved.