borland Packages Class Hierarchy jbcl.model Package Index
borland.jbcl.model.ItemPaintSite +----borland.jbcl.model.ItemEditSite
Properties Methods
Implemented by DatasetColumnView, FieldControl, ImageControl, ColumnView, CustomItemEditor, 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. The information includes foreground and background colors, the font used, alignment, item margins, and more.
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 safeEndEdit(boolean post)This method allows an ItemEditor to request the control to end the edit session for this item.
Parameters: