| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable that implement IPersistable | |
|---|---|
 class | 
NatTable
 | 
| Methods in org.eclipse.nebula.widgets.nattable with parameters of type IPersistable | |
|---|---|
 void | 
NatTable.registerPersistable(IPersistable persistable)
 | 
 void | 
NatTable.unregisterPersistable(IPersistable persistable)
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.blink | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.blink that implement IPersistable | |
|---|---|
 class | 
BlinkLayer<T>
Blinks cells when they are updated.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.columnRename | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.columnRename that implement IPersistable | |
|---|---|
 class | 
RenameColumnHelper
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.data | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.data that implement IPersistable | |
|---|---|
 class | 
AutomaticSpanningDataProvider
This implementation of ISpanningDataProvider will automatically span cells if the containing cell values are equal.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.examples._800_Integration | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.examples._800_Integration that implement IPersistable | |
|---|---|
 class | 
_804_GlazedListsEditorExample.GlazedListsEditorColumnHeaderLayerStack<T>
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.examples.examples | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.examples.examples that implement IPersistable | |
|---|---|
 class | 
_001_Getting_Started.BodyLayerStack
 | 
 class | 
_001_Getting_Started.ColumnHeaderLayerStack
 | 
 class | 
_001_Getting_Started.RowHeaderLayerStack
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.examples.fixtures | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.examples.fixtures that implement IPersistable | |
|---|---|
 class | 
ColumnStructureUpdatesExampleGridLayer<T>
Factory for assembling GridLayer and the child layers - with support for GlazedLists  | 
 class | 
FilterRowExampleGridLayer
 | 
 class | 
FullFeaturedBodyLayerStack<T>
 | 
 class | 
FullFeaturedColumnHeaderLayerStack<T>
 | 
 class | 
GlazedListsColumnHeaderLayerStack<T>
Column header layer stack, with a SortHeaderLayer. | 
 class | 
SelectionExampleBodyLayerStack
 | 
 class | 
SelectionExampleGridLayer
 | 
 class | 
StaticFilterExampleGridLayer
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.extension.builder.layers | 
|---|
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.extension.glazedlists | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists that implement IPersistable | |
|---|---|
 class | 
DetailGlazedListsEventLayer<T>
This layer acts as the event listener for: Glazed list events - ListEvent
    Bean updates - PropertyChangeEvent(s)
 
 
 Compared to the GlazedListsEventLayer, this layer does not conflate events and only
 fire a single RowStructuralRefreshEvent for all events within 100ms. | 
 class | 
GlazedListsEventLayer<T>
This layer acts as the event listener for: GlazedLists events - ListEvent
    Bean updates - PropertyChangeEvent(s)
 
 GlazedLists events are conflated at a 100ms interval i.e a single RowStructuralRefreshEvent
 is fired for any number of GlazedLists events received during that interval. | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow that implement IPersistable | |
|---|---|
 class | 
ComboBoxFilterRowHeaderComposite<T>
CompositeLayer that is build out of the columnheader layer stack and a filter row layer.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that implement IPersistable | |
|---|---|
 class | 
GroupByDataLayer<T>
 | 
 class | 
GroupByHeaderLayer
 | 
 class | 
GroupByModel
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow that implement IPersistable | |
|---|---|
 class | 
GlazedListsRowHideShowLayer<T>
Adds the functionality for manually hiding rows in a NatTable that is based on GlazedLists.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration that implement IPersistable | |
|---|---|
 class | 
BodyLayerStackFixture<T>
 | 
 class | 
GlazedListsGridLayer<T>
This is a copy of the org.eclipse.nebula.widgets.nattable.examples.fixtures.GlazedListsGridLayer It has been copied here since glazed list tests bundle can't depend on the examples bundle  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.filterrow | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.filterrow that implement IPersistable | |
|---|---|
 class | 
FilterRowDataLayer<T>
DataLayer with a custom IDataProvider which stores/tracks the filter text on columns. | 
 class | 
FilterRowDataProvider<T>
Data provider for the filter row Stores filter strings Applies them to the ca.odell.glazedlists.matchers.MatcherEditor on the ca.odell.glazedlists.FilterList  | 
 class | 
FilterRowHeaderComposite<T>
1 column x 2 rows Composite layer First row is the ColumnHeaderLayer
   Second row is the composite is the filter row layer. | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.freeze | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.freeze that implement IPersistable | |
|---|---|
 class | 
CompositeFreezeLayer
 | 
 class | 
FreezeLayer
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.grid.layer | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.grid.layer that implement IPersistable | |
|---|---|
 class | 
ColumnHeaderLayer
Responsible for rendering, event handling etc on the column headers.  | 
 class | 
