A C D H L 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.
addLayoutComponent(Component, Object) - Method in class org.tigris.toolbar.DockBorderLayout
 

C

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(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(Object[]) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given array.
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.

D

DockBorderLayout - class org.tigris.toolbar.DockBorderLayout.
A layout manager which allows toolbars to be docked at any edge.
DockBorderLayout() - Constructor for class org.tigris.toolbar.DockBorderLayout
Create a new instance of a DockBorderLayout

H

HORIZONTAL - Static variable in class org.tigris.toolbar.DockBorderLayout
 

L

layoutContainer(Container) - Method in class org.tigris.toolbar.DockBorderLayout
 

O

org - package org
 

R

removeLayoutComponent(Component) - Method in class org.tigris.toolbar.DockBorderLayout
 

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(int) - Constructor for class org.tigris.toolbar.ToolBar
Creates a new instance of an un-named ToolBar with the given orientation
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
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

VERTICAL - Static variable in class org.tigris.toolbar.DockBorderLayout
 

A C D H L O R T V