Table of Contents

Class JRootPane

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
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

string

COLOR_CHOOSER_DIALOG

public static int COLOR_CHOOSER_DIALOG { get; }

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; }

Property Value

int

FILE_CHOOSER_DIALOG

public static int FILE_CHOOSER_DIALOG { get; }

Property Value

int

FRAME

public static int FRAME { get; }

Property Value

int

GlassPane

public Component GlassPane { get; set; }

Property Value

Component

INFORMATION_DIALOG

public static int INFORMATION_DIALOG { get; }

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 Closeable

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

NONE

public static int NONE { get; }

Property Value

int

PLAIN_DIALOG

public static int PLAIN_DIALOG { get; }

Property Value

int

QUESTION_DIALOG

public static int QUESTION_DIALOG { get; }

Property Value

int

WARNING_DIALOG

public static int WARNING_DIALOG { get; }

Property Value

int

WindowDecorationStyle

public int WindowDecorationStyle { get; set; }

Property Value

int

Methods

SetUI(RootPaneUI)

public void SetUI(RootPaneUI arg0)

Parameters

arg0 RootPaneUI

RootPaneUI

Operators

implicit operator Accessible(JRootPane)

Converter from JRootPane to Accessible

public static implicit operator Accessible(JRootPane t)

Parameters

t JRootPane

Returns

Accessible