public interface PreferenceOperationViewListener
PreferenceOperation and receives events
if the properties of the operation changes| Modifier 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 nullnewIcon - the new icon, may be nullvoid descriptionChanged(PreferenceOperationView operation, String oldDescription, String newDescription)
operation changed.operation - the operation whose text changedoldDescription - the old textnewDescription - the new textCopyright © 2017 Docking Frames. All rights reserved.