Package org.jfree.ui.about
Class SystemPropertiesTableModel.SystemProperty
java.lang.Object
org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
- Enclosing class:
SystemPropertiesTableModel
Useful class for holding the name and value of a system property.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSystemProperty
(String name, String value) Standard constructor - builds a new SystemProperty. -
Method Summary
-
Field Details
-
name
The property name. -
value
The property value.
-
-
Constructor Details
-
SystemProperty
Standard constructor - builds a new SystemProperty.- Parameters:
name
- the property name.value
- the property value.
-
-
Method Details
-
getName
Returns the property name.- Returns:
- the property name.
-
getValue
Returns the property value.- Returns:
- the property value.
-