CornerLayer
Layer for the top left header corner of the grid layer  | 
 class | 
DefaultColumnHeaderDataLayer
 | 
 class | 
DefaultGridLayer
 | 
 class | 
DefaultRowHeaderDataLayer
 | 
 class | 
DimensionallyDependentIndexLayer
A DimensionallyDependentIndexLayer is a layer whose horizontal and vertical dimensions are dependent on the horizontal and vertical dimensions of other layers.  | 
 class | 
DimensionallyDependentLayer
A DimensionallyDependentLayer is a layer whose horizontal and vertical dimensions are dependent on the horizontal and vertical dimensions of other layers.  | 
 class | 
GridLayer
Top level layer.  | 
 class | 
RowHeaderLayer
Layer for the row headers of the grid layer  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.group | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.group that implement IPersistable | |
|---|---|
 class | 
ColumnGroupExpandCollapseLayer
Tracks the Expand/Collapse of a Column Group header NOTE: Only relevant when Column Grouping is enabled.  | 
 class | 
ColumnGroupGroupHeaderLayer
Adds the Column grouping functionality to the column headers.  | 
 class | 
ColumnGroupHeaderLayer
Adds the Column grouping functionality to the column headers.  | 
 class | 
ColumnGroupModel
Tracks: Columns (by index) in a column Group.  | 
 class | 
ColumnGroupReorderLayer
Adds functionality allowing the reordering of the the Column groups.  | 
 class | 
RowGroupExpandCollapseLayer<T>
 | 
 class | 
RowGroupHeaderLayer<T>
Adds the Row grouping functionality to the row headers.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.group.model | 
|---|
| Subinterfaces of IPersistable in org.eclipse.nebula.widgets.nattable.group.model | |
|---|---|
 interface | 
IRowGroupModel<T>
The model behind the RowGroupExpandCollapseLayer contains
 IRowGroups which in turn contain lists of row objects of type T. | 
| Classes in org.eclipse.nebula.widgets.nattable.group.model that implement IPersistable | |
|---|---|
 class | 
RowGroupModel<T>
A thread-safe implementation of IRowGroupModel which is optimised for
 larger data-sets (it should cope with at least 10k rows spread across 2-300
 groups). | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.hideshow | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.hideshow that implement IPersistable | |
|---|---|
 class | 
AbstractColumnHideShowLayer
 | 
 class | 
AbstractRowHideShowLayer
 | 
 class | 
ColumnHideShowLayer
 | 
 class | 
RowHideShowLayer
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.hover | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.hover that implement IPersistable | |
|---|---|
 class | 
HoverLayer
This layer simply adds the possibility to render cells differently if the mouse cursor is moved over them.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.layer | 
|---|
| Subinterfaces of IPersistable in org.eclipse.nebula.widgets.nattable.layer | |
|---|---|
 interface | 
ILayer
A Layer is a rectangular region of grid cells.  | 
 interface | 
IUniqueIndexLayer
A layer that has a set of column and row indexes that contain no duplicates, such that there is only one corresponding column or row position for a row or column index in the layer.  | 
| Classes in org.eclipse.nebula.widgets.nattable.layer that implement IPersistable | |
|---|---|
 class | 
AbstractIndexLayerTransform
Abstract base class for layers that expose transformed views of an underlying unique index layer.  | 
 class | 
AbstractLayer
Base layer implementation with common methods for managing listeners and caching, etc.  | 
 class | 
AbstractLayerTransform
Abstract base class for layers that expose transformed views of an underlying layer.  | 
 class | 
CompositeLayer
A composite layer is a layer that is made up of a number of underlying child layers.  | 
 class | 
DataLayer
Wraps the IDataProvider, and serves as the data source for all
 other layers. | 
 class | 
InvertedLayer
 | 
 class | 
SizeConfig
This class stores the size configuration of rows/columns within the NatTable.  | 
 class | 
SpanningDataLayer
 | 
 class | 
ZoomLayer
 | 
| Methods in org.eclipse.nebula.widgets.nattable.layer with parameters of type IPersistable | |
|---|---|
 void | 
AbstractLayer.registerPersistable(IPersistable persistable)
 | 
 void | 
InvertedLayer.registerPersistable(IPersistable persistable)
 | 
 void | 
ILayer.registerPersistable(IPersistable persistable)
Persistables registered with a layer will have a chance to write their data out to the Properties instance when the layer is persisted. | 
 void | 
AbstractLayer.unregisterPersistable(IPersistable persistable)
 | 
 void | 
InvertedLayer.unregisterPersistable(IPersistable persistable)
 | 
 void | 
