|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by the main window to return the active view and to build the control stack.
IdeMainWindow.getLastActiveView()
Method Summary | |
java.util.List |
getControllerStack(View view)
This methods get a list of ControllerProvider based on a view. |
View |
getLastActiveView()
Gets the last active view. |
Method Detail |
public View getLastActiveView()
public java.util.List getControllerStack(View view)
ControllerProvider
based on a view.
The view itself is NOT included in the list.
The ActiveViewHandler uses a cache that is cleared everytime the active view changes.
The returned value is never null and cannot contain null elements.
List
of ControllerProvider
.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.