JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridColumnSelectionAdapter

java.lang.Object
  |
  +--com.klg.jclass.higrid.HiGridColumnSelectionAdapter
All Implemented Interfaces:
EventListener, HiGridColumnSelectionListener
Direct Known Subclasses:
DefaultColumnSelectionHandler

public abstract class HiGridColumnSelectionAdapter
extends Object
implements HiGridColumnSelectionListener

The adapter which receives HiGridColumnSelection 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:
HiGridColumnSelectionEvent

Constructor Summary
HiGridColumnSelectionAdapter()
           
 
Method Summary
 void selectColumn(com.klg.jclass.higrid.HiGridColumnSelectionEvent event)
          Invoked after the user has selected a column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridColumnSelectionAdapter

public HiGridColumnSelectionAdapter()
Method Detail

selectColumn

public void selectColumn(com.klg.jclass.higrid.HiGridColumnSelectionEvent event)
Invoked after the user has selected a column.

Specified by:
selectColumn in interface HiGridColumnSelectionListener

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