jigcell.compare.compare2
Class Compare2.SetReadHelper

java.lang.Object
  extended by jigcell.compare.ui.DataEditorPanelTab.ReadHelper
      extended by jigcell.compare.compare2.Compare2.SetReadHelper
Enclosing class:
Compare2

protected class Compare2.SetReadHelper
extends DataEditorPanelTab.ReadHelper

Helper class for performing read operations on other threads.


Field Summary
protected  java.lang.String name
          Name of the new set
 
Fields inherited from class jigcell.compare.ui.DataEditorPanelTab.ReadHelper
readResult, readSource
 
Constructor Summary
Compare2.SetReadHelper(IReadableDataSource readSource, java.lang.String name)
          Creates a new reading helper thread.
 
Method Summary
protected  void finish()
          Sends data read from some external source off for processing.
 
Methods inherited from class jigcell.compare.ui.DataEditorPanelTab.ReadHelper
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected final java.lang.String name
Name of the new set

Constructor Detail

Compare2.SetReadHelper

public Compare2.SetReadHelper(IReadableDataSource readSource,
                              java.lang.String name)
Creates a new reading helper thread.

Parameters:
readSource - Data source to read from
name - Name of the new set
Method Detail

finish

protected void finish()
Sends data read from some external source off for processing.

Overrides:
finish in class DataEditorPanelTab.ReadHelper