TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.datapool.internal.control
Class DatapoolClipboard

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.datapool.internal.control.DatapoolClipboard

public class DatapoolClipboard
extends java.lang.Object


Constructor Summary
protected DatapoolClipboard()
           
 
Method Summary
 void addCellData(org.eclipse.hyades.edit.datapool.IDatapoolCell cell)
           
 void addRecordData(org.eclipse.hyades.edit.datapool.IDatapoolRecord record)
           
 void clear()
           
 java.lang.Object getCellData()
          Returns the most recently copied cell data or null if there has been no copy or previous copy was not a cell.
static DatapoolClipboard getInstance()
           
 java.lang.Object[] getRecordDataSet()
          Returns the most recently copied record data set or null if there has been no copy or previous copy was not record data.
 boolean isEmpty()
           
 void setClipboard(org.eclipse.swt.dnd.Clipboard clipboard)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatapoolClipboard

protected DatapoolClipboard()
Method Detail

getInstance

public static DatapoolClipboard getInstance()

addRecordData

public void addRecordData(org.eclipse.hyades.edit.datapool.IDatapoolRecord record)

addCellData

public void addCellData(org.eclipse.hyades.edit.datapool.IDatapoolCell cell)

getCellData

public java.lang.Object getCellData()
Returns the most recently copied cell data or null if there has been no copy or previous copy was not a cell.


getRecordDataSet

public java.lang.Object[] getRecordDataSet()
Returns the most recently copied record data set or null if there has been no copy or previous copy was not record data.


update

public void update()

isEmpty

public boolean isEmpty()

clear

public void clear()

setClipboard

public void setClipboard(org.eclipse.swt.dnd.Clipboard clipboard)

TPTP 4.4.0 Testing Tools Project
Internal API Specification