All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----java.applet.Applet | +----spt.applets.StdApplet | +----spt.applets.ImageButtonApplet
IMG URL Button image (optional) IMGSCALE float Scale the image to (1.0 = normal) (optional) CLICKAUDIO URL Sound played when the button is pushed (optional) TEXT String Button text (optional) TEXTALIGN String Alignment of the text in relation to the image: LEFT|RIGHT|TOP|BOTTOM (optional) FONT Font Font for the text: Family,Style,PointSize (optional) ENABLED bool Start the button enable? TRUE|FALSE or 1|0 or YES|NO (optional) SHOWBORDER bool Show the button's border? TRUE|FALSE or 1|0 or YES|NO (optional) DRAWPUSHEDIN bool Change look when button depressed? TRUE|FALSE or 1|0 or YES|NO (optional) PADDING int Pixel buffer around inside of button border (optional) IMAGELABELGAP int Pixel buffer between image and text (optional) TARGETURL URL URL to go to when button pushed (optional) TARGETFRAME String Frame to display the TARGETURL in (see AppletContext.showDocument()) (optional)Plus StdApplet parameters.
public ImageButtonApplet()
public void init()
public static void setTextAlignParam(Applet app, ImageButton b)
public static void setFontParam(Applet applet, ImageButton b)
public static void setClickAudioParam(Applet applet, ImageButton b)
public static void setImgScaleParam(Applet applet, ImageButton b)
public static void setShowBorderParam(Applet applet, ImageButton b)
public static void setDrawPushedInParam(Applet applet, ImageButton b)
public static void setPaddingParam(Applet applet, ImageButton b)
public static void setImgLabelGapParam(Applet applet, ImageButton b)
public static void setEnabledParam(Applet applet, ImageButton b)
public void setTarget(URL url)
public void setTargetFrame(String f)
public ImageButton getImageButton()
public boolean mouseEnter(Event e, int x, int y)
public boolean action(Event e, Object o)
public String[][] getParameterInfo()
All Packages Class Hierarchy This Package Previous Next Index