|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JButton | |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look-and-feel. |
javax.swing.plaf.metal | Provides user interface objects built according to the ``metal'' look-and-feel. |
Uses of JButton in javax.swing |
Fields in javax.swing declared as JButton | |
protected JButton |
JRootPane.defaultButton
The button that gets activated when the pane has the focus and a UI-specific action like pressing the Enter key occurs. |
Methods in javax.swing that return JButton | |
JButton |
JToolBar.add(Action a)
Adds a new JButton which dispatches the action. |
protected JButton |
JToolBar.createActionComponent(Action a)
Factory method which creates the JButton for
Action s added to the JToolBar . |
JButton |
JRootPane.getDefaultButton()
Returns the current default button for this JRootPane. |
Methods in javax.swing with parameters of type JButton | |
protected PropertyChangeListener |
JToolBar.createActionChangeListener(JButton b)
Returns a properly configured PropertyChangeListener
which updates the control as changes to the Action occur,
or null if the default
property change listener for the control is desired. |
void |
JRootPane.setDefaultButton(JButton defaultButton)
Sets the current default button for this JRootPane . |
Constructors in javax.swing with parameters of type JButton | |
JButton.AccessibleJButton()
|
Uses of JButton in javax.swing.plaf.basic |
Subclasses of JButton in javax.swing.plaf.basic | |
class |
BasicArrowButton
JButton object that draws a scaled Arrow in one of the cardinal directions. |
Fields in javax.swing.plaf.basic declared as JButton | |
protected JButton |
BasicInternalFrameTitlePane.iconButton
|
protected JButton |
BasicInternalFrameTitlePane.maxButton
|
protected JButton |
BasicInternalFrameTitlePane.closeButton
|
protected JButton |
BasicScrollBarUI.incrButton
|
protected JButton |
BasicScrollBarUI.decrButton
|
protected JButton |
BasicComboBoxUI.arrowButton
|
protected JButton |
BasicSplitPaneDivider.leftButton
Button for quickly toggling the left component. |
protected JButton |
BasicSplitPaneDivider.rightButton
Button for quickly toggling the right component. |
Methods in javax.swing.plaf.basic that return JButton | |
protected JButton |
BasicScrollBarUI.createDecreaseButton(int orientation)
|
protected JButton |
BasicScrollBarUI.createIncreaseButton(int orientation)
|
protected JButton |
BasicFileChooserUI.getApproveButton(JFileChooser fc)
|
protected JButton |
BasicComboBoxUI.createArrowButton()
Creates the arrow button. |
protected JButton |
BasicSplitPaneDivider.createLeftOneTouchButton()
Creates and return an instance of JButton that can be used to collapse the left component in the split pane. |
protected JButton |
BasicSplitPaneDivider.createRightOneTouchButton()
Creates and return an instance of JButton that can be used to collapse the right component in the split pane. |
Uses of JButton in javax.swing.plaf.metal |
Subclasses of JButton in javax.swing.plaf.metal | |
class |
MetalComboBoxButton
JButton subclass to help out MetalComboBoxUI |
class |
MetalScrollButton
JButton object for Metal scrollbar arrows. |
Methods in javax.swing.plaf.metal that return JButton | |
protected JButton |
MetalFileChooserUI.getApproveButton(JFileChooser fc)
|
protected JButton |
MetalComboBoxUI.createArrowButton()
|
protected JButton |
MetalScrollBarUI.createDecreaseButton(int orientation)
Returns the view that represents the decrease view. |
protected JButton |
MetalScrollBarUI.createIncreaseButton(int orientation)
Returns the view that represents the increase view. |
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.