|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
CustomizedGUI |
getCustomizedGUI()
Returns the customized GUI, i.e. the object that contains all the parametrization of this view as built by the GUI aspect. |
PanelView |
getPanelView()
Returns the content pane of the customized, i.e. a panel containing some sub-panels. |
void |
requestFocus()
|
void |
setMenuBar(MenuView menuBar,
String position)
Set a menu bar to the customized. |
void |
setStatusBar(StatusView view,
String position)
Set a status bar to the customized. |
void |
setToolBar(MenuView toolBar)
Set a tool bar to the customized. |
void |
showStatus(String message)
Show a message on the customized's status bar. |
Methods inherited from interface org.objectweb.jac.aspects.gui.CompositeView |
addHorizontalStrut, addVerticalStrut, addView, addView, containsView, getView, getViews, removeAllViews, removeView |
Methods inherited from interface org.objectweb.jac.aspects.gui.View |
close, getContext, getDescription, getFactory, getLabel, getMessage, getParentView, getRootView, getStyle, getViewBorder, isClosed, isDescendantOf, setContext, setDescription, setFactory, setFocus, setLabel, setMessage, setParentView, setSize, setStyle, setViewBorder |
Methods inherited from interface org.objectweb.jac.aspects.gui.ViewIdentity |
equalsView, equalsView, getParameters, getType, setParameters, setType |
Method Detail |
public CustomizedGUI getCustomizedGUI()
public void setMenuBar(MenuView menuBar, String position)
menuBar
- the abstract menu barposition
- (TOP||BOTTOM)public void setToolBar(MenuView toolBar)
toolBar
- the abstract tool barpublic void setStatusBar(StatusView view, String position)
view
- the abstract status barposition
- (TOP||BOTTOM)public void showStatus(String message)
message
- the message to showpublic PanelView getPanelView()
public void requestFocus()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |