jigcell.compare.views
Class ProgrammableDataGeneratorEditor.SetReadHelper

java.lang.Object
  extended by jigcell.compare.ui.DataEditorPanelTab.ReadHelper
      extended by jigcell.compare.views.ProgrammableDataGeneratorEditor.SetReadHelper
Enclosing class:
ProgrammableDataGeneratorEditor

protected class ProgrammableDataGeneratorEditor.SetReadHelper
extends DataEditorPanelTab.ReadHelper

Helper class for performing read operations on other threads.


Field Summary
 
Fields inherited from class jigcell.compare.ui.DataEditorPanelTab.ReadHelper
readResult, readSource
 
Constructor Summary
ProgrammableDataGeneratorEditor.SetReadHelper(IReadableDataSource readSource)
          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
 

Constructor Detail

ProgrammableDataGeneratorEditor.SetReadHelper

public ProgrammableDataGeneratorEditor.SetReadHelper(IReadableDataSource readSource)
Creates a new reading helper thread.

Parameters:
readSource - Data source to read from
Method Detail

finish

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

Overrides:
finish in class DataEditorPanelTab.ReadHelper