Table of Contents

Interface IAppletStub

Namespace
Java.Applet
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/applet/AppletStub.html

public interface IAppletStub

Properties

AppletContext

AppletContext AppletContext { get; }

Property Value

AppletContext

CodeBase

URL CodeBase { get; }

Property Value

URL

DocumentBase

URL DocumentBase { get; }

Property Value

URL

Methods

AppletResize(int, int)

void AppletResize(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

GetParameter(String)

String GetParameter(String arg0)

Parameters

arg0 String

String

Returns

String

String

IsActive()

bool IsActive()

Returns

bool

bool