| Modifier and Type | Class and Description |
|---|---|
class |
BooleanProperty
Definition and accessor for a boolean property.
|
class |
DoubleProperty
Definition and accessor for a double-precision property.
|
class |
IntegerProperty
Definition and accessor for an integer property.
|
class |
PersistentStringProperty
Definition and accessor for a string property that is capable of storing
itself in a
.properties file. |
class |
StringProperty
Definition and accessor for a string property.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
TriggerableProperties.getPropertyDefinition(String path)
Returns the definition of a named property, or null if there is no such
property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerBase.execute(Property property,
String value) |
void |
Trigger.execute(Property property,
String value)
Executes the trigger, passing in the key of the property whose change
triggered the execution.
|
void |
TriggerableProperties.register(Property property)
Registers a property with this properties object to make it available for
callbacks.
|
Copyright © 2012–2015 Julian Hyde. All rights reserved.