Class Label
public class Label : Component, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Label
- Implements
- Inherited Members
- Extension Methods
Constructors
Label()
public Label()
Exceptions
Label(String)
public Label(String arg0)
Parameters
Exceptions
Label(String, int)
public Label(String arg0, int arg1)
Parameters
Exceptions
Label(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 Label(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Alignment
https://docs.oracle.com/javase/8/docs/api/java/awt/Label.html#getAlignment-- https://docs.oracle.com/javase/8/docs/api/java/awt/Label.html#setAlignment-int-
public int Alignment { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CENTER
public static int CENTER { 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
LEFT
public static int LEFT { get; set; }
Property Value
RIGHT
public static int RIGHT { get; set; }
Property Value
Text
https://docs.oracle.com/javase/8/docs/api/java/awt/Label.html#getText-- https://docs.oracle.com/javase/8/docs/api/java/awt/Label.html#setText-java.lang.String-
public String Text { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Label()
public static Label CreatePoolableInstance()
Returns
CreatePoolableInstance(String)
HPA initializer for Label(Java.Lang.String arg0)
public static Label CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(String, int)
HPA initializer for Label(Java.Lang.String arg0, int arg1)
public static Label CreatePoolableInstance(String arg0, int arg1)
Parameters
Returns
Operators
implicit operator Accessible(Label)
Converter from Label to Accessible
public static implicit operator Accessible(Label t)
Parameters
tLabel