public interface PreferenceOperationViewListener
PreferenceOperation
and receives events
if the properties of the operation changesModifier and Type | Method and Description |
---|---|
void |
descriptionChanged(PreferenceOperationView operation,
java.lang.String oldDescription,
java.lang.String newDescription)
Called when the description of
operation changed. |
void |
iconChanged(PreferenceOperationView operation,
javax.swing.Icon oldIcon,
javax.swing.Icon newIcon)
Called when the icon of
operation changed. |
void iconChanged(PreferenceOperationView operation, javax.swing.Icon oldIcon, javax.swing.Icon newIcon)
operation
changed.operation
- the operation whose icon changedoldIcon
- the old icon, may be null
newIcon
- the new icon, may be null
void descriptionChanged(PreferenceOperationView operation, java.lang.String oldDescription, java.lang.String newDescription)
operation
changed.operation
- the operation whose text changedoldDescription
- the old textnewDescription
- the new text