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.


Method Summary
 String getPosition()
          Gets the position of the menu bar (TOP||BOTTOM).
 void setPosition(String position)
          Sets the position of the status bar (TOP||BOTTOM).
 void showMessage(String message)
           
 
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

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)