Uses of Interface
org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent

Packages that use ILayerEvent
org.eclipse.nebula.widgets.nattable   
org.eclipse.nebula.widgets.nattable.blink   
org.eclipse.nebula.widgets.nattable.blink.event   
org.eclipse.nebula.widgets.nattable.columnRename.event   
org.eclipse.nebula.widgets.nattable.conflation   
org.eclipse.nebula.widgets.nattable.edit   
org.eclipse.nebula.widgets.nattable.edit.event   
org.eclipse.nebula.widgets.nattable.extension.glazedlists   
org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow   
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy   
org.eclipse.nebula.widgets.nattable.filterrow.combobox   
org.eclipse.nebula.widgets.nattable.filterrow.event   
org.eclipse.nebula.widgets.nattable.freeze   
org.eclipse.nebula.widgets.nattable.freeze.event   
org.eclipse.nebula.widgets.nattable.grid.layer   
org.eclipse.nebula.widgets.nattable.grid.layer.event   
org.eclipse.nebula.widgets.nattable.group.event   
org.eclipse.nebula.widgets.nattable.hideshow   
org.eclipse.nebula.widgets.nattable.hideshow.event   
org.eclipse.nebula.widgets.nattable.layer   
org.eclipse.nebula.widgets.nattable.layer.event   
org.eclipse.nebula.widgets.nattable.reorder   
org.eclipse.nebula.widgets.nattable.reorder.event   
org.eclipse.nebula.widgets.nattable.resize.event   
org.eclipse.nebula.widgets.nattable.search.event   
org.eclipse.nebula.widgets.nattable.selection   
org.eclipse.nebula.widgets.nattable.selection.event   
org.eclipse.nebula.widgets.nattable.sort.event   
org.eclipse.nebula.widgets.nattable.summaryrow   
org.eclipse.nebula.widgets.nattable.test.fixture   
org.eclipse.nebula.widgets.nattable.test.fixture.layer   
org.eclipse.nebula.widgets.nattable.viewport   
org.eclipse.nebula.widgets.nattable.viewport.event   
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable
 

Methods in org.eclipse.nebula.widgets.nattable with parameters of type ILayerEvent
 void NatTable.fireLayerEvent(ILayerEvent event)
           
 void NatTable.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.blink
 

Methods in org.eclipse.nebula.widgets.nattable.blink with parameters of type ILayerEvent
 void BlinkLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.blink.event
 

Classes in org.eclipse.nebula.widgets.nattable.blink.event that implement ILayerEvent
 class BlinkEvent
           
 

Methods in org.eclipse.nebula.widgets.nattable.blink.event that return ILayerEvent
 ILayerEvent BlinkEvent.cloneEvent()
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.columnRename.event
 

Classes in org.eclipse.nebula.widgets.nattable.columnRename.event that implement ILayerEvent
 class RenameColumnHeaderEvent
           
 

Methods in org.eclipse.nebula.widgets.nattable.columnRename.event that return ILayerEvent
 ILayerEvent RenameColumnHeaderEvent.cloneEvent()
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.conflation
 

Fields in org.eclipse.nebula.widgets.nattable.conflation with type parameters of type ILayerEvent
protected  List<ILayerEvent> AbstractEventConflater.queue
           
 

Methods in org.eclipse.nebula.widgets.nattable.conflation with parameters of type ILayerEvent
 void VisualChangeEventConflater.addEvent(ILayerEvent event)
           
 void IEventConflater.addEvent(ILayerEvent event)
           
 void EventConflaterChain.addEvent(ILayerEvent event)
           
 void AbstractEventConflater.addEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.edit
 

Classes in org.eclipse.nebula.widgets.nattable.edit that implement ILayerEvent
 class CellEditorCreatedEvent
          The CellEditorCreatedEvent is fired by the EditController whenever a editor has been created.
 

Methods in org.eclipse.nebula.widgets.nattable.edit that return ILayerEvent
 ILayerEvent CellEditorCreatedEvent.cloneEvent()
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.edit.event
 

Classes in org.eclipse.nebula.widgets.nattable.edit.event that implement ILayerEvent
 class InlineCellEditEvent
          This event is used to activate an editor inline.
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists
 

Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists with parameters of type ILayerEvent
protected  void GlazedListsEventLayer.fireEventFromSWTDisplayThread(ILayerEvent event)
          These update events are likely to cause a repaint on NatTable.
 void GlazedListsSortModel.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow
 

Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow with parameters of type ILayerEvent
 void GlazedListsFilterRowComboBoxDataProvider.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
 

Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type ILayerEvent
 void GroupByDataLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.filterrow.combobox
 

