Class AppletContext
public class AppletContext : JVMBridgeBase<AppletContext>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAppletContext
- Inheritance
-
AppletContext
- Implements
- Inherited Members
-
JVMBridgeBase<AppletContext>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<AppletContext>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<AppletContext>.SExecuteWithSignatureArray<TArrayType>(string, string, params object[])
- Extension Methods
Constructors
AppletContext()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("AppletContext class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AppletContext()
AppletContext(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AppletContext(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
AppletContext(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
[Obsolete("AppletContext class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AppletContext(params object[] args)
Parameters
argsobject[]
Properties
Applets
public Enumeration<Applet> Applets { 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 Closeable
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
StreamKeys
public Iterator<String> StreamKeys { get; }
Property Value
Methods
GetApplet(String)
https://docs.oracle.com/javase/8/docs/api/java/applet/AppletContext.html#getApplet-java.lang.String-
public Applet GetApplet(String arg0)
Parameters
Returns
GetAudioClip(URL)
public AudioClip GetAudioClip(URL arg0)
Parameters
Returns
GetImage(URL)
public Image GetImage(URL arg0)
Parameters
Returns
GetStream(String)
https://docs.oracle.com/javase/8/docs/api/java/applet/AppletContext.html#getStream-java.lang.String-
public InputStream GetStream(String arg0)
Parameters
Returns
SetStream(String, InputStream)
public void SetStream(String arg0, InputStream arg1)
Parameters
arg0Stringarg1InputStream
Exceptions
ShowDocument(URL)
public void ShowDocument(URL arg0)
Parameters
ShowDocument(URL, String)
public void ShowDocument(URL arg0, String arg1)
Parameters
ShowStatus(String)
public void ShowStatus(String arg0)