Class TabStop
public class TabStop : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
TabStop
- Implements
- Extension Methods
Constructors
TabStop(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 TabStop(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
TabStop(float)
public TabStop(float arg0)
Parameters
TabStop(float, int, int)
public TabStop(float arg0, int arg1, int arg2)
Parameters
Properties
ALIGN_BAR
public static int ALIGN_BAR { get; set; }
Property Value
ALIGN_CENTER
public static int ALIGN_CENTER { get; set; }
Property Value
ALIGN_DECIMAL
public static int ALIGN_DECIMAL { get; set; }
Property Value
ALIGN_LEFT
public static int ALIGN_LEFT { get; set; }
Property Value
ALIGN_RIGHT
public static int ALIGN_RIGHT { get; set; }
Property Value
Alignment
public int Alignment { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
LEAD_DOTS
public static int LEAD_DOTS { get; set; }
Property Value
LEAD_EQUALS
public static int LEAD_EQUALS { get; set; }
Property Value
LEAD_HYPHENS
public static int LEAD_HYPHENS { get; set; }
Property Value
LEAD_NONE
public static int LEAD_NONE { get; set; }
Property Value
LEAD_THICKLINE
public static int LEAD_THICKLINE { get; set; }
Property Value
LEAD_UNDERLINE
public static int LEAD_UNDERLINE { get; set; }
Property Value
Leader
public int Leader { get; }
Property Value
Position
public float Position { get; }
Property Value
Methods
CreatePoolableInstance(float)
HPA initializer for TabStop(float arg0)
public static TabStop CreatePoolableInstance(float arg0)
Parameters
arg0float
Returns
CreatePoolableInstance(float, int, int)
HPA initializer for TabStop(float arg0, int arg1, int arg2)
public static TabStop CreatePoolableInstance(float arg0, int arg1, int arg2)