public abstract class InspectorManager extends PinnableManager
UPDATE_FROM_ACTION_PERFORMED, UPDATE_FROM_ACTIVE_VIEW_CHANGED, UPDATE_FROM_UNDO, UPDATE_FROM_USER_EXTENSION, UPDATE_FROM_VIEW_SELECTION_CHANGED| Constructor and Description | 
|---|
InspectorManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
abstract boolean | 
supportsInspection(View view)
Check if the specified  
View supports inspection of the
 selected elements in its Context. | 
getDefaultView, handleEvent, showLastView, showView, updatecreateDockableView, createShowAction, createToggleToolbarAction, findOrCreateView, findView, getAcceleratorFile, getClonesIDs, getDefaultName, getDefaultViewId, getDockableFactory, getLastView, getNewView, getOrientation, getRelativeView, getShowAction, getToggleToolbarMenuWeight, getViewCategory, getViewId, getViews, initialize, isClone, isToolbarVisible, setToolbarVisiblepublic static InspectorManager getInspectorManager()
public static void setInspectorManager(InspectorManager inspectorManager)
public abstract boolean supportsInspection(View view)
View supports inspection of the
 selected elements in its Context.view - the View to validate.