Extension SDK 10.1.2


oracle.ide
Class IdeViewHandler

java.lang.Object
  extended byoracle.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.


Method Summary
void activeViewChanged(ActiveViewEvent e)
This method is called every time a view becomes the active view.
static void fireActiveProjectChanged(Project project, Workspace workspace, Observer origin)
void viewSelectionChanged(ViewSelectionEvent e)
This method is called every time the selection changes in a view.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

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

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.