|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
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. |
PanelView |
getPanelView()
Returns the content pane of the customized, i.e. |
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, 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, setHeight, setLabel, setMessage, setParentView, setStyle, setViewBorder, setWidth, validate |
Methods inherited from interface org.objectweb.jac.aspects.gui.ViewIdentity |
getParameters, getType, setParameters, setType |
Method Detail |
public CustomizedGUI getCustomizedGUI()
public void setMenuBar(MenuView menuBar, String position)
position
- (TOP||BOTTOM)public void setToolBar(MenuView toolBar)
public 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()
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |