Table of Contents

Class DefaultFormatterFactory

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
public class DefaultFormatterFactory : JFormattedTextField.AbstractFormatterFactory, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DefaultFormatterFactory
Implements
Inherited Members
Extension Methods

Constructors

DefaultFormatterFactory()

public DefaultFormatterFactory()

DefaultFormatterFactory(AbstractFormatter)

public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0)

Parameters

arg0 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

DefaultFormatterFactory(AbstractFormatter, AbstractFormatter)

public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1)

Parameters

arg0 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

arg1 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

DefaultFormatterFactory(AbstractFormatter, AbstractFormatter, AbstractFormatter)

public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1, JFormattedTextField.AbstractFormatter arg2)

Parameters

arg0 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

arg1 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

arg2 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

DefaultFormatterFactory(AbstractFormatter, AbstractFormatter, AbstractFormatter, AbstractFormatter)

public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1, JFormattedTextField.AbstractFormatter arg2, JFormattedTextField.AbstractFormatter arg3)

Parameters

arg0 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

arg1 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

arg2 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

arg3 JFormattedTextField.AbstractFormatter

JFormattedTextField.AbstractFormatter

DefaultFormatterFactory(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 DefaultFormatterFactory(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DefaultFormatter

public JFormattedTextField.AbstractFormatter DefaultFormatter { get; set; }

Property Value

JFormattedTextField.AbstractFormatter

DisplayFormatter

public JFormattedTextField.AbstractFormatter DisplayFormatter { get; set; }

Property Value

JFormattedTextField.AbstractFormatter

EditFormatter

public JFormattedTextField.AbstractFormatter EditFormatter { get; set; }

Property Value

JFormattedTextField.AbstractFormatter

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

NullFormatter

public JFormattedTextField.AbstractFormatter NullFormatter { get; set; }

Property Value

JFormattedTextField.AbstractFormatter

Methods

CreatePoolableInstance()

HPA initializer for DefaultFormatterFactory()

public static DefaultFormatterFactory CreatePoolableInstance()

Returns

DefaultFormatterFactory

CreatePoolableInstance(AbstractFormatter)

HPA initializer for DefaultFormatterFactory(Javax.Swing.JFormattedTextField.AbstractFormatter arg0)

public static DefaultFormatterFactory CreatePoolableInstance(JFormattedTextField.AbstractFormatter arg0)

Parameters

arg0 JFormattedTextField.AbstractFormatter

Returns

DefaultFormatterFactory

CreatePoolableInstance(AbstractFormatter, AbstractFormatter)

HPA initializer for DefaultFormatterFactory(Javax.Swing.JFormattedTextField.AbstractFormatter arg0, Javax.Swing.JFormattedTextField.AbstractFormatter arg1)

public static DefaultFormatterFactory CreatePoolableInstance(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1)

Parameters

arg0 JFormattedTextField.AbstractFormatter
arg1 JFormattedTextField.AbstractFormatter

Returns

DefaultFormatterFactory

CreatePoolableInstance(AbstractFormatter, AbstractFormatter, AbstractFormatter)

HPA initializer for DefaultFormatterFactory(Javax.Swing.JFormattedTextField.AbstractFormatter arg0, Javax.Swing.JFormattedTextField.AbstractFormatter arg1, Javax.Swing.JFormattedTextField.AbstractFormatter arg2)

public static DefaultFormatterFactory CreatePoolableInstance(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1, JFormattedTextField.AbstractFormatter arg2)

Parameters

arg0 JFormattedTextField.AbstractFormatter
arg1 JFormattedTextField.AbstractFormatter
arg2 JFormattedTextField.AbstractFormatter

Returns

DefaultFormatterFactory

CreatePoolableInstance(AbstractFormatter, AbstractFormatter, AbstractFormatter, AbstractFormatter)

HPA initializer for DefaultFormatterFactory(Javax.Swing.JFormattedTextField.AbstractFormatter arg0, Javax.Swing.JFormattedTextField.AbstractFormatter arg1, Javax.Swing.JFormattedTextField.AbstractFormatter arg2, Javax.Swing.JFormattedTextField.AbstractFormatter arg3)

public static DefaultFormatterFactory CreatePoolableInstance(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1, JFormattedTextField.AbstractFormatter arg2, JFormattedTextField.AbstractFormatter arg3)

Parameters

arg0 JFormattedTextField.AbstractFormatter
arg1 JFormattedTextField.AbstractFormatter
arg2 JFormattedTextField.AbstractFormatter
arg3 JFormattedTextField.AbstractFormatter

Returns

DefaultFormatterFactory

Operators

implicit operator Serializable(DefaultFormatterFactory)

public static implicit operator Serializable(DefaultFormatterFactory t)

Parameters

t DefaultFormatterFactory

Returns

Serializable