|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides the interface used to add status bar items into the shell.
Snap-ins must implement this interface to place components on the shell's status bar.
AbstractStatusBarSnapin| Method Summary | |
java.awt.Component |
getStatusBarItem()
Returns a component that will be placed on the shell's status bar. |
| Methods inherited from interface com.novell.application.console.snapin.Snapin |
getSnapinDescription,
getSnapinName,
initSnapin,
shutdownSnapin |
| Method Detail |
public java.awt.Component getStatusBarItem()
This can be any object derived from Component, such as text field, progress bar, push button, and so forth. For example, to add a label to the status bar:
public Components getStatusBarItem(){Label label = new Label("StatusBar Item");return label;}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||