A B C D E G H I L M N O P R S T U V W Z _

A

AbstractButtonAction - class org.tigris.toolbar.toolbutton.AbstractButtonAction.
The abstract class for all button actions that wish to detect double click events
AbstractButtonAction() - Constructor for class org.tigris.toolbar.toolbutton.AbstractButtonAction
 
AbstractButtonAction(String, Icon) - Constructor for class org.tigris.toolbar.toolbutton.AbstractButtonAction
Creates a new instance of AbstractButtonAction
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.NewAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.OpenAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.SaveAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.PageSetupAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.PrintAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.CloseAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.file.ExitAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.uml.SelectAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.uml.UmlAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.edit.CopyAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.edit.CutAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.edit.PasteAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.edit.RedoAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.edit.UndoAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.view.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.view.ZoomOutAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.actions.view.ZoomResetAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.Test
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.toolbutton.AbstractButtonAction
 
actionPerformed(ActionEvent) - Method in class org.tigris.toolbar.toolbutton.ToolButton.ToolButtonAction
 
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.
add(Action) - Method in class org.tigris.toolbar.toolbutton.PopupToolBox
 
add(Action) - Method in class org.tigris.toolbar.toolbutton.PopupToolBoxButton
Add a new action to appear as a button on the popup toolbox
add(Action) - Method in class org.tigris.toolbar.toolbutton.ToolBox
 
add(String) - Method in class org.tigris.toolbar.CommandQueuePanel
 
add(String) - Method in class org.tigris.toolbar.LogPanel
 
add(ToolButton) - Method in class org.tigris.toolbar.toolbutton.ToolButtonGroup
 
addLayoutComponent(Component, Object) - Method in class org.tigris.toolbar.layouts.DockBorderLayout
 
addLayoutComponent(Component, Object) - Method in class org.tigris.toolbar.layouts.DockLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class org.tigris.toolbar.layouts.DockLayout
Adds the specified component to the layout.
addResourcePath(String) - Method in class org.tigris.toolbar.toolbutton.ResourceLocator
 
addToolBar(JToolBar, int, int) - Method in class org.tigris.toolbar.layouts.DockBoundary
Inserts the specified toolbar into this boundary at the provided indices.
addToolBar(JToolBar, Point) - Method in class org.tigris.toolbar.layouts.DockBoundary
Adds the specified toolbar to this boundary calculating the insertion index based on the provided drop point.
AggregationAction - class org.tigris.toolbar.actions.uml.AggregationAction.
A simple button action that simply logs that it took place.
AggregationAction() - Constructor for class org.tigris.toolbar.actions.uml.AggregationAction
 
AssociationAction - class org.tigris.toolbar.actions.uml.AssociationAction.
A simple button action that simply logs that it took place.
AssociationAction() - Constructor for class org.tigris.toolbar.actions.uml.AssociationAction
 

B

BroomAction - class org.tigris.toolbar.actions.uml.BroomAction.
A simple button action that simply logs that it took place.
BroomAction() - Constructor for class org.tigris.toolbar.actions.uml.BroomAction
 
buttonSelected(ToolButton) - Method in class org.tigris.toolbar.toolbutton.ToolButtonGroup
 

C

CanvasPanel - class org.tigris.toolbar.CanvasPanel.
An example canvas to demonstrate the previously selected actions
center - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
CENTER - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
CHAINING_STYLE - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
ClassAction - class org.tigris.toolbar.actions.uml.ClassAction.
A simple button action that simply logs that it took place.
ClassAction() - Constructor for class org.tigris.toolbar.actions.uml.ClassAction
 
CloseAction - class org.tigris.toolbar.actions.file.CloseAction.
A simple button action that simply logs that it took place.
CloseAction(String) - Constructor for class org.tigris.toolbar.actions.file.CloseAction
 
CommandQueuePanel - class org.tigris.toolbar.CommandQueuePanel.
 
CompositionAction - class org.tigris.toolbar.actions.uml.CompositionAction.
A simple button action that simply logs that it took place.
CompositionAction() - Constructor for class org.tigris.toolbar.actions.uml.CompositionAction
 
containedGroups - Variable in class org.tigris.toolbar.toolbutton.ToolButton
 
