Uses of Class
org.eclipse.nebula.widgets.nattable.layer.AbstractLayerTransform
Package
Description
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.blink
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.examples._800_Integration
Modifier and TypeClassDescriptionclass
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.examples.examples
Modifier and TypeClassDescriptionclass
class
class
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.examples.fixtures
Modifier and TypeClassDescriptionclass
class
class
Column header layer stack, with aSortHeaderLayer
. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.extension.glazedlists
Modifier and TypeClassDescriptionclass
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
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 singleRowStructuralRefreshEvent
is fired for any number of GlazedLists events received during that interval. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.extension.glazedlists.fixture
Modifier and TypeClassDescriptionclass
Viewport fixtures to enable testing with various configurations. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hideshow
Modifier and TypeClassDescriptionclass
Adds the functionality for manually hiding rows in a NatTable that is based on GlazedLists. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.group
Modifier and TypeClassDescriptionclass
Tracks the Expand/Collapse of a Column Group header NOTE: Only relevant when Column Grouping is enabled.class
Adds the Column grouping functionality to the column headers.class
Adds the Column grouping functionality to the column headers.class
Adds functionality allowing the reordering of the the column groups.class
class
Adds the Row grouping functionality to the row headers. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.group.performance
Modifier and TypeClassDescriptionclass
Layer that is used in combination with the performanceColumnGroupHeaderLayer
to support expand/collapse of column groups.class
Adds the column grouping functionality to the column header.class
Layer that is used in combination with the performanceRowGroupHeaderLayer
to support expand/collapse of row groups.class
Adds the row grouping functionality to the row header. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.hideshow
Modifier and TypeClassDescriptionclass
Abstract implementation for column hide/show operations.class
Abstract implementation for row hide/show operations.class
Layer to add support for column hide/show feature to a NatTable.class
class
ILayer
that supports hiding of rows based on the row id. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.hierarchical
Modifier and TypeClassDescriptionclass
This layer is used to show a hierarchical object model in a tree structure. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.reorder
Modifier and TypeClassDescriptionclass
Layer that is used to add the functionality for column reordering.class
Layer that is used to add the functionality for row reordering. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.sort
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.summaryrow
Modifier and TypeClassDescriptionclass
This layer is a specialization of theSummaryRowLayer
and is intended to be used in a composition below aGridLayer
or a vertical composition like one with a column header and a body.class
Adds a summary row at the end. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.test.fixture.layer
Modifier and TypeClassDescriptionclass
This fixture provides a base vanilla ColumnReorderLayer.class
This fixture provides a base vanilla RowReorderLayer.class
A ColumnHideShowLayer for use in unit tests with a pre-canned set of hidden columns.class
A ColumnReorderLayer for use in unit tests with a pre-canned set of column re-orderings: column indexes: 4 1 0 2 3class
class
A RowHideShowLayer for use in unit tests with a pre-canned set of hidden rows.class
A RowReorderLayer for use in unit tests with a pre-canned set of row re-orderings: row indexes: 4 1 0 2 3 5 6class
Viewport fixtures to enable testing with various configurations. -
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.tree
-
Uses of AbstractLayerTransform in org.eclipse.nebula.widgets.nattable.viewport
Modifier and TypeClassDescriptionclass
Viewport - the visible area of NatTable Places a 'viewport' over the table.