org.apache.batik.util.gui.resource

Class JToolbarToggleButton

public class JToolbarToggleButton extends JToggleButton

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

Constructor Detail

JToolbarToggleButton

public JToolbarToggleButton()
Creates a new toolbar button.

JToolbarToggleButton

public JToolbarToggleButton(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.