|
|||||||||
Home >> All >> java >> [ applet overview ] | PREV NEXT |
A
- Applet - class java.applet.Applet.
- This is the base applet class.
- Applet() - Constructor for class java.applet.Applet
- Default constructor for subclasses.
- Applet.AccessibleApplet - class java.applet.Applet.AccessibleApplet.
- This class provides accessibility support for Applets, and is the
runtime type returned by Component.getAccessibleContext()>
Component.getAccessibleContext()
55 . - Applet.AccessibleApplet() - Constructor for class java.applet.Applet.AccessibleApplet
- The default constructor.
- Applet.URLAudioClip - class java.applet.Applet.URLAudioClip.
- Applet.URLAudioClip(URL) - Constructor for class java.applet.Applet.URLAudioClip
- AppletContext - interface java.applet.AppletContext.
- This interface allows an applet access to the browser to retrieve additional data files and display documents.
- AppletStub - interface java.applet.AppletStub.
- This interface is the low level interface between the applet and the browser.
- AudioClip - interface java.applet.AudioClip.
- This interface provides a simple mechanism for playing audio clips.
- accessibleContext - Variable in class java.applet.Applet
- The accessibility context for this applet.
- appletResize(int, int) - Method in interface java.applet.AppletStub
- Requests that the applet window for this applet be resized.
C
- clip - Variable in class java.applet.Applet.URLAudioClip
D
- destroy() - Method in class java.applet.Applet
- This method is called when the applet is being unloaded.
G
- getAccessibleContext() - Method in class java.applet.Applet
- Gets the AccessibleContext associated with this applet, creating one if necessary.
- getAccessibleRole() - Method in class java.applet.Applet.AccessibleApplet
- Get the role of this accessible object, a frame.
- getAccessibleStateSet() - Method in class java.applet.Applet.AccessibleApplet
- Get the state set of this accessible object.
- getApplet(String) - Method in interface java.applet.AppletContext
- Returns the applet in the document for this object that has the specified name.
- getAppletContext() - Method in class java.applet.Applet
- Returns the applet context for this applet.
- getAppletContext() - Method in interface java.applet.AppletStub
- Returns the applet context for this applet.
- getAppletInfo() - Method in class java.applet.Applet
- Returns a descriptive string with applet defined information.
- getApplets() - Method in interface java.applet.AppletContext
- Returns a list of all the applets in the document for this object.
- getAudioClip(URL) - Method in class java.applet.Applet
- Returns an audio clip from the specified URL.
- getAudioClip(URL, String) - Method in class java.applet.Applet
- Returns an audio clip from the specified absolute URL, and relative path from that URL.
- getAudioClip(URL) - Method in interface java.applet.AppletContext
- Returns an audio clip from the specified URL.
- getClip() - Method in class java.applet.Applet.URLAudioClip
- getCodeBase() - Method in class java.applet.Applet
- Returns the URL of the code base for this applet.
- getCodeBase() - Method in interface java.applet.AppletStub
- Returns the URL of the code base for this applet.
- getDocumentBase() - Method in class java.applet.Applet
- Returns the basename URL of the document this applet is embedded in.
- getDocumentBase() - Method in interface java.applet.AppletStub
- Returns the basename URL of the document this applet is embedded in.
- getImage(URL) - Method in class java.applet.Applet
- Returns an image from the specified URL.
- getImage(URL, String) - Method in class java.applet.Applet
- Returns an image from the specified absolute URL, and relative path from that URL.
- getImage(URL) - Method in interface java.applet.AppletContext
- Returns an image from the specified URL.
- getLocale() - Method in class java.applet.Applet
- Returns the locale for this applet, if it has been set.
- getParameter(String) - Method in class java.applet.Applet
- Returns the value of the specified parameter that was specified in
the
<APPLET>
tag for this applet. - getParameter(String) - Method in interface java.applet.AppletStub
- Returns the value of the specified parameter that was specified in
the
<APPLET>
tag for this applet. - getParameterInfo() - Method in class java.applet.Applet
- Returns a list of parameters this applet supports.
- getStream(String) - Method in interface java.applet.AppletContext
- Return the stream associated with a given key in this applet context, or null if nothing is associated.
- getStreamKeys() - Method in interface java.applet.AppletContext
- Iterate over all keys that have associated streams.
H
I
- init() - Method in class java.applet.Applet
- This method is called when the applet is first loaded, before start().
- isActive() - Method in class java.applet.Applet
- Tests whether or not this applet is currently active.
- isActive() - Method in interface java.applet.AppletStub
- Tests whether or not this applet is currently active.
J
- java.applet - package java.applet
L
- loop() - Method in class java.applet.Applet.URLAudioClip
- loop() - Method in interface java.applet.AudioClip
- Plays this audio clip in a continuous loop.
N
- newAudioClip(URL) - Static method in class java.applet.Applet
- Returns an audio clip from the specified URL.
P
- play() - Method in class java.applet.Applet.URLAudioClip
- play(URL) - Method in class java.applet.Applet
- Loads and plays the audio clip pointed to by the specified URL.
- play(URL, String) - Method in class java.applet.Applet
- Loads and plays the audio clip pointed to by the specified absolute URL, and relative path from that URL.
- play() - Method in interface java.applet.AudioClip
- Plays the audio clip starting from the beginning.
R
- readObject(ObjectInputStream) - Method in class java.applet.Applet
- Read an applet from an object stream.
- resize(int, int) - Method in class java.applet.Applet
- Requests that the applet window for this applet be resized.
- resize(Dimension) - Method in class java.applet.Applet
- Requests that the applet window for this applet be resized.
S
- serialVersionUID - Static variable in class java.applet.Applet.AccessibleApplet
- Compatible with JDK 1.4+.
- serialVersionUID - Static variable in class java.applet.Applet
- Compatible with JDK 1.0+.
- setStream(String, InputStream) - Method in interface java.applet.AppletContext
- Associate a stream to a key for this applet context, possibly replacing the old value.
- setStub(AppletStub) - Method in class java.applet.Applet
- The browser calls this method to set the applet's stub, which is the low level interface to the browser.
- showDocument(URL) - Method in interface java.applet.AppletContext
- Displays the web page pointed to by the specified URL in the window for this object.
- showDocument(URL, String) - Method in interface java.applet.AppletContext
- Displays the web page pointed to be the sepcified URL in the window with the specified name.
- showStatus(String) - Method in class java.applet.Applet
- Displays the specified message in the status window if that window exists.
- showStatus(String) - Method in interface java.applet.AppletContext
- Displays the specified message in the status window if that window exists.
- start() - Method in class java.applet.Applet
- This method is called when the applet should start running.
- stop() - Method in class java.applet.Applet.URLAudioClip
- stop() - Method in class java.applet.Applet
- This method is called when the applet should stop running.
- stop() - Method in interface java.applet.AudioClip
- Stops playing this audio clip.
- stub - Variable in class java.applet.Applet
- The applet stub for this applet.
U
- url - Variable in class java.applet.Applet.URLAudioClip
W
A C D G H I J L N P R S U W
|
|||||||||
Home >> All >> java >> [ applet overview ] | PREV NEXT |