JClass DesktopViews 6.3.0 API
Documentation

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

Constructor Summary
GridScrollbarCallbackAdapter()
           
 
Method Summary
 void positionRowtip(Container parent, Component rowtip)
           
 String setRowtipText(com.klg.jclass.higrid.RowNode rowNode, int value, Adjustable adjustable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridScrollbarCallbackAdapter

public GridScrollbarCallbackAdapter()
Method Detail

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

Copyright © 2004 Quest Software Inc..
All rights reserved.