org.jfree.ui.about
protected static class SystemPropertiesTableModel.SystemProperty extends Object
Constructor Summary | |
---|---|
SystemProperty(String name, String value)
Standard constructor - builds a new SystemProperty.
|
Method Summary | |
---|---|
String | getName()
Returns the property name.
|
String | getValue()
Returns the property value.
|
Parameters: name the property name. value the property value.
Returns: the property name.
Returns: the property value.