Dresden OCL Toolkit

tudresden.ocl.injection.reverseeng.propertypages.events
Interface PropertyPageListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
PropertyPageAdapter, PropertyPageContainer

public interface PropertyPageListener
extends EventListener

Event interface sourced by PropertyPage.

Version:
1.0
Author:
sz9 (Steffen Zschaler)

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.
 

Method Detail

onIconChanged

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

Parameters:
ppe - EventObject describing the PropertyPage that changed.

onTitleChanged

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

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.

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.

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.

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.