|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.ui.about.SystemPropertiesTableModel.SystemProperty
protected static class SystemPropertiesTableModel.SystemProperty
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 |
---|
public SystemPropertiesTableModel.SystemProperty(String name, String value)
name
- the property name.value
- the property value.Method Detail |
---|
public String getName()
public String getValue()
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |