|
|||||||||
类 javax.swing.JPanel
的使用
使用 JPanel 的软件包 | |
---|---|
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing.colorchooser | 包含供 JColorChooser 组件使用的类和接口。 |
javax.swing.plaf.basic | 提供了根据基本外观构建的用户界面对象。 |
javax.swing.plaf.metal | 提供根据 Java 外观(曾经代称为 Metal)构建的用户界面对象,Java 外观是默认外观。 |
javax.swing 中 JPanel 的使用 |
---|
javax.swing 中 JPanel 的子类 | |
---|---|
static class |
JSpinner.DateEditor 其模型为 SpinnerDateModel 的 JSpinner 编辑器。 |
static class |
JSpinner.DefaultEditor 一个针对非常特殊编辑器的简单基类,该类在 JFormattedTextField 中显示模型的当前值的只读视图。 |
static class |
JSpinner.ListEditor 其模型为 SpinnerListModel 的 JSpinner 编辑器。 |
static class |
JSpinner.NumberEditor 其模型为 SpinnerNumberModel 的 JSpinner 编辑器。 |
javax.swing.colorchooser 中 JPanel 的使用 |
---|
javax.swing.colorchooser 中 JPanel 的子类 | |
---|---|
class |
AbstractColorChooserPanel 这是用于颜色选取器的抽象超类。 |
javax.swing.plaf.basic 中 JPanel 的使用 |
---|
返回 JPanel 的 javax.swing.plaf.basic 中的方法 | |
---|---|
JPanel |
BasicFileChooserUI.getAccessoryPanel() |
参数类型为 JPanel 的 javax.swing.plaf.basic 中的方法 | |
---|---|
protected void |
BasicPanelUI.installDefaults(JPanel p) |
protected void |
BasicPanelUI.uninstallDefaults(JPanel p) |
javax.swing.plaf.metal 中 JPanel 的使用 |
---|
返回 JPanel 的 javax.swing.plaf.metal 中的方法 | |
---|---|
protected JPanel |
MetalFileChooserUI.createDetailsView(JFileChooser fc) |
protected JPanel |
MetalFileChooserUI.createList(JFileChooser fc) |
protected JPanel |
MetalFileChooserUI.getBottomPanel() |
protected JPanel |
MetalFileChooserUI.getButtonPanel() |
所有类
|
|||||||||