|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.gui.util.AbstractCallableTool
net.sourceforge.nite.tools.dacoder.DACoder
net.sourceforge.nite.tools.discoursecoder.DECoder
public class DECoder
Discourse Entity Annotation Tool This tool extends the dialogue act annotation tool DACoder, though in fact the inheritance should perhaps be the other way round really (and it may be so later on). The main purpose of the split is to show that this is a general purpose tool that can code more than just dialogue acts.
Field Summary |
---|
Fields inherited from class net.sourceforge.nite.tools.dacoder.DACoder |
---|
SETUP_KEYS_ACTION |
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 | |
---|---|
DECoder(java.lang.String[] args)
This method starts with parsing the arguments passed to this tool, after which it calls all those useful methods from the superclass that make development of a new tool such an easy process. |
Method Summary | |
---|---|
DAEditorModule |
getdaPane()
See ntv attribute. |
LinkEditorModule |
getlinkPane()
See ntv attribute. |
void |
initTranscriptionViewSettings()
Initializes the settings of the transcriptionView. |
static void |
main(java.lang.String[] args)
The main method for a subclassing tool is probably always the same: simply call the constructor and pass any arguments. |
Methods inherited from class net.sourceforge.nite.tools.dacoder.DACoder |
---|
getapDisplayPane, getapPane, handleChange, search |
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, useCVS |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DECoder(java.lang.String[] args)
Method Detail |
---|
public static void main(java.lang.String[] args)
public void initTranscriptionViewSettings()
AbstractCallableTool
refreshTranscriptionView
.
This methods will be overriden by the implementations.
WHAT SHOULD BE INITIALIZED? See also new config classes
initTranscriptionViewSettings
in class DACoder
public DAEditorModule getdaPane()
ntv
attribute.
getdaPane
in class DACoder
public LinkEditorModule getlinkPane()
ntv
attribute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |