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