JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class StringRowFlavor

java.lang.Object
  |
  +--java.awt.datatransfer.StringSelection
        |
        +--com.klg.jclass.higrid.StringRowFlavor
All Implemented Interfaces:
ClipboardOwner, Transferable

public class StringRowFlavor
extends StringSelection

StringRowFlavor is a Transferable object that passes row cell data through a string of cells separated by tab/newline characters.


Constructor Summary
StringRowFlavor(com.klg.jclass.higrid.HiGrid grid, Vector rows)
          Create a new StringRowFlavor given a range of rows from HiGrid.
 
Method Summary
protected static String getData(com.klg.jclass.higrid.HiGrid grid, Vector rows)
          Returns the string of row data as a TAB/NEWLINE delimited string.
 
Methods inherited from class java.awt.datatransfer.StringSelection
getTransferData, getTransferDataFlavors, isDataFlavorSupported, lostOwnership
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringRowFlavor

public StringRowFlavor(com.klg.jclass.higrid.HiGrid grid,
                       Vector rows)
Create a new StringRowFlavor given a range of rows from HiGrid.

Method Detail

getData

protected static String getData(com.klg.jclass.higrid.HiGrid grid,
                                Vector rows)
Returns the string of row data as a TAB/NEWLINE delimited string.


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