org.jfree.ui.about
Class SystemPropertiesTableModel.SystemProperty
java.lang.Objectorg.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
- SystemPropertiesTableModel
Useful class for holding the name and value of a system property.
SystemProperty(String name, String value)- Standard constructor - builds a new SystemProperty.
|
String | getName()- Returns the property name.
|
String | getValue()- Returns the property value.
|
SystemProperty
public SystemProperty(String name,
String value) Standard constructor - builds a new SystemProperty.
name - the property name.value - the property value.
getName
public String getName()
Returns the property name.
getValue
public String getValue()
Returns the property value.