Class JRootPane
public class JRootPane : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IDisposable
- Inheritance
-
JVMBridgeCoreJVMBridgeCore<Component>JRootPane
- Implements
- Inherited Members
-
JVMBridgeCore<Component>.IsAssignableFrom(IJavaType)JVMBridgeCore<Component>.IsAssignableFrom<T>()JVMBridgeCore<Component>.Execute<T>(params T[])JVMBridgeCore<Component>.DynBridgeClazzJVMBridgeCore<Component>.BridgeClazzJVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeCore.RuntimeClassNameOf<T>()JVMBridgeCore.ClassNameOf<T>()JVMBridgeCore.ClassOf<T>()JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeCore.MonitorEnter()JVMBridgeCore.MonitorExit()JVMBridgeCore.IsInstanceOf(IJavaType)JVMBridgeCore.IsInstanceOf<T>()JVMBridgeCore.RuntimeIsInstanceOf<T>()JVMBridgeCore.CastTo<TNewClass>()JVMBridgeCore.CastDirect<TNewClass>()JVMBridgeCore.ToString()JVMBridgeCore.Equals(IJVMBridgeBase)JVMBridgeCore.GetHashCode()JVMBridgeCore.Notify()JVMBridgeCore.NotifyAll()JVMBridgeCore.Wait()JVMBridgeCore.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeCore.DynBridgeInstanceJVMBridgeCore.BridgeInstanceJVMBridgeCore.IsBridgeListener
- Extension Methods
Constructors
JRootPane()
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)