Package | Description |
---|---|
lavesdk.gui.widgets |
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
Represents a boolean property in a
PropertiesList . |
class |
ColorProperty
Represents a color property in a
PropertiesList . |
class |
ListProperty
Represents a list property in a
PropertiesList . |
class |
NumericProperty
Represents a numeric property in a
PropertiesList . |
class |
TextProperty
Represents a text property in a
PropertiesList . |
Modifier and Type | Method and Description |
---|---|
<T extends Property> |
PropertiesListModel.getProperty(java.lang.String name,
java.lang.Class<T> c)
Gets the property with the specified name and class.
|
<T extends Property> |
PropertiesList.getProperty(java.lang.String name,
java.lang.Class<T> c)
Gets the property with the specified name and class.
|
Modifier and Type | Method and Description |
---|---|
Property |
PropertiesListModel.getProperty(int index)
Gets a property at a given index.
|
Property |
PropertiesListModel.getProperty(java.lang.String name)
Gets the property with the specified name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertiesListModel.add(Property p)
Adds a new property to the model.
|
boolean |
PropertiesList.add(Property p)
Adds a new property to the list respectively to its model.
|