Uses of Class
org.gjt.sp.jedit.msg.PropertiesChanging.State

Packages that use PropertiesChanging.State
org.gjt.sp.jedit.msg EditBus messages. 
 

Uses of PropertiesChanging.State in org.gjt.sp.jedit.msg
 

Methods in org.gjt.sp.jedit.msg that return PropertiesChanging.State
 PropertiesChanging.State PropertiesChanging.getState()
           
static PropertiesChanging.State PropertiesChanging.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertiesChanging.State[] PropertiesChanging.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gjt.sp.jedit.msg with parameters of type PropertiesChanging.State
PropertiesChanging(EBComponent source, PropertiesChanging.State state)
          Creates a new properties changing message.