Package | Description |
---|---|
com.eteks.sweethome3d.plugin |
Describes the super classes required to create Sweet Home 3D plug-ins.
|
Modifier and Type | Method and Description |
---|---|
static PluginAction.Property |
PluginAction.Property.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginAction.Property[] |
PluginAction.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PluginAction.getPropertyValue(PluginAction.Property property)
Returns a property value of this action.
|
void |
PluginAction.putPropertyValue(PluginAction.Property property,
java.lang.Object value)
Sets a property value of this action, and fires a
PropertyChangeEvent
if the value changed. |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License