Uses of Class
org.uberfire.client.workbench.panels.impl.AbstractMultiPartWorkbenchPanelPresenter
-
Packages that use AbstractMultiPartWorkbenchPanelPresenter Package Description org.uberfire.client.workbench.panels.impl -
-
Uses of AbstractMultiPartWorkbenchPanelPresenter in org.uberfire.client.workbench.panels.impl
Classes in org.uberfire.client.workbench.panels.impl with type parameters of type AbstractMultiPartWorkbenchPanelPresenter Modifier and Type Class Description classAbstractMultiPartWorkbenchPanelPresenter<P extends AbstractMultiPartWorkbenchPanelPresenter<P>>classAbstractMultiPartWorkbenchPanelView<P extends AbstractMultiPartWorkbenchPanelPresenter>Subclasses of AbstractMultiPartWorkbenchPanelPresenter in org.uberfire.client.workbench.panels.impl Modifier and Type Class Description classMultiListWorkbenchPanelPresenterA panel with a title bar and drop-down list that allows selecting among the parts it contains, and drag-and-drop for moving parts to and from other drag-and-drop enabled panels.classMultiScreenWorkbenchPanelPresenterA panel that allows opening screens within the current perspective, without closing the previous one.classMultiTabWorkbenchPanelPresenterA panel with a tab bar that allows selecting among the parts it contains, with drag-and-drop for moving parts to and from other drag-and-drop enabled panels.
-