Table of Contents

Class JFormattedTextField

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class JFormattedTextField : JTextField, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Component>
JFormattedTextField
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Component>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Component>.IsAssignableFrom<T>()
JVMBridgeBase<Component>.Execute<T>(params T[])
JVMBridgeBase<Component>.DynBridgeClazz
JVMBridgeBase<Component>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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