public interface PreferenceOperationView
PreferenceOperation tailored to use the properties that
are related to a PreferenceModel.| Modifier and Type | Method and Description |
|---|---|
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. |
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()
Copyright © 2017 Docking Frames. All rights reserved.