public static class PropertyPanel.Prop extends Object
Constructor and Description |
---|
Prop(String key,
String label,
String value)
Constructs a property data value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
key()
Returns the property's key.
|
String |
label()
Returns the property's (localized) label.
|
String |
toString() |
String |
value()
Returns the property's value.
|