Uses of Enum Class
org.gjt.sp.jedit.msg.PropertiesChanging.State
Packages that use PropertiesChanging.State
-
Uses of PropertiesChanging.State in org.gjt.sp.jedit.msg
Methods in org.gjt.sp.jedit.msg that return PropertiesChanging.StateModifier and TypeMethodDescriptionPropertiesChanging.getState()static PropertiesChanging.StateReturns the enum constant of this class with the specified name.static PropertiesChanging.State[]PropertiesChanging.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gjt.sp.jedit.msg with parameters of type PropertiesChanging.StateModifierConstructorDescriptionPropertiesChanging(EBComponent source, PropertiesChanging.State state) Creates a new properties changing message.