Method Summary |
|
abstract protected ToolItem | createToolItem(ToolBar parent, int index) |
final public void | fill(ToolBar parent, int index) |
abstract protected List<ModalItem> | getTools() returns the list of items for the category. |
public void | incrementSelection() Sets the current to too be the next tool in the list. |
abstract protected boolean | isActiveItem() |
protected boolean | isChecked() |
abstract protected boolean | isDefaultItem() If the tool is the default tool then run that tool. |
public boolean | isDisposed() |
protected void | runCurrentTool() Runs the current tool. |
protected void | setCurrentTool(ModalItem tool) Sets the current items from the category as the current items for the tool item
Parameters: tool - the new current tool. |
public void | setSelection(boolean checked, ModalItem tool) Selects passed modal tool if the toolItem widget has been created
and not disposed. |