Class MessageFormat
public class MessageFormat : Format, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
MessageFormat
- Implements
- Inherited Members
-
JVMBridgeBase<Format>.IsAssignableFrom(IJavaType)JVMBridgeBase<Format>.IsAssignableFrom<T>()JVMBridgeBase<Format>.Execute<T>(params T[])JVMBridgeBase<Format>.DynBridgeClazzJVMBridgeBase<Format>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)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.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
MessageFormat(String)
public MessageFormat(String arg0)
Parameters
MessageFormat(String, Locale)
public MessageFormat(String arg0, Locale arg1)
Parameters
MessageFormat(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 MessageFormat(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
MessageFormat(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.
public MessageFormat(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Formats
https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html#getFormats-- https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html#setFormats-java.text.Format[]-
public Format[] Formats { get; set; }
Property Value
- Format[]
FormatsByArgumentIndex
https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html#getFormatsByArgumentIndex-- https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html#setFormatsByArgumentIndex-java.text.Format[]-
public Format[] FormatsByArgumentIndex { get; set; }
Property Value
- Format[]
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Locale
https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html#getLocale-- https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html#setLocale-java.util.Locale-
public Locale Locale { get; set; }
Property Value
Methods
ApplyPattern(String)
public void ApplyPattern(String arg0)
Parameters
Format(String, params object[])
public static String Format(String arg0, params object[] arg1)
Parameters
Returns
Format(object[], StringBuffer, FieldPosition)
public StringBuffer Format(object[] arg0, StringBuffer arg1, FieldPosition arg2)
Parameters
arg0object[]arg1StringBufferarg2FieldPosition
Returns
Parse(String)
public object[] Parse(String arg0)
Parameters
Returns
Exceptions
Parse(String, ParsePosition)
public object[] Parse(String arg0, ParsePosition arg1)
Parameters
arg0Stringarg1ParsePosition
Returns
SetFormat(int, Format)
public void SetFormat(int arg0, Format arg1)
Parameters
SetFormatByArgumentIndex(int, Format)
public void SetFormatByArgumentIndex(int arg0, Format arg1)
Parameters
ToPattern()
public String ToPattern()