Class Checkbox
public class Checkbox : Component, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Checkbox
- Implements
- Inherited Members
- Extension Methods
Constructors
Checkbox()
public Checkbox()
Exceptions
Checkbox(String)
https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#java.awt.Checkbox(java.lang.String)
public Checkbox(String arg0)
Parameters
Exceptions
Checkbox(String, CheckboxGroup, bool)
public Checkbox(String arg0, CheckboxGroup arg1, bool arg2)
Parameters
arg0Stringarg1CheckboxGrouparg2bool
Exceptions
Checkbox(String, bool)
public Checkbox(String arg0, bool arg1)
Parameters
Exceptions
Checkbox(String, bool, CheckboxGroup)
public Checkbox(String arg0, bool arg1, CheckboxGroup arg2)
Parameters
arg0Stringarg1boolarg2CheckboxGroup
Exceptions
Checkbox(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 Checkbox(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CheckboxGroup
https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#getCheckboxGroup-- https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#setCheckboxGroup-java.awt.CheckboxGroup-
public CheckboxGroup CheckboxGroup { get; set; }
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 java.lang.AutoCloseable
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
ItemListeners
public ItemListener[] ItemListeners { get; }
Property Value
Label
https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#getLabel-- https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#setLabel-java.lang.String-
public String Label { get; set; }
Property Value
SelectedObjects
public object[] SelectedObjects { get; }
Property Value
- object[]
State
https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#getState-- https://docs.oracle.com/javase/8/docs/api/java/awt/Checkbox.html#setState-boolean-
public bool State { get; set; }
Property Value
Methods
AddItemListener(ItemListener)
public void AddItemListener(ItemListener arg0)
Parameters
arg0ItemListener
CreatePoolableInstance()
HPA initializer for Checkbox()
public static Checkbox CreatePoolableInstance()
Returns
CreatePoolableInstance(String)
HPA initializer for Checkbox(Java.Lang.String arg0)
public static Checkbox CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(String, CheckboxGroup, bool)
HPA initializer for Checkbox(Java.Lang.String arg0, Java.Awt.CheckboxGroup arg1, bool arg2)
public static Checkbox CreatePoolableInstance(String arg0, CheckboxGroup arg1, bool arg2)
Parameters
arg0Stringarg1CheckboxGrouparg2bool
Returns
CreatePoolableInstance(String, bool)
HPA initializer for Checkbox(Java.Lang.String arg0, bool arg1)
public static Checkbox CreatePoolableInstance(String arg0, bool arg1)
Parameters
Returns
CreatePoolableInstance(String, bool, CheckboxGroup)
HPA initializer for Checkbox(Java.Lang.String arg0, bool arg1, Java.Awt.CheckboxGroup arg2)
public static Checkbox CreatePoolableInstance(String arg0, bool arg1, CheckboxGroup arg2)
Parameters
arg0Stringarg1boolarg2CheckboxGroup
Returns
RemoveItemListener(ItemListener)
public void RemoveItemListener(ItemListener arg0)
Parameters
arg0ItemListener
Operators
implicit operator ItemSelectable(Checkbox)
Converter from Checkbox to ItemSelectable
public static implicit operator ItemSelectable(Checkbox t)
Parameters
tCheckbox
Returns
implicit operator Accessible(Checkbox)
Converter from Checkbox to Accessible
public static implicit operator Accessible(Checkbox t)
Parameters
tCheckbox