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.
- Author:
- David Gilbert
-
Constructor Summary
ConstructorsConstructorDescriptionSystemProperty(String name, String value) Standard constructor - builds a new SystemProperty. -
Method Summary
-
Constructor Details
-
SystemProperty
Standard constructor - builds a new SystemProperty.- Parameters:
name- the property name.value- the property value.
-
-
Method Details
-
getName
-
getValue
-