Methods in org.eclipse.nebula.widgets.nattable.filterrow.combobox with parameters of type ILayerEvent
 void FilterRowComboBoxDataProvider.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.filterrow.event
 

Classes in org.eclipse.nebula.widgets.nattable.filterrow.event that implement ILayerEvent
 class FilterAppliedEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.freeze
 

Methods in org.eclipse.nebula.widgets.nattable.freeze with parameters of type ILayerEvent
 void CompositeFreezeLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.freeze.event
 

Classes in org.eclipse.nebula.widgets.nattable.freeze.event that implement ILayerEvent
 class FreezeEvent
           
 class UnfreezeEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.grid.layer
 

Methods in org.eclipse.nebula.widgets.nattable.grid.layer with parameters of type ILayerEvent
 void ColumnHeaderSelectionListener.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.grid.layer.event
 

Classes in org.eclipse.nebula.widgets.nattable.grid.layer.event that implement ILayerEvent
 class ColumnHeaderSelectionEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.group.event
 

Classes in org.eclipse.nebula.widgets.nattable.group.event that implement ILayerEvent
 class GroupColumnsEvent
           
 class UngroupColumnsEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.hideshow
 

Methods in org.eclipse.nebula.widgets.nattable.hideshow with parameters of type ILayerEvent
 void RowHideShowLayer.handleLayerEvent(ILayerEvent event)
           
 void ColumnHideShowLayer.handleLayerEvent(ILayerEvent event)
           
 void AbstractRowHideShowLayer.handleLayerEvent(ILayerEvent event)
           
 void AbstractColumnHideShowLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.hideshow.event
 

Classes in org.eclipse.nebula.widgets.nattable.hideshow.event that implement ILayerEvent
 class HideColumnPositionsEvent
           
 class HideRowPositionsEvent
           
 class ShowColumnPositionsEvent
           
 class ShowRowPositionsEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.layer
 

Fields in org.eclipse.nebula.widgets.nattable.layer with type parameters of type ILayerEvent
protected  Map<Class<? extends ILayerEvent>,ILayerEventHandler<? extends ILayerEvent>> AbstractLayer.eventHandlers
           
protected  Map<Class<? extends ILayerEvent>,ILayerEventHandler<? extends ILayerEvent>> AbstractLayer.eventHandlers
           
 

Methods in org.eclipse.nebula.widgets.nattable.layer with parameters of type ILayerEvent
 void InvertedLayer.fireLayerEvent(ILayerEvent event)
           
 void ILayer.fireLayerEvent(ILayerEvent event)
          Events can be fired to notify other components of the grid.
 void AbstractLayer.fireLayerEvent(ILayerEvent event)
          Pass the event to all the ILayerListener registered on this layer.
 void InvertedLayer.handleLayerEvent(ILayerEvent event)
           
 void ILayerListener.handleLayerEvent(ILayerEvent event)
          Handle an event notification from an ILayer
 void AbstractLayer.handleLayerEvent(ILayerEvent event)
          Handle layer event notification.
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.layer.event
 

Classes in org.eclipse.nebula.widgets.nattable.layer.event with type parameters of type ILayerEvent
 interface ILayerEventHandler<T extends ILayerEvent>
           
 

Subinterfaces of ILayerEvent in org.eclipse.nebula.widgets.nattable.layer.event
 interface IStructuralChangeEvent
          An event indicating a structural change to the layer.
 interface IVisualChangeEvent
          An event which indicates a visible change to one or more cells in the layer.
 

Classes in org.eclipse.nebula.widgets.nattable.layer.event that implement ILayerEvent
 class AbstractContextFreeEvent
           
 class CellVisualChangeEvent
           
 class CellVisualUpdateEvent
          Specialization of the CellVisualChangeEvent.
 class ColumnDeleteEvent
          Event indicating that one ore more columns were deleted from the layer.
 class ColumnInsertEvent
          Event indicating that one ore more columns were inserted to the layer.
 class ColumnStructuralChangeEvent
          Event indicating a change in the structure of the columns.
 class ColumnStructuralRefreshEvent
          General event indicating that columns cached by the layers need refreshing.
 class ColumnVisualChangeEvent
          An event that indicates a visible change to one ore more columns in the layer.
 class ColumnVisualUpdateEvent
          Specialization of the ColumnVisualChangeEvent.
 class PropertyUpdateEvent<T>
           
 class ResizeStructuralRefreshEvent
          Special StructuralRefreshEvent 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 RowDeleteEvent
          Event indicating that one ore more rows were deleted from the layer.
 class RowInsertEvent
          Event indicating that one ore more rows were inserted to the layer.
 class RowStructuralChangeEvent
           
 class RowStructuralRefreshEvent
           
 class RowUpdateEvent
           
 class RowVisualChangeEvent
           
 class RowVisualUpdateEvent
          Specialization of the RowVisualChangeEvent.
 class StructuralRefreshEvent
          General event indicating that structures cached by the layers need refreshing.
 class VisualRefreshEvent
           
 

Methods in org.eclipse.nebula.widgets.nattable.layer.event that return ILayerEvent
 ILayerEvent VisualRefreshEvent.cloneEvent()
           
 ILayerEvent StructuralRefreshEvent.cloneEvent()
           
 ILayerEvent PropertyUpdateEvent.cloneEvent()
           
 ILayerEvent ILayerEvent.cloneEvent()
           
 ILayerEvent ColumnDeleteEvent.cloneEvent()
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.reorder
 

Methods in org.eclipse.nebula.widgets.nattable.reorder with parameters of type ILayerEvent
 void RowReorderLayer.handleLayerEvent(ILayerEvent event)
           
 void ColumnReorderLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.reorder.event
 

Classes in org.eclipse.nebula.widgets.nattable.reorder.event that implement ILayerEvent
 class ColumnReorderEvent
          Event indicating that one or multiple columns are moved to a new position.
 class RowReorderEvent
          Event indicating that one or multiple rows are moved to a new position.
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.resize.event
 

Classes in org.eclipse.nebula.widgets.nattable.resize.event that implement ILayerEvent
 class ColumnResizeEvent
           
 class RowResizeEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.search.event
 

Classes in org.eclipse.nebula.widgets.nattable.search.event that implement ILayerEvent
 class SearchEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.selection
 

Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type ILayerEvent
 void RowSelectionProvider.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.selection.event
 

Classes in org.eclipse.nebula.widgets.nattable.selection.event that implement ILayerEvent
 class CellSelectionEvent
           
 class ColumnSelectionEvent
           
 class RowSelectionEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.sort.event
 

Classes in org.eclipse.nebula.widgets.nattable.sort.event that implement ILayerEvent
 class SortColumnEvent
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.summaryrow
 

Methods in org.eclipse.nebula.widgets.nattable.summaryrow with parameters of type ILayerEvent
 void SummaryRowLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.test.fixture
 

Classes in org.eclipse.nebula.widgets.nattable.test.fixture that implement ILayerEvent
 class LayerEventFixture
           
 

Methods in org.eclipse.nebula.widgets.nattable.test.fixture that return ILayerEvent
 ILayerEvent LayerEventFixture.cloneEvent()
           
 

Methods in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type ILayerEvent
 void TestLayer.fireLayerEvent(ILayerEvent event)
           
 void TestLayer.handleLayerEvent(ILayerEvent event)
           
 void NatTableFixture.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.test.fixture.layer
 

Methods in org.eclipse.nebula.widgets.nattable.test.fixture.layer that return ILayerEvent
 ILayerEvent LayerListenerFixture.getReceivedEvent(Class<? extends ILayerEvent> class1)
           
 

Methods in org.eclipse.nebula.widgets.nattable.test.fixture.layer that return types with arguments of type ILayerEvent
 List<ILayerEvent> LayerListenerFixture.getReceivedEvents()
           
 

Methods in org.eclipse.nebula.widgets.nattable.test.fixture.layer with parameters of type ILayerEvent
 void LayerListenerFixture.handleLayerEvent(ILayerEvent event)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.test.fixture.layer with type arguments of type ILayerEvent
 boolean LayerListenerFixture.containsInstanceOf(Class<? extends ILayerEvent> class1)
           
 ILayerEvent LayerListenerFixture.getReceivedEvent(Class<? extends ILayerEvent> class1)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.viewport
 

Methods in org.eclipse.nebula.widgets.nattable.viewport with parameters of type ILayerEvent
 void ViewportLayer.handleLayerEvent(ILayerEvent event)
           
 

Uses of ILayerEvent in org.eclipse.nebula.widgets.nattable.viewport.event
 

Classes in org.eclipse.nebula.widgets.nattable.viewport.event that implement ILayerEvent
 class ScrollEvent
           
 



Copyright © 2015. All rights reserved.