ILayer.unregisterPersistable(IPersistable persistable)
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.layer.cell | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.layer.cell that implement IPersistable | |
|---|---|
 class | 
ColumnOverrideLabelAccumulator
Registers/Adds configuration labels for a given column (by index).  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.layer.stack | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.layer.stack that implement IPersistable | |
|---|---|
 class | 
ColumnGroupBodyLayerStack
A pre-configured layer stack which includes the following layers (in that order): ColumnReorderLayer ColumnGroupReorderLayer ColumnHideShowLayer ColumnGroupExpandCollapseLayer SelectionLayer ViewportLayer  | 
 class | 
DefaultBodyLayerStack
 | 
 class | 
DummyGridLayerStack
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.reorder | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.reorder that implement IPersistable | |
|---|---|
 class | 
ColumnReorderLayer
Adds functionality for reordering column(s) Also responsible for saving/loading the column order state.  | 
 class | 
RowReorderLayer
Adds functionality for reordering rows(s) Also responsible for saving/loading the row order state.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.selection | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.selection that implement IPersistable | |
|---|---|
 class | 
SelectionLayer
Enables selection of column, rows, cells etc.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.sort | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.sort that implement IPersistable | |
|---|---|
 class | 
SortHeaderLayer<T>
Enables sorting of the data.  | 
 class | 
SortStatePersistor<T>
Handles persisting of the sorting state.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.style.editor.command | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.style.editor.command that implement IPersistable | |
|---|---|
 class | 
DisplayColumnStyleEditorCommandHandler
1.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.summaryrow | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.summaryrow that implement IPersistable | |
|---|---|
 class | 
SummaryRowLayer
Adds a summary row at the end.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.test.fixture | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.test.fixture that implement IPersistable | |
|---|---|
 class | 
NatTableFixture
 | 
 class | 
PersistableFixture
 | 
 class | 
TestLayer
 | 
| Methods in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type IPersistable | |
|---|---|
 void | 
TestLayer.registerPersistable(IPersistable persistable)
 | 
 void | 
TestLayer.unregisterPersistable(IPersistable persistable)
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.test.fixture.group | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.test.fixture.group that implement IPersistable | |
|---|---|
 class | 
ColumnGroupModelFixture
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.test.fixture.layer | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.test.fixture.layer that implement IPersistable | |
|---|---|
 class | 
BaseColumnHideShowLayerFixture
This is a vanilla ColumnHideShowLayer to be used for testing Events.  | 
 class | 
BaseColumnReorderLayerFixture
This fixture provides a base vanilla ColumnReorderLayer.  | 
 class | 
BaseDataLayerFixture
A DataLayer for use in unit tests with a pre-canned  | 
 class | 
BaseRowHideShowLayerFixture
This is a vanilla RowHideShowLayer to be used for testing Events.  | 
 class | 
BaseRowReorderLayerFixture
This fixture provides a base vanilla RowReorderLayer.  | 
 class | 
ColumnHeaderLayerFixture
 | 
 class | 
ColumnHideShowLayerFixture
A ColumnHideShowLayer for use in unit tests with a pre-canned set of hidden columns.  | 
 class | 
ColumnReorderLayerFixture
A ColumnReorderLayer for use in unit tests with a pre-canned set of column re-orderings: column indexes: 4 1 0 2 3  | 
 class | 
CompositeLayerFixture
Fixture for the CompositeLayer with 2 rows and 2 columns  | 
 class | 
DataLayerFixture
A DataLayer for use in unit tests with a pre-canned Default column layout: DO NOT FORMAT ! Position: 0 1 2 3 4 Width : 150 100 35 100 80 -------|------|----|------|---- Default Row layout: Position | Height 0 | 40 1 | 70 2 | 25 3 | 40 4 | 50 5 | 40 6 | 100  | 
 class | 
GenericLayerFixture
 | 
 class | 
GridLayerFixture
 | 
 class | 
RowHideShowLayerFixture
A RowHideShowLayer for use in unit tests with a pre-canned set of hidden rows.  | 
 class | 
RowReorderLayerFixture
A RowReorderLayer for use in unit tests with a pre-canned set of row re-orderings: row indexes: 4 1 0 2 3 5 6  | 
 class | 
ViewportLayerFixture
Viewport fixtures to enable testing with various configurations.  | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.tree | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.tree that implement IPersistable | |
|---|---|
 class | 
TreeLayer
 | 
| Uses of IPersistable in org.eclipse.nebula.widgets.nattable.viewport | 
|---|
| Classes in org.eclipse.nebula.widgets.nattable.viewport that implement IPersistable | |
|---|---|
 class | 
ViewportLayer
Viewport - the visible area of NatTable Places a 'viewport' over the table.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||