Class DefaultFormatterFactory
public class DefaultFormatterFactory : JFormattedTextField.AbstractFormatterFactory, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseDefaultFormatterFactory
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<JFormattedTextField.AbstractFormatterFactory>.IsAssignableFrom(IJavaType)JVMBridgeBase<JFormattedTextField.AbstractFormatterFactory>.IsAssignableFrom<T>()JVMBridgeBase<JFormattedTextField.AbstractFormatterFactory>.Execute<T>(params T[])JVMBridgeBase<JFormattedTextField.AbstractFormatterFactory>.DynBridgeClazzJVMBridgeBase<JFormattedTextField.AbstractFormatterFactory>.BridgeClazzJVMBridgeBase.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.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
DefaultFormatterFactory()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public DefaultFormatterFactory()
DefaultFormatterFactory(AbstractFormatter)
public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0)
Parameters
DefaultFormatterFactory(AbstractFormatter, AbstractFormatter)
public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1)
Parameters
DefaultFormatterFactory(AbstractFormatter, AbstractFormatter, AbstractFormatter)
public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1, JFormattedTextField.AbstractFormatter arg2)
Parameters
arg0
JFormattedTextField.AbstractFormatterarg1
JFormattedTextField.AbstractFormatterarg2
JFormattedTextField.AbstractFormatter
DefaultFormatterFactory(AbstractFormatter, AbstractFormatter, AbstractFormatter, AbstractFormatter)
public DefaultFormatterFactory(JFormattedTextField.AbstractFormatter arg0, JFormattedTextField.AbstractFormatter arg1, JFormattedTextField.AbstractFormatter arg2, JFormattedTextField.AbstractFormatter arg3)
Parameters
arg0
JFormattedTextField.AbstractFormatterarg1
JFormattedTextField.AbstractFormatterarg2
JFormattedTextField.AbstractFormatterarg3
JFormattedTextField.AbstractFormatter
DefaultFormatterFactory(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 DefaultFormatterFactory(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DefaultFormatter
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#getDefaultFormatter() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#setDefaultFormatter(javax.swing.JFormattedTextField.AbstractFormatter)
public JFormattedTextField.AbstractFormatter DefaultFormatter { get; set; }
Property Value
DisplayFormatter
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#getDisplayFormatter() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#setDisplayFormatter(javax.swing.JFormattedTextField.AbstractFormatter)
public JFormattedTextField.AbstractFormatter DisplayFormatter { get; set; }
Property Value
EditFormatter
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#getEditFormatter() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#setEditFormatter(javax.swing.JFormattedTextField.AbstractFormatter)
public JFormattedTextField.AbstractFormatter EditFormatter { get; set; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
NullFormatter
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#getNullFormatter() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultFormatterFactory.html#setNullFormatter(javax.swing.JFormattedTextField.AbstractFormatter)
public JFormattedTextField.AbstractFormatter NullFormatter { get; set; }
Property Value
Operators
implicit operator Serializable(DefaultFormatterFactory)
Converter from DefaultFormatterFactory to Serializable
public static implicit operator Serializable(DefaultFormatterFactory t)