所有类


类 javax.swing.JPanel
的使用

使用 JPanel 的软件包
javax.swing 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 
javax.swing.colorchooser 包含供 JColorChooser 组件使用的类和接口。 
javax.swing.plaf.basic 提供了根据基本外观构建的用户界面对象。 
javax.swing.plaf.metal 提供根据 Java 外观(曾经代称为 Metal)构建的用户界面对象,Java 外观是默认外观。 
 

javax.swingJPanel 的使用
 

javax.swingJPanel 的子类
static class JSpinner.DateEditor
          其模型为 SpinnerDateModelJSpinner 编辑器。
static class JSpinner.DefaultEditor
          一个针对非常特殊编辑器的简单基类,该类在 JFormattedTextField 中显示模型的当前值的只读视图。
static class JSpinner.ListEditor
          其模型为 SpinnerListModelJSpinner 编辑器。
static class JSpinner.NumberEditor
          其模型为 SpinnerNumberModelJSpinner 编辑器。
 

javax.swing.colorchooserJPanel 的使用
 

javax.swing.colorchooserJPanel 的子类
 class AbstractColorChooserPanel
          这是用于颜色选取器的抽象超类。
 

javax.swing.plaf.basicJPanel 的使用
 

返回 JPaneljavax.swing.plaf.basic 中的方法
 JPanel BasicFileChooserUI.getAccessoryPanel()
           
 

参数类型为 JPaneljavax.swing.plaf.basic 中的方法
protected  void BasicPanelUI.installDefaults(JPanel p)
           
protected  void BasicPanelUI.uninstallDefaults(JPanel p)
           
 

javax.swing.plaf.metalJPanel 的使用
 

返回 JPaneljavax.swing.plaf.metal 中的方法
protected  JPanel MetalFileChooserUI.createDetailsView(JFileChooser fc)
           
protected  JPanel MetalFileChooserUI.createList(JFileChooser fc)
           
protected  JPanel MetalFileChooserUI.getBottomPanel()
           
protected  JPanel MetalFileChooserUI.getButtonPanel()
           
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部