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.
|
java.lang.String |
getDescription()
Gets the description of this view.
|
javax.swing.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()
null
javax.swing.Icon getIcon()
java.lang.String getDescription()
void addListener(PreferenceOperationViewListener listener)
listener
- the new listenervoid removeListener(PreferenceOperationViewListener listener)
listener
from this view.listener
- the listener to removevoid destroy()