borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
borland.jbcl.model.ItemPaintSite +----borland.jbcl.model.ItemEditSite
Properties Methods
Implemented by DatasetColumnView, FieldControl, ImageControl, ColumnView, FieldView
Classes that implement the ItemEditSite interface can provide item editors with information about the host container and the details of a particular edit session.
public Point getEditClickPoint()Returns the point where the user clicked to initiate the edit session for this item. This is used to determine where to place text cursor in a TextField, or which editor to start when using a CompositeItemEditor.
public Graphics getSiteGraphics()Returns a correctly assembled Graphics object for coordinate comparisons with item painter coordinate calculations.
public void endEdit(boolean post)Requests to end the edit session. If the value of the post parameter is true, the edit session ends; otherwise, the edit session continues.
Parameters: