A C O T

A

add(Action) - Method in class org.tigris.toolbar.ToolBar
Add a new button to the toolbar with properties based on the given action and triggering the given action.

C

createToolBar(Object[]) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given array.
createToolBar(boolean, Object[]) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given array with the given rollover effect.
createToolBar(boolean, Object[], boolean) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given array with the given rollover effect and float style.
createToolBar(String, Object[]) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given array with the given rollover effect and float style.
createToolBar(String, Object[], boolean) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a named toolbar containing buttons and other controls based on the given array with the given rollover effect and float style.
createToolBar(boolean, String, Object[], boolean) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a named toolbar containing buttons and other controls based on the given array with the given rollover effect and float style.

O

org.tigris.toolbar - package org.tigris.toolbar
 

T

ToolBar - class org.tigris.toolbar.ToolBar.
A toolbar class which assumes rollover effects and automatically gives tooltip to any buttons created by adding an action.
ToolBar() - Constructor for class org.tigris.toolbar.ToolBar
Creates a new instance of an un-named horizontal ToolBar
ToolBar(String) - Constructor for class org.tigris.toolbar.ToolBar
Creates a new instance of a horizontal ToolBar with the given name
ToolBar(String, int) - Constructor for class org.tigris.toolbar.ToolBar
Creates a new instance of ToolBar with the given name and orientation
ToolBar(int) - Constructor for class org.tigris.toolbar.ToolBar
Creates a new instance of an un-named ToolBar with the given orientation
ToolBarFactory - class org.tigris.toolbar.ToolBarFactory.
A factory class for creating new instances of toolbars
ToolBarManager - class org.tigris.toolbar.ToolBarManager.
This class exists to propogate change in toolbar settings (icon size etc) to all toolbars registered with it.
ToolBarManager() - Constructor for class org.tigris.toolbar.ToolBarManager
Creates a new instance of ToolBarManager

A C O T