Class JRootPane
public class JRootPane : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JRootPane
- Implements
- Inherited Members
- Extension Methods
Constructors
JRootPane()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public JRootPane()
JRootPane(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public JRootPane(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
COLOR_CHOOSER_DIALOG
public static int COLOR_CHOOSER_DIALOG { get; }
Property Value
ContentPane
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#getContentPane() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#setContentPane(java.awt.Container)
public Container ContentPane { get; set; }
Property Value
DefaultButton
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#getDefaultButton() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#setDefaultButton(javax.swing.JButton)
public JButton DefaultButton { get; set; }
Property Value
ERROR_DIALOG
public static int ERROR_DIALOG { get; }
Property Value
FILE_CHOOSER_DIALOG
public static int FILE_CHOOSER_DIALOG { get; }
Property Value
FRAME
public static int FRAME { get; }
Property Value
GlassPane
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#getGlassPane() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#setGlassPane(java.awt.Component)
public Component GlassPane { get; set; }
Property Value
INFORMATION_DIALOG
public static int INFORMATION_DIALOG { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JMenuBar
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#getJMenuBar() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#setJMenuBar(javax.swing.JMenuBar)
public JMenuBar JMenuBar { get; set; }
Property Value
LayeredPane
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#getLayeredPane() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#setLayeredPane(javax.swing.JLayeredPane)
public JLayeredPane LayeredPane { get; set; }
Property Value
NONE
public static int NONE { get; }
Property Value
PLAIN_DIALOG
public static int PLAIN_DIALOG { get; }
Property Value
QUESTION_DIALOG
public static int QUESTION_DIALOG { get; }
Property Value
WARNING_DIALOG
public static int WARNING_DIALOG { get; }
Property Value
WindowDecorationStyle
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#getWindowDecorationStyle() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JRootPane.html#setWindowDecorationStyle(int)
public int WindowDecorationStyle { get; set; }
Property Value
Methods
SetUI(RootPaneUI)
public void SetUI(RootPaneUI arg0)
Parameters
arg0
RootPaneUI
Operators
implicit operator Accessible(JRootPane)
Converter from JRootPane to Accessible
public static implicit operator Accessible(JRootPane t)