public static interface IdeMainWindow.ControllerContext
| Modifier and Type | Method and Description | 
|---|---|
java.util.List | 
getControllerProviders(View view)
This methods get a list of  
ControllerProvider based on a view. | 
java.util.List getControllerProviders(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.