|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreferenceOperationViewListener
A listener that is added to a PreferenceOperation and receives events
if the properties of the operation changes
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 null
void descriptionChanged(PreferenceOperationView operation,
String oldDescription,
String newDescription)
operation changed.
operation - the operation whose text changedoldDescription - the old textnewDescription - the new text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||