Skip navigation links
com.essbase.eas.essbase.ui.outline
Class ModificationsListAdapter
java.lang.Object
com.essbase.eas.essbase.ui.outline.ModificationsListAdapter
- All Implemented Interfaces:
- RepresentationListener, java.awt.event.HierarchyListener, java.util.EventListener
-
public class ModificationsListAdapter
- extends java.lang.Object
- implements java.awt.event.HierarchyListener, RepresentationListener
specialized class to listen for multiple types of events on a settings tree and handle them.
- Version:
- 1.00, 10/03/2001
- Author:
- Hank Cox
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModificationsListAdapter
public ModificationsListAdapter(ModificationsList list)
hierarchyChanged
public void hierarchyChanged(java.awt.event.HierarchyEvent e)
-
- Specified by:
hierarchyChanged in interface java.awt.event.HierarchyListener
eventTaken
public void eventTaken(RepresentationEvent e)
- Description copied from interface:
RepresentationListener
- this event gets broadcast an event is added to the outline's representation.
-
- Specified by:
eventTaken in interface RepresentationListener
eventUndone
public void eventUndone(RepresentationEvent e)
- Description copied from interface:
RepresentationListener
- this event gets broadcast when an event is undone.
-
- Specified by:
eventUndone in interface RepresentationListener
activeAliasTableChanged
public void activeAliasTableChanged(RepresentationEvent e)
- Description copied from interface:
RepresentationListener
- this event gets broadcast when the active alias table is changed.
-
- Specified by:
activeAliasTableChanged in interface RepresentationListener
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.