public interface PreferenceOperationViewListener
PreferenceOperation
and receives events
if the properties of the operation changesModifier and Type | Method and Description |
---|---|
void |
descriptionChanged(PreferenceOperationView operation,
String oldDescription,
String newDescription)
Called when the description of
operation changed. |
void |
iconChanged(PreferenceOperationView operation,
Icon oldIcon,
Icon newIcon)
Called when the icon of
operation changed. |
void iconChanged(PreferenceOperationView operation, Icon oldIcon, 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, String oldDescription, String newDescription)
operation
changed.operation
- the operation whose text changedoldDescription
- the old textnewDescription
- the new text