Table of Contents

Class TabStop

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

initializer IJVMBridgeBaseInitializer

TabStop(float)

public TabStop(float arg0)

Parameters

arg0 float

float

TabStop(float, int, int)

public TabStop(float arg0, int arg1, int arg2)

Parameters

arg0 float

float

arg1 int

int

arg2 int

int

Properties

ALIGN_BAR

public static int ALIGN_BAR { get; set; }

Property Value

int

ALIGN_CENTER

public static int ALIGN_CENTER { get; set; }

Property Value

int

ALIGN_DECIMAL

public static int ALIGN_DECIMAL { get; set; }

Property Value

int

ALIGN_LEFT

public static int ALIGN_LEFT { get; set; }

Property Value

int

ALIGN_RIGHT

public static int ALIGN_RIGHT { get; set; }

Property Value

int

Alignment

public int Alignment { get; }

Property Value

int

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

LEAD_DOTS

public static int LEAD_DOTS { get; set; }

Property Value

int

LEAD_EQUALS

public static int LEAD_EQUALS { get; set; }

Property Value

int

LEAD_HYPHENS

public static int LEAD_HYPHENS { get; set; }

Property Value

int

LEAD_NONE

public static int LEAD_NONE { get; set; }

Property Value

int

LEAD_THICKLINE

public static int LEAD_THICKLINE { get; set; }

Property Value

int

LEAD_UNDERLINE

public static int LEAD_UNDERLINE { get; set; }

Property Value

int

Leader

public int Leader { get; }

Property Value

int

Position

public float Position { get; }

Property Value

float

Methods

CreatePoolableInstance(float)

HPA initializer for TabStop(float arg0)

public static TabStop CreatePoolableInstance(float arg0)

Parameters

arg0 float

Returns

TabStop

CreatePoolableInstance(float, int, int)

HPA initializer for TabStop(float arg0, int arg1, int arg2)

public static TabStop CreatePoolableInstance(float arg0, int arg1, int arg2)

Parameters

arg0 float
arg1 int
arg2 int

Returns

TabStop