Table of Contents

Class JRootPane

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class JRootPane : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
JRootPane
Implements
Inherited Members
Extension Methods

Constructors

JRootPane()

public JRootPane()

JRootPane(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JRootPane(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COLOR_CHOOSER_DIALOG

public static int COLOR_CHOOSER_DIALOG { get; set; }

Property Value

int

ContentPane

public Container ContentPane { get; set; }

Property Value

Container

DefaultButton

public JButton DefaultButton { get; set; }

Property Value

JButton

ERROR_DIALOG

public static int ERROR_DIALOG { get; set; }

Property Value

int

FILE_CHOOSER_DIALOG

public static int FILE_CHOOSER_DIALOG { get; set; }

Property Value

int

FRAME

public static int FRAME { get; set; }

Property Value

int

GlassPane

public Component GlassPane { get; set; }

Property Value

Component

INFORMATION_DIALOG

public static int INFORMATION_DIALOG { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

JMenuBar

public JMenuBar JMenuBar { get; set; }

Property Value

JMenuBar

LayeredPane

public JLayeredPane LayeredPane { get; set; }

Property Value

JLayeredPane

MenuBar

[Obsolete("Deprecated in JVM")]
public JMenuBar MenuBar { get; set; }

Property Value

JMenuBar

NONE

public static int NONE { get; set; }

Property Value

int

PLAIN_DIALOG

public static int PLAIN_DIALOG { get; set; }

Property Value

int

QUESTION_DIALOG

public static int QUESTION_DIALOG { get; set; }

Property Value

int

UI

public RootPaneUI UI { get; set; }

Property Value

RootPaneUI

WARNING_DIALOG

public static int WARNING_DIALOG { get; set; }

Property Value

int

WindowDecorationStyle

public int WindowDecorationStyle { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for JRootPane()

public static JRootPane CreatePoolableInstance()

Returns

JRootPane

Operators

implicit operator Accessible(JRootPane)

Converter from JRootPane to Accessible

public static implicit operator Accessible(JRootPane t)

Parameters

t JRootPane

Returns

Accessible