org.objectweb.jac.aspects.gui
Interface StatusView
- All Superinterfaces:
- View, ViewIdentity
- All Known Implementing Classes:
- StatusBar, StatusBar
- public interface StatusView
- extends View
The GUI target independant status bar view.
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 |
setPosition
public void setPosition(String position)
- Sets the position of the status bar (TOP||BOTTOM).
- Parameters:
position
- the position- See Also:
Menu
getPosition
public String getPosition()
- Gets the position of the menu bar (TOP||BOTTOM).
- Returns:
- the position
- See Also:
Menu
showMessage
public void showMessage(String message)