软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf |
提供一个接口和抽象类的使用许多摆动为可插拔的外观和感觉的能力。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
Modifier and Type | Field and Description |
---|---|
protected JButton |
JRootPane.defaultButton
按钮被激活时,面板具有焦点和UI的具体行动像压
进入关键时。
|
Modifier and Type | Method and Description |
---|---|
JButton |
JToolBar.add(Action a)
增加了一个新的
JButton 调度的作用。
|
protected JButton |
JToolBar.createActionComponent(Action a)
工厂方法创建的
JButton
Action s添加到
JToolBar 。
|
JButton |
JRootPane.getDefaultButton()
返回的
defaultButton 属性的值。
|
Modifier and Type | Method and Description |
---|---|
protected PropertyChangeListener |
JToolBar.createActionChangeListener(JButton b)
返回一个正确配置
PropertyChangeListener 更新控制在
Action 发生变化,或
null 如果控件的默认属性改变监听器的期望。
|
void |
JRootPane.setDefaultButton(JButton defaultButton)
集
defaultButton 属性,决定了目前的这种
JRootPane 默认按钮。
|
Modifier and Type | Method and Description |
---|---|
JButton |
FileChooserUI.getDefaultButton(JFileChooser fc)
返回当前
LookAndFeel 默认按钮。
|
Modifier and Type | Class and Description |
---|---|
class |
BasicArrowButton
JButton对象,得出规模的一个基本方向的箭头。
|
Modifier and Type | Field and Description |
---|---|
protected JButton |
BasicComboBoxUI.arrowButton |
protected JButton |
BasicInternalFrameTitlePane.closeButton |
protected JButton |
BasicScrollBarUI.decrButton |
protected JButton |
BasicInternalFrameTitlePane.iconButton |
protected JButton |
BasicScrollBarUI.incrButton |
protected JButton |
BasicSplitPaneDivider.leftButton
快速切换左组件按钮。
|
protected JButton |
BasicInternalFrameTitlePane.maxButton |
protected JButton |
BasicSplitPaneDivider.rightButton
快速切换正确的组件按钮。
|
Modifier and Type | Method and Description |
---|---|
protected JButton |
BasicComboBoxUI.createArrowButton()
创建一个按钮可显示或隐藏的组合框弹出部分的控制。
|
protected JButton |
BasicScrollBarUI.createDecreaseButton(int orientation) |
protected JButton |
BasicScrollBarUI.createIncreaseButton(int orientation) |
protected JButton |
BasicSplitPaneDivider.createLeftOneTouchButton()
创建并返回一个实例,可以用JButton崩溃在拆分窗格的左边的部分。
|
protected JButton |
BasicSplitPaneDivider.createRightOneTouchButton()
创建并返回一个实例,可以用JButton崩溃在拆分窗格右组件。
|
protected JButton |
BasicTabbedPaneUI.createScrollButton(int direction)
创建并返回一个JButton,将为用户提供了一个在一个特定的方向滚动标签的方式。
|
protected JButton |
BasicFileChooserUI.getApproveButton(JFileChooser fc) |
JButton |
BasicFileChooserUI.getDefaultButton(JFileChooser fc) |
Modifier and Type | Class and Description |
---|---|
class |
MetalComboBoxButton
JButton类来帮助metalcomboboxui
|
class |
MetalScrollButton
金属滚动条箭头JButton对象。
|
Modifier and Type | Method and Description |
---|---|
protected JButton |
MetalComboBoxUI.createArrowButton() |
protected JButton |
MetalScrollBarUI.createDecreaseButton(int orientation)
返回表示减少视图的视图。
|
protected JButton |
MetalScrollBarUI.createIncreaseButton(int orientation)
返回表示增加视图的视图。
|
protected JButton |
MetalFileChooserUI.getApproveButton(JFileChooser fc) |
Modifier and Type | Method and Description |
---|---|
protected JButton |
SynthComboBoxUI.createArrowButton()
创建一个按钮可显示或隐藏的组合框弹出部分的控制。
|
protected JButton |
SynthScrollBarUI.createDecreaseButton(int orientation) |
protected JButton |
SynthScrollBarUI.createIncreaseButton(int orientation) |
protected JButton |
SynthTabbedPaneUI.createScrollButton(int direction)
创建并返回一个JButton,将为用户提供了一个在一个特定的方向滚动标签的方式。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.