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 java.lang.Object
Useful class for holding the name and value of a system property.
-
-
Constructor Summary
Constructors Constructor Description SystemProperty(java.lang.String name, java.lang.String value)
Standard constructor - builds a new SystemProperty.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the property name.java.lang.String
getValue()
Returns the property value.
-
-
-
Constructor Detail
-
SystemProperty
public SystemProperty(java.lang.String name, java.lang.String value)
Standard constructor - builds a new SystemProperty.- Parameters:
name
- the property name.value
- the property value.
-
-