public final class DProps extends DElement<DProps>
| Modifier and Type | Field and Description |
|---|---|
javafx.collections.ObservableList<DPropEntry> |
entries |
javafx.beans.property.StringProperty |
valueType |
| Constructor and Description |
|---|
DProps() |
| Modifier and Type | Method and Description |
|---|---|
DPropEntry[] |
getEntries() |
String |
getValueType() |
boolean |
isEmpty() |
javafx.beans.Observable[] |
observables() |
void |
setEntries(DPropEntry[] entries) |
void |
setValueType(String valueType) |
String |
toString() |
clone, readExternal, writeExternalpublic final javafx.beans.property.StringProperty valueType
public final javafx.collections.ObservableList<DPropEntry> entries
public String getValueType()
public void setValueType(String valueType)
public DPropEntry[] getEntries()
public void setEntries(DPropEntry[] entries)
public javafx.beans.Observable[] observables()
observables in class DElement<DProps>Copyright © 2012–2017 MARID software development group. All rights reserved.