Table of Contents

Class JCheckBoxMenuItem

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

Constructors

JCheckBoxMenuItem()

public JCheckBoxMenuItem()

JCheckBoxMenuItem(String)

public JCheckBoxMenuItem(String arg0)

Parameters

arg0 String

String

JCheckBoxMenuItem(String, Icon)

public JCheckBoxMenuItem(String arg0, Icon arg1)

Parameters

arg0 String

String

arg1 Icon

Icon

JCheckBoxMenuItem(String, Icon, bool)

public JCheckBoxMenuItem(String arg0, Icon arg1, bool arg2)

Parameters

arg0 String

String

arg1 Icon

Icon

arg2 bool

bool

JCheckBoxMenuItem(String, bool)

public JCheckBoxMenuItem(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

JCheckBoxMenuItem(Action)

public JCheckBoxMenuItem(Action arg0)

Parameters

arg0 Action

Action

JCheckBoxMenuItem(Icon)

public JCheckBoxMenuItem(Icon arg0)

Parameters

arg0 Icon

Icon

JCheckBoxMenuItem(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 JCheckBoxMenuItem(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

State

public bool State { get; set; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for JCheckBoxMenuItem()

public static JCheckBoxMenuItem CreatePoolableInstance()

Returns

JCheckBoxMenuItem

CreatePoolableInstance(String)

HPA initializer for JCheckBoxMenuItem(Java.Lang.String arg0)

public static JCheckBoxMenuItem CreatePoolableInstance(String arg0)

Parameters

arg0 String

Returns

JCheckBoxMenuItem

CreatePoolableInstance(String, Icon)

HPA initializer for JCheckBoxMenuItem(Java.Lang.String arg0, Javax.Swing.Icon arg1)

public static JCheckBoxMenuItem CreatePoolableInstance(String arg0, Icon arg1)

Parameters

arg0 String
arg1 Icon

Returns

JCheckBoxMenuItem

CreatePoolableInstance(String, Icon, bool)

HPA initializer for JCheckBoxMenuItem(Java.Lang.String arg0, Javax.Swing.Icon arg1, bool arg2)

public static JCheckBoxMenuItem CreatePoolableInstance(String arg0, Icon arg1, bool arg2)

Parameters

arg0 String
arg1 Icon
arg2 bool

Returns

JCheckBoxMenuItem

CreatePoolableInstance(String, bool)

HPA initializer for JCheckBoxMenuItem(Java.Lang.String arg0, bool arg1)

public static JCheckBoxMenuItem CreatePoolableInstance(String arg0, bool arg1)

Parameters

arg0 String
arg1 bool

Returns

JCheckBoxMenuItem

CreatePoolableInstance(Action)

HPA initializer for JCheckBoxMenuItem(Javax.Swing.Action arg0)

public static JCheckBoxMenuItem CreatePoolableInstance(Action arg0)

Parameters

arg0 Action

Returns

JCheckBoxMenuItem

CreatePoolableInstance(Icon)

HPA initializer for JCheckBoxMenuItem(Javax.Swing.Icon arg0)

public static JCheckBoxMenuItem CreatePoolableInstance(Icon arg0)

Parameters

arg0 Icon

Returns

JCheckBoxMenuItem

Operators

implicit operator SwingConstants(JCheckBoxMenuItem)

public static implicit operator SwingConstants(JCheckBoxMenuItem t)

Parameters

t JCheckBoxMenuItem

Returns

SwingConstants