JCommon 1.0.17-redhat-2

org.jfree.ui.about
Class SystemPropertiesTableModel.SystemProperty

java.lang.Object
  extended by 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
SystemPropertiesTableModel.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesTableModel.SystemProperty

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

Parameters:
name - the property name.
value - the property value.
Method Detail

getName

public String getName()
Returns the property name.

Returns:
the property name.

getValue

public String getValue()
Returns the property value.

Returns:
the property value.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.