|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.nite.gui.util.AbstractCallableToolConfig
net.sourceforge.nite.tools.dacoder.DACoderConfig
public class DACoderConfig
See also superclass and NXTConfig class. name of root element of DACoder settings: "DACoderConfig" Extensive documentation in the tool help of the dialogue act coder, under the heading 'Customization'. annotator specific codings in dacoder:
| Constructor Summary | |
|---|---|
DACoderConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddresseeIgnoreAttribute()
addresseeignoreattribute: that is the attribute that, if present on a dialogue act type label, will force the tool to grey out the addressee checkboxes so the user is forced to NOT code addressee. |
java.lang.String |
getAPElementName()
apelementname attributes in corpussettings |
java.lang.String |
getAPGloss()
apgloss attribute in corpussettings |
java.lang.String |
getAPTypeRoot()
apontology#aproot attributes in corpussettings |
java.lang.String |
getDAAGloss()
dagloss attributes in corpussettings |
java.lang.String |
getDAAttributeName()
daattributename attribute in corpussettings |
java.lang.String |
getDAElementName()
daelementname attribute in corpussettings |
java.lang.String |
getDATypeDefault()
daontology#dadefault attributes in corpussettings |
java.lang.String |
getDATypeRole()
datyperole attributes in corpussettings |
java.lang.String |
getDATypeRoot()
daontology#daroot attributes in corpussettings |
java.lang.String |
getDefaultAPType()
apontology#defaultaptype attributes in corpussettings |
java.lang.String |
getHelpSetName()
default to true for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig) public boolean getAllowTranscriptSelect() { String transelect = getNXTConfig().getGuiSettingValue("transcriptselection"); if (transelect!=null) return super.getAllowTranscriptSelect(); return true; } /** default to true for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig) public boolean getAllowAnnotationSelect() { String anselect = getNXTConfig().getGuiSettingValue("annotationselection"); if (anselect!=null) return super.getAllowAnnotationSelect(); return true; } /** default to false for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig) public boolean getAllowMultiAgentSelect() { String agselect = getNXTConfig().getGuiSettingValue("multiagentselection"); if (agselect!=null) return super.getAllowMultiAgentSelect(); return false; } |
java.lang.String |
getNEAbbrevAttrib()
abbrevattribute attributes in corpussettings |
java.lang.String |
getNEAttributeName()
neattributename attribute in corpussettings |
java.lang.String |
getNEDisplayAttribute()
nenameattribute attributes in corpussettings |
java.lang.String |
getNEElementName()
neelementname attributes in corpussettings |
boolean |
getNEMultiplePointers()
nemultiplepointers attributes in corpussettings |
java.lang.String |
getNETypeDefault()
neontology#nedefault attributes in corpussettings |
java.lang.String |
getNETypePointerRole()
netyperole attributes in corpussettings |
java.lang.String |
getNETypeRoot()
neontology#neroot attributes in corpussettings |
java.lang.String |
getNXTConfigRootName()
Override if you need other rootname |
int |
getWordlevelSelectionType()
default to NTranscriptionView.CROSS_SEGMENT_PHRASE for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig - i.e. |
void |
initDisplayedAnnotationNames()
Override for your application! Determines which annotation elements should be displayed. |
boolean |
showAdjacencyPairWindows()
showapwindow attribute in guisettings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DACoderConfig()
| Method Detail |
|---|
public java.lang.String getNXTConfigRootName()
AbstractCallableToolConfig
getNXTConfigRootName in class AbstractCallableToolConfigpublic java.lang.String getDAElementName()
public java.lang.String getDAAttributeName()
public java.lang.String getDATypeRoot()
public java.lang.String getDATypeDefault()
public java.lang.String getDATypeRole()
public java.lang.String getDAAGloss()
public java.lang.String getAPElementName()
public java.lang.String getAPTypeRoot()
public java.lang.String getAPGloss()
public java.lang.String getDefaultAPType()
public java.lang.String getNEElementName()
public java.lang.String getNEAttributeName()
public boolean getNEMultiplePointers()
public java.lang.String getNETypeRoot()
public java.lang.String getNETypeDefault()
public java.lang.String getNEDisplayAttribute()
public java.lang.String getNETypePointerRole()
public java.lang.String getNEAbbrevAttrib()
public java.lang.String getAddresseeIgnoreAttribute()
public void initDisplayedAnnotationNames()
initDisplayedAnnotationNames in class AbstractCallableToolConfigpublic int getWordlevelSelectionType()
getWordlevelSelectionType in class AbstractCallableToolConfigpublic java.lang.String getHelpSetName()
getHelpSetName in class AbstractCallableToolConfigpublic boolean showAdjacencyPairWindows()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||