public class SysInfoProperty
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.Property<java.lang.String> |
key
Returns the
Property that holds the key |
javafx.beans.property.Property<java.lang.String> |
value
Returns the
Property that holds the value |
| Constructor and Description |
|---|
SysInfoProperty(java.lang.String key,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the content of the key
Property |
java.lang.String |
getValue()
Gets the content of the value
Property |
javafx.beans.property.Property<java.lang.String> |
keyProperty()
Returns the
Property that holds the key |
void |
setKey(java.lang.String key)
Sets the content of the key
Property |
void |
setValue(java.lang.String value)
Sets the content of the value
Property |
javafx.beans.property.Property<java.lang.String> |
valueProperty()
Returns the
Property that holds the value |
public javafx.beans.property.Property<java.lang.String> keyProperty
Property that holds the keygetKey(),
setKey(String)public javafx.beans.property.Property<java.lang.String> valueProperty
Property that holds the valuegetValue(),
setValue(String)public SysInfoProperty(java.lang.String key,
java.lang.String value)
public java.lang.String getKey()
Propertypublic javafx.beans.property.Property<java.lang.String> keyProperty()
Property that holds the keygetKey(),
setKey(String)public void setKey(java.lang.String key)
Propertykey - the keypublic java.lang.String getValue()
PropertyPropertypublic javafx.beans.property.Property<java.lang.String> valueProperty()
Property that holds the valuegetValue(),
setValue(String)public void setValue(java.lang.String value)
Propertyvalue - the content of the value PropertyCopyright © 2018 Frederic Thevenet. All rights reserved.