JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCResizeCellMotionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCResizeCellMotionAdapter

public interface JCResizeCellMotionListener
extends EventListener

The interface that receives JCResizeCellEvent objects during the resize process. JCResizeCellEvent objects are also sent to JCResizeCellListeners to notify the start and end of the resize action.

See Also:
JCTable.addResizeCellListener(com.klg.jclass.table.JCResizeCellListener), JCResizeCellEvent, JCResizeCellMotionAdapter

Method Summary
 void resizeCellDragged(com.klg.jclass.table.JCResizeCellEvent e)
          Invoked during the resize action.
 

Method Detail

resizeCellDragged

public void resizeCellDragged(com.klg.jclass.table.JCResizeCellEvent e)
Invoked during the resize action. The event's setCancelled method can be called to prevent the resize and the new width or height can be changed by calling setNewColumnWidth or setNewRowHeight.

Parameters:
e - The resize cell event
See Also:
JCResizeCellEvent.setCancelled(boolean), JCResizeCellEvent.setNewRowHeight(int), JCResizeCellEvent.setNewColumnWidth(int)

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