public abstract class PreferenceOperationText extends TextValue
PreferenceOperation
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_OPERATION
what kind of
UIValue this is |
Constructor and Description |
---|
PreferenceOperationText(String id,
PreferenceOperation operation)
Creates a new text.
|
Modifier and Type | Method and Description |
---|---|
PreferenceOperation |
getOperation()
Gets the element that is using this text.
|
me, setController
public PreferenceOperationText(String id, PreferenceOperation operation)
id
- the unique identifier of this textoperation
- the operation that is using this textpublic PreferenceOperation getOperation()