oracle.ide.inspector
Class InspectorManager
java.lang.Object
oracle.ide.MultiManager
oracle.ide.PinnableManager
oracle.ide.inspector.InspectorManager
- All Implemented Interfaces:
- Controller, Module
- public abstract class InspectorManager
- extends PinnableManager
The InspectorManager manages property inspector views.
Methods inherited from class oracle.ide.MultiManager |
createDockableView, createShowAction, createToggleToolbarAction, findOrCreateView, findView, 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 |
InspectorManager
public InspectorManager()
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.
Copyright © 1997, 2004, Oracle. All rights reserved.