|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the kind of object this callback has access topublic interface PreferenceEditorCallback<V>
A callback is an object that has access to some value and can either read or store it.
Method Summary | |
---|---|
V |
get()
Gets the value to which this callback has access to. |
void |
set(V value)
Sets the value of this callback. |
void |
setOperation(PreferenceOperation operation,
boolean enabled)
Tells this callback that the editor using it can perform some action. |
Method Detail |
---|
V get()
null
void set(V value)
value
- the value, might be null
void setOperation(PreferenceOperation operation, boolean enabled)
enabled
changes it value.
operation
- the key of the actionenabled
- whether the operation is available right now
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |