Class JRootPane
public class JRootPane : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, 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(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JRootPane(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
argsobject[]
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/javase/8/docs/api/javax/swing/JRootPane.html#getContentPane-- https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#setContentPane-java.awt.Container-
public Container ContentPane { get; set; }
Property Value
DefaultButton
https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#getDefaultButton-- https://docs.oracle.com/javase/8/docs/api/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/javase/8/docs/api/javax/swing/JRootPane.html#getGlassPane-- https://docs.oracle.com/javase/8/docs/api/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/javase/8/docs/api/javax/swing/JRootPane.html#getJMenuBar-- https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#setJMenuBar-javax.swing.JMenuBar-
public JMenuBar JMenuBar { get; set; }
Property Value
LayeredPane
https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#getLayeredPane-- https://docs.oracle.com/javase/8/docs/api/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
UI
https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#getUI-- https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#setUI-javax.swing.plaf.RootPaneUI-
public RootPaneUI UI { get; set; }
Property Value
WARNING_DIALOG
public static int WARNING_DIALOG { get; }
Property Value
WindowDecorationStyle
https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#getWindowDecorationStyle-- https://docs.oracle.com/javase/8/docs/api/javax/swing/JRootPane.html#setWindowDecorationStyle-int-
public int WindowDecorationStyle { get; set; }
Property Value
Operators
implicit operator Accessible(JRootPane)
Converter from JRootPane to Accessible
public static implicit operator Accessible(JRootPane t)