Package | Description |
---|---|
model.assignment | |
networkconfigurator |
Modifier and Type | Class and Description |
---|---|
class |
VariableAssignment
VariableAssignment represents an entry in the "\config\
|
Modifier and Type | Class and Description |
---|---|
class |
DetailBarLabel |
class |
DetailInputBox |
Modifier and Type | Field and Description |
---|---|
private PropertyBarEntry |
DetailBarPropertyEntry.propertyBarEntry
the value of the entry for the detail bar property.
|
Modifier and Type | Method and Description |
---|---|
PropertyBarEntry |
DetailBarPropertyEntry.getPropertyBarEntry()
getter for getValue.
|
Constructor and Description |
---|
DetailBarPropertyEntry(PropertyBarEntry value)
Constructor for the detail bar property entry.
|
DetailBarPropertyEntry(PropertyBarEntry value,
boolean editable)
Constructor for the detail bar property entry.
|
DetailBarPropertyEntry(PropertyBarEntry value,
boolean editable,
boolean readOnly,
int position)
Constructor for the detail bar property entry.
|