Class powersoft.jcm.ui.PictureButton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.ui.PictureButton

java.lang.Object
   |
   +----powersoft.jcm.ui.Component
           |
           +----powersoft.jcm.ui.CommandButton
                   |
                   +----powersoft.jcm.ui.PictureButton

public class PictureButton
extends CommandButton

Variable Index

 o RAISED
 o SUNKEN
 o TEXT_BOTTOM
 o TEXT_TOP

Constructor Index

 o PictureButton()

Method Index

 o createAWTComponent(Component)
 o getImage()
 o getInsets()
 o getShowFocus()
 o getState()
 o getText()
 o getTextPosition()
 o setImage(Image)
 o setInsets(Insets)
 o setShowFocus(boolean)
 o setState(int)
 o setText(String)
 o setTextPosition(int)

Variables

 o RAISED
  public final static int RAISED
 o SUNKEN
  public final static int SUNKEN
 o TEXT_TOP
  public final static int TEXT_TOP
 o TEXT_BOTTOM
  public final static int TEXT_BOTTOM

Constructors

 o PictureButton
  public PictureButton()

Methods

 o getImage
  public Image getImage()
 o setImage
  public void setImage(Image image)
 o getInsets
  public Insets getInsets()
 o setInsets
  public void setInsets(Insets insets)
 o getShowFocus
  public boolean getShowFocus()
 o setShowFocus
  public void setShowFocus(boolean showFocus)
 o getState
  public int getState()
 o setState
  public void setState(int state)
 o getText
  public String getText()
Overrides:
getText in class CommandButton
 o setText
  public void setText(String text)
Overrides:
setText in class CommandButton
 o getTextPosition
  public int getTextPosition()
 o setTextPosition
  public void setTextPosition(int pos)
 o createAWTComponent
  protected Component createAWTComponent(Component parent)
Overrides:
createAWTComponent in class CommandButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index