Table of Contents

Class JFormattedTextField

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

Constructors

JFormattedTextField()

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

public JFormattedTextField()

JFormattedTextField(Format)

public JFormattedTextField(Format arg0)

Parameters

arg0 Format

Format

JFormattedTextField(AbstractFormatter)

public JFormattedTextField(JFormattedTextField.AbstractFormatter arg0)

Parameters

arg0 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

JFormattedTextField(AbstractFormatterFactory)

public JFormattedTextField(JFormattedTextField.AbstractFormatterFactory arg0)

Parameters

arg0 JFormattedTextField.AbstractFormatterFactory

JFormattedTextField.AbstractFormatterFactory

JFormattedTextField(AbstractFormatterFactory, object)

public JFormattedTextField(JFormattedTextField.AbstractFormatterFactory arg0, object arg1)

Parameters

arg0 JFormattedTextField.AbstractFormatterFactory

JFormattedTextField.AbstractFormatterFactory

arg1 object

object

JFormattedTextField(object)

public JFormattedTextField(object arg0)

Parameters

arg0 object

object

JFormattedTextField(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 JFormattedTextField(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COMMIT

public static int COMMIT { get; }

Property Value

int

COMMIT_OR_REVERT

public static int COMMIT_OR_REVERT { get; }

Property Value

int

FocusLostBehavior

public int FocusLostBehavior { get; set; }

Property Value

int

Formatter

public JFormattedTextField.AbstractFormatter Formatter { get; }

Property Value

JFormattedTextField.AbstractFormatter

FormatterFactory

public JFormattedTextField.AbstractFormatterFactory FormatterFactory { get; set; }

Property Value

JFormattedTextField.AbstractFormatterFactory

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

PERSIST

public static int PERSIST { get; }

Property Value

int

REVERT

public static int REVERT { get; }

Property Value

int

Value

public object Value { get; set; }

Property Value

object

Methods

CommitEdit()

public void CommitEdit()

Exceptions

ParseException

IsEditValid()

public bool IsEditValid()

Returns

bool

bool