|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.path.item.AbstractActionPath
net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
public class GUIStatusBar
Defines a status bar, a component that just lists some components which
listen to the application state (usually the Bus). This component
provides a common layout for all the components in the bar.
| Constructor Summary | |
|---|---|
GUIStatusBar()
|
|
| Method Summary | |
|---|---|
static Border |
createDefaultBorder()
Creates a border for the components that are put in the status bar. |
Border |
getBorder()
Gets the border to apply to the components in the status bar. |
List<StatusBarComponent> |
getComponents()
Gets the list of component definitions for this status bar. |
void |
install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
Installs this action path in a menu builder for a given action context. |
void |
setBorder(Border border)
Sets the border to apply to the components in the status bar. |
void |
setComponents(List<StatusBarComponent> components)
Sets the list of component definitions for this status bar. |
| Methods inherited from class net.sf.doolin.gui.action.path.item.AbstractActionPath |
|---|
getPathID, getPathStack, getSource, getTarget, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GUIStatusBar()
| Method Detail |
|---|
public static Border createDefaultBorder()
public Border getBorder()
public List<StatusBarComponent> getComponents()
public void install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
ActionPath
menuBuilder - Menu builderactionFactory - Action factory to useactionContext - Action context to usepublic void setBorder(Border border)
createDefaultBorder().
border - Border to setpublic void setComponents(List<StatusBarComponent> components)
components - List of component definitions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||