Class | Description |
---|---|
AbstractDockingWorkbenchPanelPresenter<P extends AbstractWorkbenchPanelPresenter<P>> |
Implements the behaviour for panel presenters that support adding child panels in
CompassPosition positions. |
AbstractDockingWorkbenchPanelView<P extends WorkbenchPanelPresenter> |
Implements the view behaviour required by all docking panel views: adding and removing child panels in the NORTH,
SOUTH, EAST, and WEST compass positions.
|
AbstractMultiPartWorkbenchPanelPresenter<P extends AbstractMultiPartWorkbenchPanelPresenter<P>> | |
AbstractMultiPartWorkbenchPanelView<P extends AbstractMultiPartWorkbenchPanelPresenter> | |
AbstractSimpleWorkbenchPanelView<P extends WorkbenchPanelPresenter> |
Supertype for both the DnD and non-DnD simple workbench panel views.
|
AbstractWorkbenchPanelPresenter<P extends AbstractWorkbenchPanelPresenter<P>> |
Basic implementation of common functionality in a panel presenter.
|
AbstractWorkbenchPanelView<P extends WorkbenchPanelPresenter> |
Implements focus and selection handling.
|
AdaptiveWorkbenchPanelPresenter | |
AdaptiveWorkbenchPanelView | |
ClosableSimpleWorkbenchPanelPresenter |
A panel with a title bar.
|
ClosableSimpleWorkbenchPanelView |
A Workbench panel that can contain WorkbenchParts.
|
ImmutableWorkbenchPanelPresenter |
An undecorated panel that can contain one part at a time and does not support child panels.
|
ImmutableWorkbenchPanelView |
The view component of
ImmutableWorkbenchPanelPresenter . |
LayoutPanelPresenter | |
LayoutPanelView |
A simple
LayoutPanel presenter. |
MultiListWorkbenchPanelPresenter |
A 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.
|
MultiListWorkbenchPanelView |
A Workbench panel that can contain WorkbenchParts.
|
MultiScreenWorkbenchPanelPresenter |
A panel that allows opening screens within the current perspective, without closing the previous one.
|
MultiScreenWorkbenchPanelView |
A Workbench panel that can contain WorkbenchParts.
|
MultiTabWorkbenchPanelPresenter |
A 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.
|
SimpleDnDWorkbenchPanelPresenter |
Exactly like
SimpleWorkbenchPanelPresenter but has drag and drop enabled by default. |
SimpleDnDWorkbenchPanelView |
View component of the drag-and-drop enabled
SimpleDnDWorkbenchPanelPresenter . |
SimpleNoExpandWorkbenchPanelPresenter |
A panel with a title bar.
|
SimpleNoExpandWorkbenchPanelView |
A Workbench panel that can contain WorkbenchParts.
|
SimpleWorkbenchPanelPresenter |
A panel with a title bar.
|
SimpleWorkbenchPanelView |
A Workbench panel that can contain WorkbenchParts.
|
SinglePartPanelHelper | |
SplitLayoutPanelPresenter |
SplitLayoutPanelPresenter and
SplitLayoutPanelView arrange panels using a GWT SplitLayoutPanel . |
SplitLayoutPanelView |
Corresponding view to
SplitLayoutPanelPresenter . |
StaticWorkbenchPanelPresenter |
An undecorated panel that can contain one part at a time and does not support child panels.
|
StaticWorkbenchPanelView |
The view component of
StaticWorkbenchPanelPresenter . |
TemplatedWorkbenchPanelPresenter | |
TemplatedWorkbenchPanelView |
The view component of the templated panel system.
|
UnanchoredStaticWorkbenchPanelPresenter |
An undecorated panel that can contain one part at a time and does not support child panels.
|
UnanchoredStaticWorkbenchPanelView |
The view component of
UnanchoredStaticWorkbenchPanelPresenter . |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.