org.jfree.ui.about

Class 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

SystemProperty(String name, String value)
Standard constructor - builds a new SystemProperty.

Method Summary

String
getName()
Returns the property name.
String
getValue()
Returns the property value.

Constructor Details

SystemProperty

public SystemProperty(String name,
                      String value)
Standard constructor - builds a new SystemProperty.
Parameters:
name - the property name.
value - the property value.

Method Details

getName

public String getName()
Returns the property name.
Returns:
the property name.

getValue

public String getValue()
Returns the property value.
Returns:
the property value.