Table of Contents

Class HTMLFrameHyperlinkEvent

Namespace
Javax.Swing.Text.Html
Assembly
MASES.JNet.dll
public class HTMLFrameHyperlinkEvent : HyperlinkEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
HTMLFrameHyperlinkEvent
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

HTMLFrameHyperlinkEvent()

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

public HTMLFrameHyperlinkEvent()

HTMLFrameHyperlinkEvent(object, EventType, URL, String)

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

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

HTMLFrameHyperlinkEvent(object, EventType, URL, String, String)

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

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

arg4 String

String

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

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

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

arg4 Element

Element

arg5 InputEvent

InputEvent

arg6 String

String

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

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

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 String

String

arg4 Element

Element

arg5 String

String

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

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

Parameters

arg0 object

object

arg1 HyperlinkEvent.EventType

HyperlinkEvent.EventType

arg2 URL

URL

arg3 Element

Element

arg4 String

String

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Target

public String Target { get; }

Property Value

String