Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.inspector
Class InspectorManager

java.lang.Object
  extended by oracle.ide.view.MultiManager
      extended by oracle.ide.view.PinnableManager
          extended by oracle.ide.inspector.InspectorManager

All Implemented Interfaces:
Addin, Controller

public abstract class InspectorManager
extends PinnableManager

The InspectorManager manages property inspector views.


Field Summary

 

Fields inherited from interface oracle.ide.controller.Controller
UPDATE_FROM_ACTION_PERFORMED, UPDATE_FROM_ACTIVE_VIEW_CHANGED, UPDATE_FROM_UNDO, UPDATE_FROM_USER_EXTENSION, UPDATE_FROM_VIEW_SELECTION_CHANGED

 

Constructor Summary
InspectorManager()
           

 

Method Summary
static InspectorManager getInspectorManager()
          Returns the InspectorManager instance that is active in the IDE.
static void setInspectorManager(InspectorManager inspectorManager)
          Publishes the specified InspectorManager as the active instance in the IDE.
 DockableView showLastView(Context context)
          Show the last managed View.
abstract  boolean supportsInspection(View view)
          Check if the specified View supports inspection of the selected elements in its Context.

 

Methods inherited from class oracle.ide.view.PinnableManager
handleEvent, showView, update

 

Methods inherited from class oracle.ide.view.MultiManager
createDockableView, createShowAction, createToggleToolbarAction, findOrCreateView, findView, getAcceleratorFile, getDefaultName, getDefaultViewId, getDockableFactory, getLastView, getNewView, getOrientation, getRelativeView, getShowAction, getToggleToolbarMenuWeight, getViewCategory, getViewId, getViews, initialize, isToolbarVisible, setToolbarVisible

 

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

 

Constructor Detail

InspectorManager

public InspectorManager()

Method Detail

getInspectorManager

public static InspectorManager getInspectorManager()
Returns the InspectorManager instance that is active in the IDE.

setInspectorManager

public static void setInspectorManager(InspectorManager inspectorManager)
Publishes the specified InspectorManager as the active instance in the IDE.

supportsInspection

public abstract boolean supportsInspection(View view)
Check if the specified View supports inspection of the selected elements in its Context.
Parameters:
view - the View to validate.
Returns:
true if the View supports inspection upon its selection.

showLastView

public DockableView showLastView(Context context)
Description copied from class: MultiManager
Show the last managed View. This method is called in response to the IdeAction returned by getAction. The value returned may be dependant upon the Context provided (e.g. if context already refers to the last managed View, might return the next to last managed View thereby allowing round robin View activation by continually showing the managed View previous to the current managed View).
Overrides:
showLastView in class PinnableManager
See Also:
#getAction

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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