org.apache.batik.util.gui.resource

Class JToolbarButton

public class JToolbarButton extends JButton

This class represents the buttons used in toolbars.
Nested Class Summary
protected classJToolbarButton.MouseListener
To manage the mouse interactions.
Constructor Summary
JToolbarButton()
Creates a new toolbar button.
JToolbarButton(String txt)
Creates a new toolbar button.
Method Summary
protected voidinitialize()
Initializes the button.

Constructor Detail

JToolbarButton

public JToolbarButton()
Creates a new toolbar button.

JToolbarButton

public JToolbarButton(String txt)
Creates a new toolbar button.

Parameters: txt The button text.

Method Detail

initialize

protected void initialize()
Initializes the button.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.