Uses of Class
javax.swing.JRootPane
-
Packages that use JRootPane 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。 -
-
Uses of JRootPane in javax.swing
Fields in javax.swing declared as JRootPane 变量和类型 字段 描述 protected JRootPane
JApplet. rootPane
已过时。protected JRootPane
JDialog. rootPane
protected JRootPane
JFrame. rootPane
管理contentPane
和此框架的可选menuBar
的JRootPane
实例,以及glassPane
。protected JRootPane
JInternalFrame. rootPane
JRootPane
实例,用于管理此内部框架的内容窗格和可选菜单栏,以及玻璃窗格。protected JRootPane
JWindow. rootPane
管理contentPane
和此框架的可选menuBar
的JRootPane
实例,以及glassPane
。Methods in javax.swing that return JRootPane 变量和类型 方法 描述 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 变量和类型 方法 描述 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)
设置此JInternalFrame
的rootPane
属性。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 变量和类型 方法 描述 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)
取消注册听众。
-