| Package | Description |
|---|---|
| net.abstractfactory.plum.view | |
| net.abstractfactory.plum.view.component.containers.window |
| Modifier and Type | Method and Description |
|---|---|
T |
Visitor.visit(Panel component) |
| Modifier and Type | Field and Description |
|---|---|
protected Panel |
MainWindow.bodyPanel |
protected Panel |
Window.contentPanel
A window has only one child component, that is the contentPanel.
|
protected Panel |
MainWindow.footPanel |
protected Panel |
MainWindow.headPanel |
protected Panel |
MainWindow.menuPanel |
protected Panel |
Window.titlePanel |
| Modifier and Type | Method and Description |
|---|---|
Panel |
MainWindow.getBodyPanel() |
Panel |
Window.getContentPanel() |
Panel |
MainWindow.getFootPanel() |
Panel |
MainWindow.getHeadPanel() |
Panel |
MainWindow.getMenuPanel() |
Panel |
Window.getTitlePanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainWindow.setContentPanel(Panel contentPanel) |
void |
Window.setContentPanel(Panel contentPanel) |
void |
MainWindow.setHeadPanel(Panel headPanel) |
Copyright © 2015. All Rights Reserved.