|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for a toolbar as used in applications to give users a shortcut to commands.
| Method Summary | |
java.lang.String |
getName()
A toolbar should provide a human readable name. |
int |
indexOf(java.lang.String id)
Returns the index of a component associated with a the given id. |
void |
updateStatus()
This method is used to keep the state of the toolbar up-to-date. |
| Methods inherited from interface com.tensegrity.gui.component.BasicComponent |
getHeight, getParentComponent, getWidth, repaint |
| Methods inherited from interface com.tensegrity.gui.Evaluable |
applyEvList, installEvList |
| Method Detail |
public void updateStatus()
public int indexOf(java.lang.String id)
id. The component of a toolbar are usually not directly
associated to such an id, rather their internal Command instance.
id - the id of command.
public java.lang.String getName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||