borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.view
java.lang.Object +----borland.jbcl.view.ButtonItemPainter +----borland.jbcl.view.ImageButtonItemPainter
Variables Constructors Properties Methods
Implements ItemPainter
Paints a button with a shaded edge that changes when the button is pressed. For data-aware, model-view buttons. Puts a button border around another item painter. This button-type border can respond to and indicate the state of the enclosed item.
protected BorderItemPainter dnBorderA BorderItemPainter with BUTTON_DN, RECT, FILL.
protected ItemPainter painter
protected BorderItemPainter upBorderA BorderItemPainter with BUTTON_UP, RECT, FILL.
public ButtonItemPainter()Constructs a ButtonItemPainter with a default ItemPainter.
public ButtonItemPainter(borland.jbcl.model.ItemPainter painter)Constructs a ButtonItemPainter with the specified ItemPainter.
public ItemPainter getPainter() public void setPainter(borland.jbcl.model.ItemPainter v)The painter property uses the painter variable, which is the ItemPainter object for this ButtonItemPainter.