Uses of Class
javax.swing.JButton
Packages that use JButton
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of JButton in javax.swing
Fields in javax.swing declared as JButton修饰符和类Field描述protected JButtonJRootPane.defaultButtonThe 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修饰符和类方法描述Adds a newJButtonwhich dispatches the action.protected JButtonJToolBar.createActionComponent(Action a) Factory method which creates theJButtonforActions added to theJToolBar.JRootPane.getDefaultButton()Returns the value of thedefaultButtonproperty.Methods in javax.swing with parameters of type JButton修饰符和类方法描述protected PropertyChangeListenerJToolBar.createActionChangeListener(JButton b) Returns a properly configuredPropertyChangeListenerwhich updates the control as changes to theActionoccur, ornullif the default property change listener for the control is desired.voidJRootPane.setDefaultButton(JButton defaultButton) Sets thedefaultButtonproperty, which determines the current default button for thisJRootPane. -
Uses of JButton in javax.swing.plaf
Methods in javax.swing.plaf that return JButton修饰符和类方法描述FileChooserUI.getDefaultButton(JFileChooser fc) Returns default button for currentLookAndFeel. -
Uses of JButton in javax.swing.plaf.basic
Subclasses of JButton in javax.swing.plaf.basic修饰符和类Class描述classJButton object that draws a scaled Arrow in one of the cardinal directions.Fields in javax.swing.plaf.basic declared as JButton修饰符和类Field描述protected JButtonBasicComboBoxUI.arrowButtonThe arrow button that invokes the popup.protected JButtonBasicInternalFrameTitlePane.closeButtonThe close button.protected JButtonBasicScrollBarUI.decrButtonDecrement buttonprotected JButtonBasicInternalFrameTitlePane.iconButtonThe iconify button.protected JButtonBasicScrollBarUI.incrButtonIncrement buttonprotected JButtonBasicSplitPaneDivider.leftButtonButton for quickly toggling the left component.protected JButtonBasicInternalFrameTitlePane.maxButtonThe maximize button.protected JButtonBasicSplitPaneDivider.rightButtonButton for quickly toggling the right component.Methods in javax.swing.plaf.basic that return JButton修饰符和类方法描述protected JButtonBasicComboBoxUI.createArrowButton()Creates a button which will be used as the control to show or hide the popup portion of the combo box.protected JButtonBasicScrollBarUI.createDecreaseButton(int orientation) Creates a decrease button.protected JButtonBasicScrollBarUI.createIncreaseButton(int orientation) Creates an increase button.protected JButtonBasicSplitPaneDivider.createLeftOneTouchButton()Creates and return an instance ofJButtonthat can be used to collapse the left component in the split pane.protected JButtonBasicSplitPaneDivider.createRightOneTouchButton()Creates and return an instance ofJButtonthat can be used to collapse the right component in the split pane.protected JButtonBasicTabbedPaneUI.createScrollButton(int direction) Creates and returns a JButton that will provide the user with a way to scroll the tabs in a particular direction.protected JButtonBasicFileChooserUI.getApproveButton(JFileChooser fc) Returns the approve button. -
Uses of JButton in javax.swing.plaf.metal
Subclasses of JButton in javax.swing.plaf.metal修饰符和类Class描述classJButton subclass to help out MetalComboBoxUIclassJButton object for Metal scrollbar arrows.Methods in javax.swing.plaf.metal that return JButton修饰符和类方法描述protected JButtonMetalScrollBarUI.createDecreaseButton(int orientation) Returns the view that represents the decrease view.protected JButtonMetalScrollBarUI.createIncreaseButton(int orientation) Returns the view that represents the increase view.