com.klg.jclass.higrid
Class GridScrollbarCallbackAdapter
java.lang.Object
|
+--com.klg.jclass.higrid.GridScrollbarCallbackAdapter
- All Implemented Interfaces:
- GridScrollbarCallback
- public abstract class GridScrollbarCallbackAdapter
- extends Object
- implements GridScrollbarCallback
The adapter which receives GridScrollbarCallback
events.
The methods in this class are empty; this class is provided as a
convenience for easily creating listeners by extending this class
and overriding only the methods of interest.
- See Also:
GridScrollbarCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridScrollbarCallbackAdapter
public GridScrollbarCallbackAdapter()
setRowtipText
public String setRowtipText(com.klg.jclass.higrid.RowNode rowNode,
int value,
Adjustable adjustable)
- Specified by:
setRowtipText
in interface GridScrollbarCallback
positionRowtip
public void positionRowtip(Container parent,
Component rowtip)
- Specified by:
positionRowtip
in interface GridScrollbarCallback