Class AttributeSet
public class AttributeSet : JVMBridgeBase<AttributeSet>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAttributeSet
- Inheritance
-
AttributeSet
- Implements
- Derived
- Extension Methods
Constructors
AttributeSet(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 AttributeSet(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AttributeCount
public int AttributeCount { get; }
Property Value
AttributeNames
public Enumeration<object> AttributeNames { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
NameAttribute
public static object NameAttribute { get; set; }
Property Value
ResolveAttribute
public static object ResolveAttribute { get; set; }
Property Value
ResolveParent
public AttributeSet ResolveParent { get; }
Property Value
Methods
ContainsAttribute(object, object)
public bool ContainsAttribute(object arg0, object arg1)
Parameters
Returns
ContainsAttributes(AttributeSet)
public bool ContainsAttributes(AttributeSet arg0)
Parameters
arg0AttributeSet
Returns
CopyAttributes()
public AttributeSet CopyAttributes()
Returns
GetAttribute(object)
public object GetAttribute(object arg0)
Parameters
Returns
IsDefined(object)
public bool IsDefined(object arg0)
Parameters
Returns
IsEqual(AttributeSet)
public bool IsEqual(AttributeSet arg0)
Parameters
arg0AttributeSet