containsToolBar(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Returns a boolean indicating whether or not this boundary contains the provided toolbar.
CopyAction - class org.tigris.toolbar.actions.edit.CopyAction.
A simple button action that simply logs that it took place.
CopyAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.edit.CopyAction
 
createToolBar() - Method in class org.tigris.toolbar.CanvasPanel
 
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(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(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, 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, 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, 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(JMenu) - Static method in class org.tigris.toolbar.ToolBarFactory
Create a new toolbar containing buttons and other controls based on the given menu.
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, 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(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(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.
CutAction - class org.tigris.toolbar.actions.edit.CutAction.
A simple button action that simply logs that it took place.
CutAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.edit.CutAction
 

D

DecoratedIcon - class org.tigris.toolbar.toolbutton.DecoratedIcon.
The base class for any decorated icon.
deselectOtherTools(CanvasPanel.RadioAction) - Method in class org.tigris.toolbar.CanvasPanel
Set all toolbar buttons to unselected other then the toolbar button with the supplied action.
DockBorderLayout - class org.tigris.toolbar.layouts.DockBorderLayout.
A layout manager which allows toolbars to be docked at any edge.
DockBorderLayout() - Constructor for class org.tigris.toolbar.layouts.DockBorderLayout
Create a new instance of a DockBorderLayout
DockBoundary - class org.tigris.toolbar.layouts.DockBoundary.
Abstract Rectangle class for representing the bounds of the docked toolbars at a given edge.
DockBoundary(int) - Constructor for class org.tigris.toolbar.layouts.DockBoundary
Creates a DockBoundary for the specified edge.
DockBoundary(int, int) - Constructor for class org.tigris.toolbar.layouts.DockBoundary
Creates a DockBoundary for the specified edge with the specified spacing.
DockingConstraints - class org.tigris.toolbar.layouts.DockingConstraints.
Class representing the edge and indicies at which a toolbar should be docked.
DockingConstraints() - Constructor for class org.tigris.toolbar.layouts.DockingConstraints
Creates a DockingConstraints object with a default edge of NORTH, row of 0, and index of MAX.
DockingConstraints(int) - Constructor for class org.tigris.toolbar.layouts.DockingConstraints
Creates a DockingConstraints object at the specified edge with a default row of 0 and index of MAX.
DockingConstraints(int, int) - Constructor for class org.tigris.toolbar.layouts.DockingConstraints
Creates a DockingConstraints object at the specified edge and index with a default row of 0.
DockingConstraints(int, int, int) - Constructor for class org.tigris.toolbar.layouts.DockingConstraints
Creates a DockingConstraints object at the specified edge, row, and index.
DockLayout - class org.tigris.toolbar.layouts.DockLayout.
Class providing layout management to control positions of docked toolbars.
DockLayout(Container) - Constructor for class org.tigris.toolbar.layouts.DockLayout
Creates a DockLayout for the specified container with a default wrapping style layout.
DockLayout(Container, int) - Constructor for class org.tigris.toolbar.layouts.DockLayout
Creates a DockLayout for the specified container with the specified layout style (wrapping, stacking, or chaining).
DropDownIcon - class org.tigris.toolbar.toolbutton.DropDownIcon.
An implementation of a decorated icon which adds a drop down decoration to the given icon

E

east - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
EAST - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
EAST - Static variable in class org.tigris.toolbar.layouts.DockingConstraints
 
ExitAction - class org.tigris.toolbar.actions.file.ExitAction.
A simple button action that simply logs that it took place.
ExitAction(String) - Constructor for class org.tigris.toolbar.actions.file.ExitAction
 

G

getAvailableLookAndFeelNames() - Method in class org.tigris.toolbar.Test
Returns the display names of the available look and feel choices.
getDefaultButton() - Method in class org.tigris.toolbar.toolbutton.ToolButtonGroup
 
getDepth() - Method in class org.tigris.toolbar.layouts.DockBoundary
Returns the height or width of this boundary depending on orientation as determined by a previous call to validate.
getDockIndex(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Subclass implementation should return the index at which the specified toolbar is located within this boundary, or -1 if the toolbar is not present.
getDockIndex(Point) - Method in class org.tigris.toolbar.layouts.DockBoundary
Subclass implementations should return the index at which the toolbar should be added when dropped at this point.
getEdge() - Method in class org.tigris.toolbar.layouts.DockBoundary
Gets the edge that this boundary represents.
getEdge() - Method in class org.tigris.toolbar.layouts.DockingConstraints
Returns an int representing the edge in which the toolbar is docked.
getHorizontalSpacing() - Method in class org.tigris.toolbar.layouts.DockLayout
Returns the horizontal spacing between the content and the west and east docks.
getIcon() - Method in class org.tigris.toolbar.toolbutton.AbstractButtonAction
 
getIcon(String) - Method in class org.tigris.toolbar.toolbutton.ResourceLocator
Attempt to find an icon resource within the registered paths.
getIndex() - Method in class org.tigris.toolbar.layouts.DockingConstraints
Returns an int representing the index within the row in which the toolbar is docked.
getInstance() - Static method in class org.tigris.toolbar.CanvasPanel
 
getInstance() - Static method in class org.tigris.toolbar.CommandQueuePanel
 
getInstance() - Static method in class org.tigris.toolbar.LogPanel
 
getInstance() - Static method in class org.tigris.toolbar.MainPanel
Get's the single instance of MainPanel.
getInstance() - Static method in class org.tigris.toolbar.toolbutton.ResourceLocator
 
getLayoutAlignmentX(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Returns the alignment of this layout along the X-axis.
getLayoutAlignmentY(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Returns the alignment of this layout along the Y-axis.
getLookAndFeelClassName(String) - Method in class org.tigris.toolbar.Test
 
getName() - Method in class org.tigris.toolbar.toolbutton.AbstractButtonAction
 
getOrientation() - Method in class org.tigris.toolbar.layouts.DockBoundary
Gets the orientation of this edge.
getPopupComponent() - Method in class org.tigris.toolbar.toolbutton.PopupButton
Returns the component that is displayed within the popup.
getPreferredToolBarDepth(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Returns the "depth" (height or width) of the provided toolbar depending on this boundary's orientation.
getPreferredToolBarLength(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Returns the "length" (width or height) of the provided toolbar depending on this boundary's orientation.
getRealAction() - Method in class org.tigris.toolbar.toolbutton.ModalButton
 
getRealAction() - Method in class org.tigris.toolbar.toolbutton.ToolButton
 
getRow() - Method in class org.tigris.toolbar.layouts.DockingConstraints
Returns an int representing the row index within the DockBoundary in which the toolbar is docked.
getRowIndex(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Subclass implementation should return the row index at which the specified toolbar is located within this boundary, or -1 if the toolbar is not present.
getRowIndex(Point) - Method in class org.tigris.toolbar.layouts.DockBoundary
Subclass implementations should return the row index at which the toolbar should be added when dropped at this point.
getSpacing() - Method in class org.tigris.toolbar.layouts.DockBoundary
Gets the spacing between toolbars added to this edge.
getToolBars() - Method in class org.tigris.toolbar.layouts.DockBoundary
Gets an array of the toolbars registered with this boundary.
getToolBarSpacing() - Method in class org.tigris.toolbar.layouts.DockLayout
Returns the spacing between the toolbars at each dock.
getVersion() - Static method in class org.tigris.toolbar.Version
 
getVerticalSpacing() - Method in class org.tigris.toolbar.layouts.DockLayout
Returns the vertical spacing between the content and the north and south docks.

H

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

I

init(int[][]) - Method in class org.tigris.toolbar.toolbutton.DecoratedIcon
 
installDockBoundary(DockBoundary) - Method in class org.tigris.toolbar.layouts.DockLayout
Provided for those who wish to create their own DockBoundary implementation for functionality not available in the provided docking styles.
InterfaceAction - class org.tigris.toolbar.actions.uml.InterfaceAction.
A simple button that puts the canvas into accept interface mode and logs that it took place.
InterfaceAction() - Constructor for class org.tigris.toolbar.actions.uml.InterfaceAction
 
invalidateLayout(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Invalidates the layout.
isDockablePoint(Point) - Method in class org.tigris.toolbar.layouts.DockBoundary
Determines if the provided point is within the dockable range for this edge.
isDoubleClick() - Method in class org.tigris.toolbar.toolbutton.AbstractButtonAction
 
isDraggablePoint(Point, JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Determines if a drag operation on the provided toolbar at the provided point may begin or continue.

L

layoutContainer(Container) - Method in class org.tigris.toolbar.layouts.DockBorderLayout
 
layoutContainer(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Sets the sizes and locations of the specified container's subcomponents (docked toolbars and content).
LogPanel - class org.tigris.toolbar.LogPanel.
 

M

main(String[]) - Static method in class org.tigris.toolbar.Test
 
MainPanel - class org.tigris.toolbar.MainPanel.
The main test application panel made of of various sub panels
MAJOR_REVISION_NUMBER - Static variable in class org.tigris.toolbar.Version
 
MAX - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
MAX - Static variable in class org.tigris.toolbar.layouts.DockingConstraints
 
maximumLayoutSize(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Determines the maximum dimensions of the specified container.
minimumLayoutSize(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Determines the minimum dimensions of the specified container.
MINOR_REVISION_NUMBER - Static variable in class org.tigris.toolbar.Version
 
mirrorBounds(Rectangle, int) - Method in class org.tigris.toolbar.layouts.DockBoundary
Reflects the provided rectangle about a line passing through the point at the provided offset distance depending on the orientation of this boundary.
ModalAction - interface org.tigris.toolbar.toolbutton.ModalAction.
An interface purely to act as an indicator of a modal action
ModalButton - class org.tigris.toolbar.toolbutton.ModalButton.
An extension of JButton to which alternative actions can be added.
ModalButton(Action) - Constructor for class org.tigris.toolbar.toolbutton.ModalButton
Creates a new instance of PopupToolboxButton

N

NewAction - class org.tigris.toolbar.actions.file.NewAction.
A simple button action that simply logs that it took place.
NewAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.file.NewAction
 
north - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
NORTH - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
NORTH - Static variable in class org.tigris.toolbar.layouts.DockingConstraints
 

O

OpenAction - class org.tigris.toolbar.actions.file.OpenAction.
A simple button action that simply logs that it took place.
OpenAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.file.OpenAction
 
org - package org
 

P

PackageAction - class org.tigris.toolbar.actions.uml.PackageAction.
A simple button action that simply logs that it took place.
PackageAction() - Constructor for class org.tigris.toolbar.actions.uml.PackageAction
 
PageSetupAction - class org.tigris.toolbar.actions.file.PageSetupAction.
A simple button action that simply logs that it took place.
PageSetupAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.file.PageSetupAction
 
paint(Graphics) - Method in class org.tigris.toolbar.toolbutton.PopupToolBoxButton
 
paintIcon(Component, Graphics, int, int) - Method in class org.tigris.toolbar.toolbutton.DecoratedIcon
Paints the icon.
PasteAction - class org.tigris.toolbar.actions.edit.PasteAction.
A simple button action that simply logs that it took place.
PasteAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.edit.PasteAction
 
performAction(ActionEvent) - Method in class org.tigris.toolbar.toolbutton.PopupToolBoxButton
 
performAction(ActionEvent) - Method in class org.tigris.toolbar.toolbutton.ToolButton
 
PopupButton - class org.tigris.toolbar.toolbutton.PopupButton.
A button that displays a popup when pressed.
PopupButton() - Constructor for class org.tigris.toolbar.toolbutton.PopupButton
Constructs a new PopupButton with no popup assigned.
PopupButton(Component, Icon) - Constructor for class org.tigris.toolbar.toolbutton.PopupButton
Constructs a new PopupButton with the specified popup component and button icon
PopupToolBox - class org.tigris.toolbar.toolbutton.PopupToolBox.
A toolbox which appears when the user click the drop down image on a PopupToolBoxButton
PopupToolBox(int, int) - Constructor for class org.tigris.toolbar.toolbutton.PopupToolBox
Creates a new instance of PopupToolBox
PopupToolBox(int, int, boolean) - Constructor for class org.tigris.toolbar.toolbutton.PopupToolBox
Creates a new instance of PopupToolBox
PopupToolBoxButton - class org.tigris.toolbar.toolbutton.PopupToolBoxButton.
An extension of JButton to which alternative actions can be added.
PopupToolBoxButton(Action, int, int, boolean) - Constructor for class org.tigris.toolbar.toolbutton.PopupToolBoxButton
Creates a new instance of PopupToolboxButton
preferredLayoutSize(Container) - Method in class org.tigris.toolbar.layouts.DockLayout
Determines the preferred dimensions of the specified container.
PrintAction - class org.tigris.toolbar.actions.file.PrintAction.
A simple button action that simply logs that it took place.
PrintAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.file.PrintAction
 

R

rebuild() - Method in class org.tigris.toolbar.toolbutton.PopupToolBox
Occasionally the ToolBox gets in a state where a button shows rollover status at the wrong time.
RedoAction - class org.tigris.toolbar.actions.edit.RedoAction.
A simple button action that simply logs that it took place.
RedoAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.edit.RedoAction
 
RELEASE_NUMBER - Static variable in class org.tigris.toolbar.Version
 
removeComponent(Component) - Method in class org.tigris.toolbar.layouts.DockBoundary
Removes the specified component from this boundary as long as the runtime type of the component is a JToolBar.
removeLayoutComponent(Component) - Method in class org.tigris.toolbar.layouts.DockBorderLayout
 
removeLayoutComponent(Component) - Method in class org.tigris.toolbar.layouts.DockLayout
Removes the specified component from the layout.
removeToolBar(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Removes the specified toolbar from this boundary.
ResourceLocator - class org.tigris.toolbar.toolbutton.ResourceLocator.
 
revalidate() - Method in class org.tigris.toolbar.layouts.DockBoundary
Validates this boundary and recalculates its dockable range.
ROLLOVER - Static variable in class org.tigris.toolbar.toolbutton.DecoratedIcon
 

S

SaveAction - class org.tigris.toolbar.actions.file.SaveAction.
A simple button action that simply logs that it took place.
SaveAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.file.SaveAction
 
SelectAction - class org.tigris.toolbar.actions.uml.SelectAction.
The action of pressing the "Select" button.
SelectAction() - Constructor for class org.tigris.toolbar.actions.uml.SelectAction
 
selected - Variable in class org.tigris.toolbar.toolbutton.ToolButton
 
setAction(Action) - Method in class org.tigris.toolbar.toolbutton.ModalButton
Provide a new default action for this button
setAction(Action) - Method in class org.tigris.toolbar.toolbutton.PopupToolBoxButton
Provide a new default action for this button
setButtonMouseListener(MouseListener) - Method in class org.tigris.toolbar.toolbutton.PopupToolBox
 
setDefaultButton(ToolButton) - Method in class org.tigris.toolbar.toolbutton.ToolButtonGroup
 
setDepth(int) - Method in class org.tigris.toolbar.layouts.DockBoundary
Sets the height or width of this boundary depending on orientation.
setHorizontalSpacing(int) - Method in class org.tigris.toolbar.layouts.DockLayout
Sets the horizontal spacing between the content and the east and west docks.
setIcon(Icon) - Method in class org.tigris.toolbar.toolbutton.PopupButton
Sets the button icon.
setPopupComponent(Component) - Method in class org.tigris.toolbar.toolbutton.PopupButton
Sets the component to be displayed within the popup.
setPosition(int, int, int) - Method in class org.tigris.toolbar.layouts.DockBoundary
Sets the location and length of this boundary, and calculates the bounds based on validating the toolbar layout.
setRollover(boolean) - Method in class org.tigris.toolbar.toolbutton.ToolBox
Turn on/off the rollover effect.
setRolloverEnabled(boolean) - Method in class org.tigris.toolbar.toolbutton.ToolButton
 
setSelected(boolean) - Method in class org.tigris.toolbar.toolbutton.ToolButton
 
setSelectedIcon(Icon, boolean) - Method in class org.tigris.toolbar.CanvasPanel
 
setSpacing(int) - Method in class org.tigris.toolbar.layouts.DockBoundary
Sets the spacing between toolbars added to this edge.
setToolBarSpacing(int) - Method in class org.tigris.toolbar.layouts.DockLayout
Sets the spacing between the toolbars at each dock.
setVerticalSpacing(int) - Method in class org.tigris.toolbar.layouts.DockLayout
Sets the vertical spacing between the content and the north and south docks.
showPopup() - Method in class org.tigris.toolbar.toolbutton.PopupButton
Called when the user clicks the button.
showSplitter(boolean) - Method in class org.tigris.toolbar.toolbutton.PopupToolBoxButton
 
showSplitter(Color, Graphics, int, int, int) - Method in class org.tigris.toolbar.toolbutton.PopupToolBoxButton
 
south - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
SOUTH - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
SOUTH - Static variable in class org.tigris.toolbar.layouts.DockingConstraints
 
STACKING_STYLE - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
STANDARD - Static variable in class org.tigris.toolbar.toolbutton.DecoratedIcon
 

T

Test - class org.tigris.toolbar.Test.
 
Test() - Constructor for class org.tigris.toolbar.Test
 
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
toolBarAdded(JToolBar, int, int) - Method in class org.tigris.toolbar.layouts.DockBoundary
Callback method called when a toolbar is added to the boundary in order to allow subclasses to provide additional handling.
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
toolBarRemoved(JToolBar) - Method in class org.tigris.toolbar.layouts.DockBoundary
Callback method called when a toolbar is removed from the boundary in order to allow the subclass to provide additional handling.
ToolBox - class org.tigris.toolbar.toolbutton.ToolBox.
A toolbar where buttons are shown in a grid instead of a row.
ToolBox(int, int) - Constructor for class org.tigris.toolbar.toolbutton.ToolBox
Creates a new instance of ToolBox
ToolBox(int, int, boolean) - Constructor for class org.tigris.toolbar.toolbutton.ToolBox
Creates a new instance of ToolBox
ToolButton - class org.tigris.toolbar.toolbutton.ToolButton.
An extension of JButton which gives rollover effect for all plafs.
ToolButton.ToolButtonAction - class org.tigris.toolbar.toolbutton.ToolButton.ToolButtonAction.
 
ToolButton.ToolButtonAction() - Constructor for class org.tigris.toolbar.toolbutton.ToolButton.ToolButtonAction
 
ToolButton(Action) - Constructor for class org.tigris.toolbar.toolbutton.ToolButton
 
ToolButtonGroup - class org.tigris.toolbar.toolbutton.ToolButtonGroup.
 
ToolButtonGroup() - Constructor for class org.tigris.toolbar.toolbutton.ToolButtonGroup
Creates a new instance of StickyButtonGroup

U

UmlAction - class org.tigris.toolbar.actions.uml.UmlAction.
A simple button action that simply logs that it took place.
UmlAction(String) - Constructor for class org.tigris.toolbar.actions.uml.UmlAction
 
UndoAction - class org.tigris.toolbar.actions.edit.UndoAction.
A simple button action that simply logs that it took place.
UndoAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.edit.UndoAction
 
UniAggregationAction - class org.tigris.toolbar.actions.uml.UniAggregationAction.
A simple button action that simply logs that it took place.
UniAggregationAction() - Constructor for class org.tigris.toolbar.actions.uml.UniAggregationAction
 
UniAssociationAction - class org.tigris.toolbar.actions.uml.UniAssociationAction.
A simple button action that simply logs that it took place.
UniAssociationAction() - Constructor for class org.tigris.toolbar.actions.uml.UniAssociationAction
 
UniCompositionAction - class org.tigris.toolbar.actions.uml.UniCompositionAction.
A simple button action that simply logs that it took place.
UniCompositionAction() - Constructor for class org.tigris.toolbar.actions.uml.UniCompositionAction
 

V

validate() - Method in class org.tigris.toolbar.layouts.DockBoundary
Lays out the toolbars associated with this boundary and calculates the depth of the boundary based on the toolbar layout.
Version - class org.tigris.toolbar.Version.
A utility to return the version number of this release
VERTICAL - Static variable in class org.tigris.toolbar.layouts.DockBorderLayout
 
VERTICAL - Static variable in class org.tigris.toolbar.layouts.DockLayout
 

W

west - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
WEST - Static variable in class org.tigris.toolbar.layouts.DockLayout
 
WEST - Static variable in class org.tigris.toolbar.layouts.DockingConstraints
 
WRAPPING_STYLE - Static variable in class org.tigris.toolbar.layouts.DockLayout
 

Z

ZoomInAction - class org.tigris.toolbar.actions.view.ZoomInAction.
A simple button action that simply logs that it took place.
ZoomInAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.view.ZoomInAction
 
ZoomOutAction - class org.tigris.toolbar.actions.view.ZoomOutAction.
A simple button action that simply logs that it took place.
ZoomOutAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.view.ZoomOutAction
 
ZoomResetAction - class org.tigris.toolbar.actions.view.ZoomResetAction.
A simple button action that simply logs that it took place.
ZoomResetAction(String, Icon) - Constructor for class org.tigris.toolbar.actions.view.ZoomResetAction
 

_

_buffer - Variable in class org.tigris.toolbar.toolbutton.DecoratedIcon
 
_button - Variable in class org.tigris.toolbar.toolbutton.ToolButton
 
_popupIconHeight - Variable in class org.tigris.toolbar.toolbutton.DecoratedIcon
 
_popupIconWidth - Variable in class org.tigris.toolbar.toolbutton.DecoratedIcon
 

A B C D E G H I L M N O P R S T U V W Z _