Uses of Class
javax.swing.JRootPane
-
Packages that use JRootPane 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of JRootPane in javax.swing
Fields in javax.swing declared as JRootPane Modifier and Type Field 描述 protected JRootPane
JApplet. rootPane
已过时。protected JRootPane
JDialog. rootPane
protected JRootPane
JFrame. rootPane
JRootPane
实例管理contentPane
和可选的menuBar
为此框架,以及glassPane
。protected JRootPane
JInternalFrame. rootPane
管理内容窗格的JRootPane
实例,以及内部框架的可选菜单栏以及玻璃窗格。protected JRootPane
JWindow. rootPane
JRootPane
实例管理contentPane
和可选的menuBar
为这个框架,以及glassPane
。Methods in javax.swing that return JRootPane Modifier and Type 方法 描述 protected JRootPane
JApplet. createRootPane()
已过时。由构造函数调用方法创建默认的rootPane。protected JRootPane
JDialog. createRootPane()
由构造函数调用方法创建默认的rootPane
。protected JRootPane
JFrame. createRootPane()
由构造函数调用方法创建默认的rootPane
。protected JRootPane
JInternalFrame. createRootPane()
由构造函数调用来设置JRootPane
。protected JRootPane
JWindow. createRootPane()
由构造函数调用方法创建默认的rootPane
。JRootPane
JApplet. getRootPane()
已过时。返回此applet的rootPane对象。JRootPane
JComponent. getRootPane()
返回此组件的JRootPane
祖先。JRootPane
JDialog. getRootPane()
返回此对话框的rootPane
对象。JRootPane
JFrame. getRootPane()
返回此帧的rootPane
对象。JRootPane
JInternalFrame. getRootPane()
返回此内部框架的rootPane
对象。JRootPane
JWindow. getRootPane()
返回此窗口的rootPane
对象。JRootPane
RootPaneContainer. getRootPane()
返回此组件的单个JRootPane小孩。static JRootPane
SwingUtilities. getRootPane(Component c)
如果c是JRootPane后代,则返回其JRootPane祖先。Methods in javax.swing with parameters of type JRootPane Modifier and Type 方法 描述 protected void
JApplet. setRootPane(JRootPane root)
已过时。设置rootPane属性。protected void
JDialog. setRootPane(JRootPane root)
设置rootPane
属性。protected void
JFrame. setRootPane(JRootPane root)
设置rootPane
属性。protected void
JInternalFrame. setRootPane(JRootPane root)
设置rootPane
属性为JInternalFrame
。protected void
JWindow. setRootPane(JRootPane root)
为此窗口设置新的rootPane
对象。 -
Uses of JRootPane in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with parameters of type JRootPane Modifier and Type 方法 描述 protected void
BasicRootPaneUI. installComponents(JRootPane root)
安装组件protected void
BasicRootPaneUI. installDefaults(JRootPane c)
安装默认属性。protected void
BasicRootPaneUI. installKeyboardActions(JRootPane root)
注册键盘操作。protected void
BasicRootPaneUI. installListeners(JRootPane root)
注册听众。protected void
BasicRootPaneUI. uninstallComponents(JRootPane root)
取消注册组件。protected void
BasicRootPaneUI. uninstallDefaults(JRootPane root)
卸载默认属性。protected void
BasicRootPaneUI. uninstallKeyboardActions(JRootPane root)
取消注册键盘操作。protected void
BasicRootPaneUI. uninstallListeners(JRootPane root)
取消注册听众。 -
Uses of JRootPane in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with parameters of type JRootPane Modifier and Type 方法 描述 protected void
SynthRootPaneUI. installDefaults(JRootPane c)
安装默认属性。protected void
SynthRootPaneUI. uninstallDefaults(JRootPane root)
卸载默认属性。
-