Package | Description |
---|---|
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
Modifier and Type | Method and Description |
---|---|
PreferenceOperationView |
PreferenceOperation.create(PreferenceModel model)
Creates and returns a view of this
PreferenceOperation for
model . |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceOperationViewListener.descriptionChanged(PreferenceOperationView operation,
java.lang.String oldDescription,
java.lang.String newDescription)
Called when the description of
operation changed. |
void |
PreferenceOperationViewListener.iconChanged(PreferenceOperationView operation,
javax.swing.Icon oldIcon,
javax.swing.Icon newIcon)
Called when the icon of
operation changed. |