Modifier and Type | Method and Description |
---|---|
PerspectiveCheck |
DefaultWorkbenchController.perspective(PerspectiveActivity perspective) |
static PerspectiveCheck |
WorkbenchControllerHelper.perspective(PerspectiveActivity perspective)
|
PerspectiveCheck |
WorkbenchController.perspective(PerspectiveActivity perspective)
Creates a brand new instance for checking actions over
PerspectiveActivity instances. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkbenchPerspectiveActivity
Implementation of behaviour common to all perspective activities.
|
Modifier and Type | Method and Description |
---|---|
PerspectiveActivity |
PerspectiveManagerImpl.getCurrentPerspective() |
PerspectiveActivity |
PerspectiveManager.getCurrentPerspective()
Returns the current perspective's
PerspectiveActivity . |
Modifier and Type | Method and Description |
---|---|
void |
PerspectiveManagerImpl.switchToPerspective(org.uberfire.mvp.PlaceRequest placeRequest,
PerspectiveActivity activity,
org.uberfire.mvp.ParameterizedCommand<org.uberfire.workbench.model.PerspectiveDefinition> doWhenFinished) |
void |
PerspectiveManager.switchToPerspective(org.uberfire.mvp.PlaceRequest placeRequest,
PerspectiveActivity perspective,
org.uberfire.mvp.ParameterizedCommand<org.uberfire.workbench.model.PerspectiveDefinition> doWhenFinished)
This method should only be invoked by PlaceManager.
|
Modifier and Type | Class and Description |
---|---|
class |
StandaloneEditorPerspective |
Modifier and Type | Method and Description |
---|---|
PerspectiveActivity |
Workbench.getHomePerspectiveActivity()
Get the home perspective defined at the workbench authorization policy.
|
Modifier and Type | Method and Description |
---|---|
WorkbenchPanelPresenter |
BeanFactory.newRootPanel(PerspectiveActivity activity,
org.uberfire.workbench.model.PanelDefinition root)
Creates a new perspective root panel for the given Perspective Activity and Root Panel Definition.
|
WorkbenchPanelPresenter |
DefaultBeanFactory.newRootPanel(PerspectiveActivity activity,
org.uberfire.workbench.model.PanelDefinition root) |
void |
PanelManager.setRoot(PerspectiveActivity activity,
org.uberfire.workbench.model.PanelDefinition root)
Clears all existing panel structure from the user interface, then installs a new root panel according to the
specifications in the given
PanelDefinition . |
void |
PanelManagerImpl.setRoot(PerspectiveActivity activity,
org.uberfire.workbench.model.PanelDefinition root) |
Modifier and Type | Method and Description |
---|---|
protected void |
WorkbenchMenuBarPresenter.addPerspectiveMenus(PerspectiveActivity perspective) |
protected void |
WorkbenchMenuBarStandalonePresenter.addPerspectiveMenus(PerspectiveActivity perspective) |
Modifier and Type | Method and Description |
---|---|
protected void |
WorkbenchMegaMenuStandalonePresenter.addPerspectiveMenus(PerspectiveActivity perspective) |
protected void |
WorkbenchMegaMenuPresenter.addPerspectiveMenus(PerspectiveActivity perspective) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.