public class MainWindow extends Window
| Modifier and Type | Field and Description |
|---|---|
protected Panel |
bodyPanel |
protected Panel |
footPanel |
protected Panel |
headPanel |
protected Panel |
menuPanel |
childWindows, closeButton, contentPanel, eventThread, NAME_CLOSE_BUTTON, NAME_CONTENT_PANEL, NAME_TITLE_LABEL, NAME_TITLE_PANEL, parentWindow, title, titleLabel, titlePanel, windowManagerbackgroundColor, caption, color, disabled, EVENT_BEFORE_REFRESH_VIEW, EVENT_BEFORE_UPDATE_VIEW, EVENT_STATE_CHANGE, EVENT_VALUE_CHANGE, font, id, name, readOnly, visible| Constructor and Description |
|---|
MainWindow() |
| Modifier and Type | Method and Description |
|---|---|
Panel |
getBodyPanel() |
Panel |
getFootPanel() |
Panel |
getHeadPanel() |
Panel |
getMenuPanel() |
void |
setContentPanel(Panel contentPanel) |
void |
setHeadPanel(Panel headPanel) |
accept, addChildWindow, closeWindow, getChildWindows, getContentPanel, getEventThread, getParentWindow, getRootWindow, getTitle, getTitlePanel, getWindowManager, removeChildWindow, setEventThread, setParentWindow, setTitle, setWindowManageraddChild, addChild, addChildren, addEventListener, clearEventListener, containsListener, destroy, existsEventListener, findWindow, forceUpdateView, getBackgroundColor, getCaption, getChildComponentById, getChildComponentByName, getChildrenComponents, getColor, getComponentByClass, getExtraAttribute, getExtraAttributes, getFont, getFont, getId, getModel, getName, getWindow, hide, isDisabled, isReadOnly, isVisible, isWindow, notifyEventListeners, notifyEventListeners, removeChild, removeEventListener, removeExtraAttribute, setBackgroundColor, setCaption, setColor, setDisabled, setExtraAttribute, setFont, setId, setModel, setModel, setName, setReadOnly, setVisible, show, toString, tranverse, updateModel, updateViewaddChild, addChild, addChildren, checkConsistency, copy, detach, getChildren, getDepth, getParent, getRoot, isLeaf, isRoot, remove, removeAllChildren, removeChild, replace, replaceSingleNode, setChildren, setParentprotected Panel headPanel
protected Panel menuPanel
protected Panel bodyPanel
protected Panel footPanel
public Panel getHeadPanel()
public void setHeadPanel(Panel headPanel)
public Panel getMenuPanel()
public void setContentPanel(Panel contentPanel)
setContentPanel in class Windowpublic Panel getBodyPanel()
public Panel getFootPanel()
Copyright © 2015. All Rights Reserved.