Uses of Class
org.eclipse.nebula.widgets.nattable.persistence.command.StateChangeEvent.StateChangeType

Packages that use StateChangeEvent.StateChangeType
org.eclipse.nebula.widgets.nattable.persistence.command   
 

Uses of StateChangeEvent.StateChangeType in org.eclipse.nebula.widgets.nattable.persistence.command
 

Methods in org.eclipse.nebula.widgets.nattable.persistence.command that return StateChangeEvent.StateChangeType
 StateChangeEvent.StateChangeType StateChangeEvent.getType()
           
static StateChangeEvent.StateChangeType StateChangeEvent.StateChangeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StateChangeEvent.StateChangeType[] StateChangeEvent.StateChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.nebula.widgets.nattable.persistence.command with parameters of type StateChangeEvent.StateChangeType
StateChangeEvent(String viewConfigName, StateChangeEvent.StateChangeType type)
          Create a new StateChangeEvent for the given view configuration name and type of change.
 



Copyright © 2014. All rights reserved.