Table of Contents

Class HyperlinkEvent

Namespace
Javax.Swing.Event
Assembly
MASES.JNet.dll
public class HyperlinkEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
HyperlinkEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Serializable>.IsAssignableFrom<T>()
JVMBridgeBase<Serializable>.Execute<T>(params T[])
JVMBridgeBase<Serializable>.DynBridgeClazz
JVMBridgeBase<Serializable>.BridgeClazz
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.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

HyperlinkEvent()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public HyperlinkEvent()

HyperlinkEvent(object, EventType, URL)

public HyperlinkEvent(object arg0, HyperlinkEvent.EventType arg1, URL arg2)

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

HyperlinkEvent(object, EventType, URL, String)

public HyperlinkEvent(object arg0, HyperlinkEvent.EventType arg1, URL arg2, String arg3)

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

HyperlinkEvent(object, EventType, URL, String, Element)

public HyperlinkEvent(object arg0, HyperlinkEvent.EventType arg1, URL arg2, String arg3, Element arg4)

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

arg4 Element

Element

HyperlinkEvent(object, EventType, URL, String, Element, InputEvent)

public HyperlinkEvent(object arg0, HyperlinkEvent.EventType arg1, URL arg2, String arg3, Element arg4, InputEvent arg5)

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

arg4 Element

Element

arg5 InputEvent

InputEvent

HyperlinkEvent(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 HyperlinkEvent(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Description

public String Description { get; }

Property Value

String

GetEventType

public HyperlinkEvent.EventType GetEventType { get; }

Property Value

HyperlinkEvent.EventType

InputEvent

public InputEvent InputEvent { get; }

Property Value

InputEvent

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SourceElement

public Element SourceElement { get; }

Property Value

Element

URL

public URL URL { get; }

Property Value

URL