|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreferenceOperationView
A view of a PreferenceOperation tailored to use the properties that
are related to a PreferenceModel.
| Method Summary | |
|---|---|
void |
addListener(PreferenceOperationViewListener listener)
Adds a listener to this view, the listener is to be informed about changes on this view. |
void |
destroy()
Informs this view that it is no longer required and can safely free resources. |
String |
getDescription()
Gets the description of this view. |
Icon |
getIcon()
Gets the current icon of this view. |
PreferenceOperation |
getOperation()
Gets the operation which is represented by this view. |
void |
removeListener(PreferenceOperationViewListener listener)
Removes the listener listener from this view. |
| Method Detail |
|---|
PreferenceOperation getOperation()
nullIcon getIcon()
String getDescription()
void addListener(PreferenceOperationViewListener listener)
listener - the new listenervoid removeListener(PreferenceOperationViewListener listener)
listener from this view.
listener - the listener to removevoid destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||