org.eclipse.nebula.widgets.nattable.selection.config
Class DefaultSelectionLayerConfiguration

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.config.AggregateConfiguration
      extended by org.eclipse.nebula.widgets.nattable.selection.config.DefaultSelectionLayerConfiguration
All Implemented Interfaces:
IConfiguration
Direct Known Subclasses:
DefaultRowSelectionLayerConfiguration

public class DefaultSelectionLayerConfiguration
extends AggregateConfiguration

Sets up default styling and UI bindings. Override the methods in here to customize behavior. Added by the SelectionLayer


Constructor Summary
DefaultSelectionLayerConfiguration()
           
 
Method Summary
protected  void addMoveSelectionConfig()
           
protected  void addSearchUIBindings()
           
protected  void addSelectionStyleConfig()
           
protected  void addSelectionUIBindings()
           
protected  void addTickUpdateConfig()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.config.AggregateConfiguration
addConfiguration, configureLayer, configureRegistry, configureUiBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSelectionLayerConfiguration

public DefaultSelectionLayerConfiguration()
Method Detail

addSelectionStyleConfig

protected void addSelectionStyleConfig()

addSelectionUIBindings

protected void addSelectionUIBindings()

addSearchUIBindings

protected void addSearchUIBindings()

addTickUpdateConfig

protected void addTickUpdateConfig()

addMoveSelectionConfig

protected void addMoveSelectionConfig()


Copyright © 2015. All rights reserved.