edu.jhu.tmaj.client.image.data
Class ArrayImagesClipBoard

java.lang.Object
  extended by edu.jhu.tmaj.client.image.data.ArrayImagesClipBoard

public final class ArrayImagesClipBoard
extends java.lang.Object

A class that enables coping and pasting of scoring data in the Images application. Data from both the tableModel and ComboBox is copied and pasted.


Constructor Summary
ArrayImagesClipBoard(javax.swing.table.TableModel table_model, javax.swing.JComboBox typeComboBox)
           
 
Method Summary
 void copyInfo()
          Pastes the current information from the Table and ComboBox.
 void pasteInfo()
          Pastes the current information into the Table and ComboBox.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayImagesClipBoard

public ArrayImagesClipBoard(javax.swing.table.TableModel table_model,
                            javax.swing.JComboBox typeComboBox)
Method Detail

copyInfo

public void copyInfo()
Pastes the current information from the Table and ComboBox.


pasteInfo

public void pasteInfo()
Pastes the current information into the Table and ComboBox.