|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
Empty method body adapter of PropertyPageListener
Constructor Summary | |
PropertyPageAdapter()
Creates new PropertyPageAdapter |
Method Summary | |
void |
onComponentChanged(PropertyPageEvent ppe)
Invoked when the component that represents a property page has changed. |
void |
onEnabledChanged(PropertyPageEvent ppe)
Invoked when the enabled state of a property page has changed. |
void |
onIconChanged(PropertyPageEvent ppe)
Invoked when the icon of a property page changes. |
void |
onTitleChanged(PropertyPageEvent ppe)
Invoked when the title of a property page changes. |
void |
onToolTipChanged(PropertyPageEvent ppe)
Invoked when the tool tip associated with a property page changes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyPageAdapter()
Method Detail |
public void onIconChanged(PropertyPageEvent ppe)
onIconChanged
in interface PropertyPageListener
ppe
- EventObject
describing the PropertyPage
that changed.public void onTitleChanged(PropertyPageEvent ppe)
onTitleChanged
in interface PropertyPageListener
ppe
- EventObject
describing the PropertyPage
that changed.public void onToolTipChanged(PropertyPageEvent ppe)
onToolTipChanged
in interface PropertyPageListener
ppe
- EventObject
describing the PropertyPage
that changed.public void onComponentChanged(PropertyPageEvent ppe)
This event will not be invoked, when merely the data displayed in the component or subcomponents of it have changed.
onComponentChanged
in interface PropertyPageListener
ppe
- EventObject
describing the PropertyPage
that changed.public void onEnabledChanged(PropertyPageEvent ppe)
onEnabledChanged
in interface PropertyPageListener
ppe
- EventObject
describing the PropertyPage
that changed.
|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |