Package | Description |
---|---|
org.gjt.sp.jedit.msg |
EditBus messages.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
PropertiesChanging(EBComponent source,
PropertiesChanging.State state) |
Creates a new properties changing message.
|