Uses of Interface
org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
Package
Description
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable
Modifier and TypeMethodDescriptionvoid
NatTable.fireLayerEvent
(ILayerEvent event) void
NatTable.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.blink
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.blink.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.columnRename.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.conflation
Modifier and TypeMethodDescriptionvoid
AbstractEventConflater.addEvent
(ILayerEvent event) void
EventConflaterChain.addEvent
(ILayerEvent event) void
IEventConflater.addEvent
(ILayerEvent event) void
VisualChangeEventConflater.addEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.copy
Modifier and TypeMethodDescriptionvoid
InternalClipboardStructuralChangeListener.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.datachange
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.datachange.event
Modifier and TypeClassDescriptionclass
VisualRefreshEvent
that is fired afterDataChangeLayer.discardDataChanges()
is done.class
Extension of theRowInsertEvent
that additionally carries the keys of the inserted objects.class
VisualRefreshEvent
that is fired afterDataChangeLayer.saveDataChanges()
is done. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.edit
Modifier and TypeClassDescriptionclass
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.edit.event
Modifier and TypeClassDescriptionclass
Specialization ofCellVisualChangeEvent
to inform about a data update that is triggered viaUpdateDataCommandHandler
.class
This event is used to activate an editor inline. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.e4.selection
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists
Modifier and TypeMethodDescriptionprotected void
GlazedListsEventLayer.fireEventFromSWTDisplayThread
(ILayerEvent event) Fires the givenILayerEvent
on the SWT Display thread in caseGlazedListsEventLayer.testMode
isfalse
.void
GlazedListsSortModel.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow
Modifier and TypeMethodDescriptionvoid
ComboBoxFilterRowHeaderComposite.handleLayerEvent
(ILayerEvent event) void
GlazedListsFilterRowComboBoxDataProvider.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists.fixture
Modifier and TypeMethodDescriptionLayerListenerFixture.getReceivedEvent
(Class<? extends ILayerEvent> class1) Modifier and TypeMethodDescriptionvoid
LayerListenerFixture.handleLayerEvent
(ILayerEvent event) void
NatTableFixture.handleLayerEvent
(ILayerEvent event) Modifier and TypeMethodDescriptionboolean
LayerListenerFixture.containsInstanceOf
(Class<? extends ILayerEvent> class1) LayerListenerFixture.getReceivedEvent
(Class<? extends ILayerEvent> class1) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.fillhandle.event
Modifier and TypeMethodDescriptionvoid
FillHandleMarkupListener.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.filterrow.combobox
Modifier and TypeMethodDescriptionvoid
FilterRowComboBoxDataProvider.handleLayerEvent
(ILayerEvent event) protected boolean
FilterRowComboBoxDataProvider.isEventFromBodyLayer
(ILayerEvent event) Checks if the givenILayerEvent
was fired from the body layer. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.filterrow.event
Modifier and TypeClassDescriptionclass
SpecialRowStructuralRefreshEvent
that is fired in case the filter changes viaFilterRowDataProvider
. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.freeze
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.freeze.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.grid.layer
Modifier and TypeMethodDescriptionvoid
ColumnHeaderLayer.handleLayerEvent
(ILayerEvent event) void
ColumnHeaderSelectionListener.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.grid.layer.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.group.event
Modifier and TypeClassDescriptionclass
class
Event to inform about a created row group.class
class
Event to inform about ungrouping in a row group. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.group.performance.event
Modifier and TypeClassDescriptionclass
Specialization of theHideColumnPositionsEvent
.class
Specialization of theShowColumnPositionsEvent
.class
Specialization of theHideRowPositionsEvent
.class
Specialization of theShowRowPositionsEvent
. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.hideshow
Modifier and TypeMethodDescriptionvoid
AbstractColumnHideShowLayer.handleLayerEvent
(ILayerEvent event) void
AbstractRowHideShowLayer.handleLayerEvent
(ILayerEvent event) void
ColumnHideShowLayer.handleLayerEvent
(ILayerEvent event) void
RowHideShowLayer.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.hideshow.event
Modifier and TypeClassDescriptionclass
class
class
Structural change event to indicate that columns are made visible again.class
Structural change event to indicate that rows are made visible again. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.hierarchical
Modifier and TypeMethodDescriptionvoid
HierarchicalTreeAlternatingRowConfigLabelAccumulator.handleLayerEvent
(ILayerEvent event) void
HierarchicalTreeLayer.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.layer
Modifier and TypeFieldDescriptionprotected Map<Class<? extends ILayerEvent>,
ILayerEventHandler<? extends ILayerEvent>> AbstractLayer.eventHandlers
protected Map<Class<? extends ILayerEvent>,
ILayerEventHandler<? extends ILayerEvent>> AbstractLayer.eventHandlers
Modifier and TypeMethodDescriptionvoid
AbstractLayer.fireLayerEvent
(ILayerEvent event) Pass the event to all theILayerListener
registered on this layer.void
ILayer.fireLayerEvent
(ILayerEvent event) Events can be fired to notify other components of the grid.void
InvertedLayer.fireLayerEvent
(ILayerEvent event) void
AbstractLayer.handleLayerEvent
(ILayerEvent event) Handle layer event notification.void
ILayerListener.handleLayerEvent
(ILayerEvent event) Handle an event notification from anILayer
void
InvertedLayer.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.layer.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating a structural change to the layer.interface
An event which indicates a visible change to one or more cells in the layer.Modifier and TypeClassDescriptionclass
class
class
Specialization of the CellVisualChangeEvent.class
Event indicating that one ore more columns were deleted from the layer.class
Event indicating that one ore more columns were inserted to the layer.class
Event indicating a change in the structure of the columns.class
General event indicating that columns cached by the layers need refreshing.class
An event that indicates a visible change to one ore more columns in the layer.class
Specialization of the ColumnVisualChangeEvent.class
class
SpecialStructuralRefreshEvent
that returns empty lists for column and row diffs to avoid complete resetting of changes made to the NatTable by the user (e.g.class
Event indicating that one ore more rows were deleted from the layer.class
Event indicating that one ore more rows were inserted to the layer.class
Extension of theRowDeleteEvent
that additionally carries the deleted objects per index.class
Event indicating a change in the structure of the rows.class
class
class
An event that indicates a visible change to one ore more rows in the layer.class
Specialization of the RowVisualChangeEvent.class
General event indicating that structures cached by the layers need refreshing.class
Modifier and TypeMethodDescriptionColumnDeleteEvent.cloneEvent()
ILayerEvent.cloneEvent()
PropertyUpdateEvent.cloneEvent()
StructuralRefreshEvent.cloneEvent()
VisualRefreshEvent.cloneEvent()
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.reorder
Modifier and TypeMethodDescriptionvoid
ColumnReorderLayer.handleLayerEvent
(ILayerEvent event) void
RowReorderLayer.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.reorder.event
Modifier and TypeClassDescriptionclass
Event indicating that one or multiple columns are moved to a new position.class
Event indicating that one or multiple rows are moved to a new position. -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.resize.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.search.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.selection
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.selection.event
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.sort.event
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.summaryrow
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.test.fixture
Modifier and TypeMethodDescriptionvoid
TestLayer.fireLayerEvent
(ILayerEvent event) void
NatTableFixture.handleLayerEvent
(ILayerEvent event) void
TestLayer.handleLayerEvent
(ILayerEvent event) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.test.fixture.layer
Modifier and TypeMethodDescriptionLayerListenerFixture.getReceivedEvent
(Class<? extends ILayerEvent> class1) Modifier and TypeMethodDescriptionboolean
LayerListenerFixture.containsInstanceOf
(Class<? extends ILayerEvent> class1) LayerListenerFixture.getReceivedEvent
(Class<? extends ILayerEvent> class1) -
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.viewport
-
Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.viewport.event