Dresden OCL Toolkit

tudresden.ocl.injection.reverseeng.propertypages.events
Class PropertyPageAdapter

java.lang.Object
  extended bytudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
All Implemented Interfaces:
EventListener, PropertyPageListener

public class PropertyPageAdapter
extends Object
implements PropertyPageListener

Empty method body adapter of PropertyPageListener

Version:
1.0
Author:
sz9 (Steffen Zschaler)

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

PropertyPageAdapter

public PropertyPageAdapter()
Creates new PropertyPageAdapter

Method Detail

onIconChanged

public void onIconChanged(PropertyPageEvent ppe)
Invoked when the icon of a property page changes.

Specified by:
onIconChanged in interface PropertyPageListener
Parameters:
ppe - EventObject describing the PropertyPage that changed.

onTitleChanged

public void onTitleChanged(PropertyPageEvent ppe)
Invoked when the title of a property page changes.

Specified by:
onTitleChanged in interface PropertyPageListener
Parameters:
ppe - EventObject describing the PropertyPage that changed.

onToolTipChanged

public void onToolTipChanged(PropertyPageEvent ppe)
Invoked when the tool tip associated with a property page changes.

Specified by:
onToolTipChanged in interface PropertyPageListener
Parameters:
ppe - EventObject describing the PropertyPage that changed.

onComponentChanged

public void onComponentChanged(PropertyPageEvent ppe)
Invoked when the component that represents a property page has changed.

This event will not be invoked, when merely the data displayed in the component or subcomponents of it have changed.

Specified by:
onComponentChanged in interface PropertyPageListener
Parameters:
ppe - EventObject describing the PropertyPage that changed.

onEnabledChanged

public void onEnabledChanged(PropertyPageEvent ppe)
Invoked when the enabled state of a property page has changed.

Specified by:
onEnabledChanged in interface PropertyPageListener
Parameters:
ppe - EventObject describing the PropertyPage that changed.

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.