|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.gui.util.AbstractCallableTool
net.sourceforge.nite.tools.dacoder.DACoder
public class DACoder
Dialogue Act Annotation Tool
This tool extends the AbstractCallableTool, offering functionality
for annotating dialogue acts and relations between them on a
transcribed corpus. A lot of the most important functionality is
derived directly from the
superclass
, so don't forget to read that documentation!
Documentation on the additions in this tool will be added in due
time... whenever I find the time, basically.
Field Summary | |
---|---|
static java.lang.String |
SETUP_KEYS_ACTION
Not operational yet |
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 | |
---|---|
DACoder()
Call this superclass-constructor if you make an extension of the DACoder; then choose your own initialization inspired by what is in the other constructor of DACoder |
|
DACoder(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 | |
---|---|
LinkDisplayModule |
getapDisplayPane()
See ntv attribute. |
LinkEditorModule |
getapPane()
See ntv attribute. |
DAEditorModule |
getdaPane()
See ntv attribute. |
void |
handleChange(NOMEdit change)
The DACoder should be a NOMView, to be able to lock the corpus and notify changes. |
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. |
java.util.List |
search(java.lang.String s)
|
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 |
Field Detail |
---|
public static final java.lang.String SETUP_KEYS_ACTION
Constructor Detail |
---|
public DACoder()
public DACoder(java.lang.String[] args)
Method Detail |
---|
public static void main(java.lang.String[] args)
public void handleChange(NOMEdit change)
handleChange
in interface NOMView
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 AbstractCallableTool
public DAEditorModule getdaPane()
ntv
attribute.
public LinkEditorModule getapPane()
ntv
attribute.
public LinkDisplayModule getapDisplayPane()
ntv
attribute.
public java.util.List search(java.lang.String s)
search
in class AbstractCallableTool
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |