|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The InspectorManager manages property inspector views.
Method Summary | |
IdeAction |
getAction(AddinManager addMgr)
Return the IdeAction |
DockableWindow |
getSingletonView()
Call this method to get the inspector when the InspectorManager supports single inspector view. |
void |
initialize()
Initialize the Inspector. |
boolean |
isInMultiMode()
true if this manager supports multiple inspector views. |
boolean |
isViewVisible()
Call this method to check the visible state of the inspector when the InspectorManager supports single inspector view. |
void |
showOrHideView(Context context)
Call this method to show or hide the inspector when the InspectorManager supports single inspector view, or to
show a new one when in multiple mode. |
boolean |
supportsInspection(View view)
Check if the specified view supports inspection of the
selected elements in its Context |
Method Detail |
public void initialize()
public boolean isInMultiMode()
true
if this manager supports multiple inspector views.
public boolean isViewVisible()
InspectorManager
supports single inspector view.
public void showOrHideView(Context context)
InspectorManager
supports single inspector view, or to
show a new one when in multiple mode.
public DockableWindow getSingletonView()
InspectorManager
supports single inspector view.
public boolean supportsInspection(View view)
view
supports inspection of the
selected elements in its Context.
public IdeAction getAction(AddinManager addMgr)
IdeAction to associate with the View | Inspector
menu item. This method is called when the main window is adding that
menu item.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.