multivalent.std

Class Happlet

public class Happlet extends Behavior implements AppletStub

Doesn't work Happlet - "hapless applets" - Multivalent wrapper for applets, which are less powerful than Multivalent behaviors, but it's a legacy data type. (Not specific to HTML adaptor: all media types can show applets.)

Version: $Revision$ $Date$

Method Summary
voidappletResize(int width, int height)
voidbuildAfter(Document doc)
voidbuildBefore(Document doc)
booleaneventBefore(AWTEvent e, Point rel, Node obsn)
booleanformatAfter(Node node)
booleanformatBefore(Node node)
AppletContextgetAppletContext()
URLgetCodeBase()
URLgetDocumentBase()
StringgetParameter(String name)
booleanisActive()
booleanpaintAfter(Context cx, Node node)
booleanpaintBefore(Context cx, Node node)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)

Method Detail

appletResize

public void appletResize(int width, int height)

buildAfter

public void buildAfter(Document doc)

buildBefore

public void buildBefore(Document doc)

eventBefore

public boolean eventBefore(AWTEvent e, Point rel, Node obsn)

formatAfter

public boolean formatAfter(Node node)

formatBefore

public boolean formatBefore(Node node)

getAppletContext

public AppletContext getAppletContext()

getCodeBase

public URL getCodeBase()

getDocumentBase

public URL getDocumentBase()

getParameter

public String getParameter(String name)

isActive

public boolean isActive()

paintAfter

public boolean paintAfter(Context cx, Node node)

paintBefore

public boolean paintBefore(Context cx, Node node)

restore

public void restore(ESISNode n, Map<String,Object> attr, Layer layer)