Interface FocusablePerspectiveArea
-
- All Known Subinterfaces:
CMSBrowserArea,ConfigurableBrowserArea,UIBrowserArea,UIEditorArea,UINavigationArea
- All Known Implementing Classes:
AbstractBrowserArea,AbstractUINavigationArea,AdminBundleCockpitNavigationArea,AdmincockpitBrowserArea,AdmincockpitEditorArea,AdmincockpitNavigationArea,BaseUICockpitNavigationArea,BrowserArea,BundleCatalogNavigationArea,BundleNavigationNodeBrowserArea,CatalogBrowserArea,CatalogBrowserArea,CatalogNavigationArea,CatalogNavigationArea,DefaultConfigurableBrowserArea,DefaultSearchBrowserArea,EditorArea,LiveEditBrowserArea,LiveEditNavigationArea,NavigationArea,NavigationNodeBrowserArea,NavigationNodeNavigationArea,SubscriptionbundlecockpitsBrowserArea,SubscriptionbundlecockpitsNavigationArea,UrlBrowserArea,UrlNavigationArea
public interface FocusablePerspectiveArea
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UICockpitPerspectivegetManagingPerspective()booleanisFocused()voidsetFocus(boolean focus)
-
-
-
Method Detail
-
isFocused
boolean isFocused()
-
setFocus
void setFocus(boolean focus)
-
getManagingPerspective
UICockpitPerspective getManagingPerspective()
-
-