net.sourceforge.nite.tools.testcoder
Class TestCoder

java.lang.Object
  extended by net.sourceforge.nite.gui.util.AbstractCallableTool
      extended by net.sourceforge.nite.tools.testcoder.TestCoder

public class TestCoder
extends AbstractCallableTool

A demonstration implementation of the AbstractCallableTool. Used to showcase all selection methods.

Author:
Dennis Reidsma, UTwente

Field Summary
 
Fields inherited from class net.sourceforge.nite.gui.util.AbstractCallableTool
EXIT_ACTION, HELP_ACTION, PRINT_NTV_ACTION, REFRESH_NTV_ACTION, SAVE_ACTION, SEARCH_ACTION
 
Constructor Summary
TestCoder(java.lang.String[] args)
          Constructor is more or less the same for all abstractcallabletools.
 
Method Summary
 void initTranscriptionViewSettings()
          In this tool: segment name == XXX, transcript layer = XXX, In other tools those things might be set interactively with user?
static void main(java.lang.String[] args)
          Same for every subclass! Document in AbstractCallableTool
 
Methods inherited from class net.sourceforge.nite.gui.util.AbstractCallableTool
getActionMap, getAnnotatorName, getClock, getClockFace, getConfig, getConfigFileName, getCorpus, getCorpusName, getCorpusSettingsName, getGUISettingsName, getMetaData, getNTV, getObservationName, getQueryHandler, refreshTranscriptionView, search, useCVS
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCoder

public TestCoder(java.lang.String[] args)
Constructor is more or less the same for all abstractcallabletools. First store input vars, then init corpus, then call a number of predefined initializationmethods. Each new tool redefines this to get correct combination of elements.

Method Detail

main

public static void main(java.lang.String[] args)
Same for every subclass! Document in AbstractCallableTool


initTranscriptionViewSettings

public void initTranscriptionViewSettings()
In this tool: segment name == XXX, transcript layer = XXX, In other tools those things might be set interactively with user?

Overrides:
initTranscriptionViewSettings in class AbstractCallableTool