Class DisplayContext
public class DisplayContext : Enum<DisplayContext>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<DisplayContext>>, IComparable<DisplayContext>, ISerializable
- Inheritance
-
DisplayContext
- Implements
- Inherited Members
- Extension Methods
Constructors
DisplayContext(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 DisplayContext(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE
public static DisplayContext CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE { get; set; }
Property Value
CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE
public static DisplayContext CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE { get; set; }
Property Value
CAPITALIZATION_FOR_STANDALONE
public static DisplayContext CAPITALIZATION_FOR_STANDALONE { get; set; }
Property Value
CAPITALIZATION_FOR_UI_LIST_OR_MENU
public static DisplayContext CAPITALIZATION_FOR_UI_LIST_OR_MENU { get; set; }
Property Value
CAPITALIZATION_NONE
public static DisplayContext CAPITALIZATION_NONE { get; set; }
Property Value
DIALECT_NAMES
public static DisplayContext DIALECT_NAMES { get; set; }
Property Value
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
LENGTH_FULL
public static DisplayContext LENGTH_FULL { get; set; }
Property Value
LENGTH_SHORT
public static DisplayContext LENGTH_SHORT { get; set; }
Property Value
NO_SUBSTITUTE
public static DisplayContext NO_SUBSTITUTE { get; set; }
Property Value
STANDARD_NAMES
public static DisplayContext STANDARD_NAMES { get; set; }
Property Value
SUBSTITUTE
public static DisplayContext SUBSTITUTE { get; set; }
Property Value
Methods
TypeMethod()
public DisplayContext.Type TypeMethod()
Returns
Value()
public int Value()
Returns
ValueOf(String)
public static DisplayContext ValueOf(String arg0)
Parameters
Returns
Values()
public static DisplayContext[] Values()