Package org.jfree.ui.about
Class SystemPropertiesTableModel.SystemProperty
- java.lang.Object
-
- org.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
-
- Enclosing class:
- SystemPropertiesTableModel
protected static class SystemPropertiesTableModel.SystemProperty extends Object
Useful class for holding the name and value of a system property.
-
-
Constructor Summary
Constructors Constructor Description SystemProperty(String name, String value)
Standard constructor - builds a new SystemProperty.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Returns the property name.String
getValue()
Returns the property value.
-