@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, wait
getName
getDependencies, isType
public JSWorkbenchPerspectiveActivity(JSNativePerspective nativePerspective)
public PlaceRequest getPlace()
public void onStartup(PlaceRequest place)
public void onShutdown()
onShutdown
in interface Activity
public PerspectiveDefinition getDefaultPerspectiveLayout()
getDefaultPerspectiveLayout
in interface PerspectiveActivity
public String getIdentifier()
getIdentifier
in interface Resource
public ResourceType getResourceType()
getResourceType
in interface Resource
public boolean isDefault()
isDefault
in interface Activity
isDefault
in interface PerspectiveActivity
public boolean isTransient()
isTransient
in interface PerspectiveActivity
public void getMenus(Consumer<Menus> menusConsumer)
getMenus
in interface PerspectiveActivity
public ToolBar getToolBar()
getToolBar
in interface PerspectiveActivity
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.