| Modifier and Type | Method and Description |
|---|---|
void |
WorkbenchPanelView.addPart(WorkbenchPartPresenter.View view)
Adds the given part view to this panel if this panel does not already contain a view that handles the same
PlaceRequest as the given one. |
void |
MultiPartWidget.addPart(WorkbenchPartPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnanchoredStaticWorkbenchPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
TemplatedWorkbenchPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
StaticWorkbenchPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
SplitLayoutPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
LayoutPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
AdaptiveWorkbenchPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
AbstractSimpleWorkbenchPanelView.addPart(WorkbenchPartPresenter.View view) |
void |
AbstractMultiPartWorkbenchPanelView.addPart(WorkbenchPartPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
WorkbenchPartPresenter.View |
WorkbenchPartPresenter.getPartView() |
WorkbenchPartPresenter.View |
AbstractWorkbenchPartPresenter.getPartView() |
| Constructor and Description |
|---|
AbstractWorkbenchPartPresenter(WorkbenchPartPresenter.View view) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbenchPartView
A Workbench panel part.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnanchoredWorkbenchPartView
A Workbench panel part.
|
| Modifier and Type | Method and Description |
|---|---|
WorkbenchPartPresenter.View |
StaticFocusedResizePanel.getPartView() |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticFocusedResizePanel.setPart(WorkbenchPartPresenter.View part) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.