borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.view 

FocusableItemPainter component

java.lang.Object
   +----borland.jbcl.view.FocusableItemPainter

About the FocusableItemPainter component

Constructors  Properties  Methods  

Implements ItemPainter

Paints a focus rectangle around the data item with the focus, in a control.


FocusableItemPainter constructors

FocusableItemPainter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

FocusableItemPainter methods

Methods implemented in this class

Methods implemented in java.lang.Object


FocusableItemPainter constructors

FocusableItemPainter()

  public FocusableItemPainter()
Constructs a FocusableItemPainter with a null painter.

FocusableItemPainter(borland.jbcl.model.ItemPainter)

  public FocusableItemPainter(borland.jbcl.model.ItemPainter painter)
Constructs a FocusableItemPainter with the specified painter.

Parameters:

painter
The item painter.