@Alternative public class JSWorkbenchPerspectiveActivity extends Object implements PerspectiveActivity
| Constructor and Description |
|---|
JSWorkbenchPerspectiveActivity(JSNativePerspective nativePerspective) |
| Modifier and Type | Method and Description |
|---|---|
PerspectiveDefinition |
getDefaultPerspectiveLayout() |
String |
getIdentifier() |
void |
getMenus(Consumer<Menus> menusConsumer) |
PlaceRequest |
getPlace() |
ResourceType |
getResourceType() |
ToolBar |
getToolBar() |
boolean |
isDefault() |
boolean |
isTransient() |
void |
onClose() |
void |
onOpen() |
void |
onShutdown() |
void |
onStartup(PlaceRequest place) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetDependencies, isTypepublic JSWorkbenchPerspectiveActivity(JSNativePerspective nativePerspective)
public PlaceRequest getPlace()
public void onStartup(PlaceRequest place)
public void onShutdown()
onShutdown in interface Activitypublic PerspectiveDefinition getDefaultPerspectiveLayout()
getDefaultPerspectiveLayout in interface PerspectiveActivitypublic String getIdentifier()
getIdentifier in interface Resourcepublic ResourceType getResourceType()
getResourceType in interface Resourcepublic boolean isDefault()
isDefault in interface ActivityisDefault in interface PerspectiveActivitypublic boolean isTransient()
isTransient in interface PerspectiveActivitypublic void getMenus(Consumer<Menus> menusConsumer)
getMenus in interface PerspectiveActivitypublic ToolBar getToolBar()
getToolBar in interface PerspectiveActivityCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.