Table of Contents

Class TabStop

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
public class TabStop : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
TabStop
Implements
Inherited Members
Extension Methods

Constructors

TabStop()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public TabStop()

TabStop(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public TabStop(params object[] args)

Parameters

args object[]

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; }

Property Value

int

ALIGN_CENTER

public static int ALIGN_CENTER { get; }

Property Value

int

ALIGN_DECIMAL

public static int ALIGN_DECIMAL { get; }

Property Value

int

ALIGN_LEFT

public static int ALIGN_LEFT { get; }

Property Value

int

ALIGN_RIGHT

public static int ALIGN_RIGHT { get; }

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 Closeable

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; }

Property Value

int

LEAD_EQUALS

public static int LEAD_EQUALS { get; }

Property Value

int

LEAD_HYPHENS

public static int LEAD_HYPHENS { get; }

Property Value

int

LEAD_NONE

public static int LEAD_NONE { get; }

Property Value

int

LEAD_THICKLINE

public static int LEAD_THICKLINE { get; }

Property Value

int

LEAD_UNDERLINE

public static int LEAD_UNDERLINE { get; }

Property Value

int

Leader

public int Leader { get; }

Property Value

int

Position

public float Position { get; }

Property Value

float