oracle.ide
Class IdeViewHandler
java.lang.Object
oracle.ide.IdeViewHandler
- All Implemented Interfaces:
- ActiveViewListener, java.util.EventListener, ViewSelectionListener
- public final class IdeViewHandler
- extends java.lang.Object
- implements ActiveViewListener, ViewSelectionListener
For IDE internal use only.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activeViewChanged
public void activeViewChanged(ActiveViewEvent e)
- Description copied from interface:
ActiveViewListener
- This method is called every time a view becomes the active view. The
ActiveViewEvent
will have information about the view that is becoming active and the view that became inactive.
-
- Specified by:
activeViewChanged
in interface ActiveViewListener
fireActiveProjectChanged
public static void fireActiveProjectChanged(Project project,
Workspace workspace,
Observer origin)
viewSelectionChanged
public void viewSelectionChanged(ViewSelectionEvent e)
- Description copied from interface:
ViewSelectionListener
- This method is called every time the selection changes in a view. The
ViewSelectionEvent
object has detailed information of the objects selected in the view.
-
- Specified by:
viewSelectionChanged
in interface ViewSelectionListener
Copyright © 1997, 2004, Oracle. All rights reserved.