Uses of Class
javax.swing.JPanel
-
Packages that use JPanel 软件包 描述 com.sun.tools.jconsole 此程序包包含JConsole API。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.colorchooser 包含JColorChooser
组件使用的类和接口。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观构建的用户界面对象(一旦代号为 Metal ),这是默认的外观和感觉。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of JPanel in com.sun.tools.jconsole
Methods in com.sun.tools.jconsole that return types with arguments of type JPanel Modifier and Type 方法 描述 abstract Map<String,JPanel>
JConsolePlugin. getTabs()
返回要在JConsole窗口中添加的选项卡。 -
Uses of JPanel in javax.swing
Subclasses of JPanel in javax.swing Modifier and Type Class 描述 static class
JSpinner.DateEditor
一个JSpinner
的编辑器,其型号是SpinnerDateModel
。static class
JSpinner.DefaultEditor
一个更专业的编辑器的简单基类,它使用JFormattedTextField
显示模型当前值的JFormattedTextField
。static class
JSpinner.ListEditor
一个JSpinner
的编辑器,其型号是SpinnerListModel
。static class
JSpinner.NumberEditor
一个JSpinner
的编辑器,其型号是SpinnerNumberModel
。Methods in javax.swing that return JPanel Modifier and Type 方法 描述 JPanel
JLayer. createGlassPane()
由构造函数调用方法创建一个默认值glassPane
。JPanel
JLayer. getGlassPane()
返回JLayer
的glassPane组件或null
。Methods in javax.swing with parameters of type JPanel Modifier and Type 方法 描述 void
JLayer. setGlassPane(JPanel glassPane)
设置JLayer
的glassPane组件,可以是null
。 -
Uses of JPanel in javax.swing.colorchooser
Subclasses of JPanel in javax.swing.colorchooser Modifier and Type Class 描述 class
AbstractColorChooserPanel
这是颜色选择器的抽象超类。 -
Uses of JPanel in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return JPanel Modifier and Type 方法 描述 JPanel
BasicFileChooserUI. getAccessoryPanel()
返回附件面板。Methods in javax.swing.plaf.basic with parameters of type JPanel Modifier and Type 方法 描述 protected void
BasicPanelUI. installDefaults(JPanel p)
安装面板属性的方法。protected void
BasicPanelUI. uninstallDefaults(JPanel p)
卸载面板属性的方法。 -
Uses of JPanel in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal that return JPanel Modifier and Type 方法 描述 protected JPanel
MetalFileChooserUI. createDetailsView(JFileChooser fc)
构造细节视图。protected JPanel
MetalFileChooserUI. createList(JFileChooser fc)
构造细节视图。protected JPanel
MetalFileChooserUI. getBottomPanel()
返回底部面板。protected JPanel
MetalFileChooserUI. getButtonPanel()
返回按钮面板。 -
Uses of JPanel in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with parameters of type JPanel Modifier and Type 方法 描述 protected void
SynthPanelUI. installDefaults(JPanel p)
安装面板属性的方法。protected void
SynthPanelUI. installListeners(JPanel p)
将侦听器安装到面板中。protected void
SynthPanelUI. uninstallDefaults(JPanel p)
卸载面板属性的方法。protected void
SynthPanelUI. uninstallListeners(JPanel p)
从面板卸载侦听器。
-