A C G M O R T V

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.
createToolBar(Collection) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given array.
createToolBar(boolean, Collection) - 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, Collection, 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, Collection) - 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, Collection, 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, Collection, 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(JMenu) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given menu.
createToolBar(boolean, JMenu) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given menu with the given rollover effect.
createToolBar(boolean, JMenu, boolean) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given menu with the given rollover effect and float style.
createToolBar(String, JMenu) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given menu with the given rollover effect and float style.
createToolBar(String, JMenu, boolean) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a named toolbar containing buttons and other controls based on the given menu with the given rollover effect and float style.
createToolBar(boolean, String, JMenu, boolean) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a named toolbar containing buttons and other controls based on the given menu with the given rollover effect and float style.

G

getVersion() - Static method in class org.tigris.toolbar.Version
 

M

MAJOR_REVISION_NUMBER - Static variable in class org.tigris.toolbar.Version
 
MINOR_REVISION_NUMBER - Static variable in class org.tigris.toolbar.Version
 

O

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

R

RELEASE_NUMBER - Static variable in class org.tigris.toolbar.Version
 

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

V

Version - class org.tigris.toolbar.Version.
A utility to return the version number of this release

A C G M O R T V