public class ExportedAnnotationLayer extends Object
Constructor and Description |
---|
ExportedAnnotationLayer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AnchoringMode |
getAnchoringMode() |
ExportedAnnotationFeatureReference |
getAttachFeature() |
ExportedAnnotationLayerReference |
getAttachType() |
String |
getDescription() |
List<ExportedAnnotationFeature> |
getFeatures() |
String |
getName() |
String |
getOnClickJavascriptAction() |
String |
getType() |
String |
getUiName() |
int |
hashCode() |
boolean |
isAllowStacking() |
boolean |
isBuiltIn() |
boolean |
isCrossSentence() |
boolean |
isEnabled() |
boolean |
isLinkedListBehavior() |
boolean |
isLockToTokenOffset()
Deprecated.
Superseded by
getAnchoringMode() but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno. |
boolean |
isMultipleTokens()
Deprecated.
Superseded by
getAnchoringMode() but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno. |
String |
isProjectName() |
boolean |
isReadonly() |
boolean |
isShowTextInHover() |
void |
setAllowStacking(boolean allowStacking) |
void |
setAnchoringMode(AnchoringMode aAnchoringMode) |
void |
setAttachFeature(ExportedAnnotationFeatureReference attachFeature) |
void |
setAttachType(ExportedAnnotationLayerReference attachType) |
void |
setBuiltIn(boolean builtIn) |
void |
setCrossSentence(boolean crossSentence) |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setFeatures(List<ExportedAnnotationFeature> features) |
void |
setLinkedListBehavior(boolean aLinkedListBehavior) |
void |
setLockToTokenOffset(boolean lockToTokenOffset)
Deprecated.
Superseded by
setAnchoringMode(AnchoringMode) but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno. |
void |
setMultipleTokens(boolean multipleTokens)
Deprecated.
Superseded by
setAnchoringMode(AnchoringMode) but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno. |
void |
setName(String name) |
void |
setOnClickJavascriptAction(String onClickAction) |
void |
setProjectName(String projectName) |
void |
setReadonly(boolean aReadonly) |
void |
setShowTextInHover(boolean showTextInHover) |
void |
setType(String type) |
void |
setUiName(String uiName) |
public String getName()
public void setName(String name)
public List<ExportedAnnotationFeature> getFeatures()
public void setFeatures(List<ExportedAnnotationFeature> features)
public String getUiName()
public void setUiName(String uiName)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isBuiltIn()
public void setBuiltIn(boolean builtIn)
public ExportedAnnotationLayerReference getAttachType()
public void setAttachType(ExportedAnnotationLayerReference attachType)
public void setAnchoringMode(AnchoringMode aAnchoringMode)
public AnchoringMode getAnchoringMode()
@Deprecated public boolean isLockToTokenOffset()
getAnchoringMode()
but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno.@Deprecated public void setLockToTokenOffset(boolean lockToTokenOffset)
setAnchoringMode(AnchoringMode)
but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno.public boolean isAllowStacking()
public void setAllowStacking(boolean allowStacking)
public boolean isCrossSentence()
public void setCrossSentence(boolean crossSentence)
public boolean isShowTextInHover()
public void setShowTextInHover(boolean showTextInHover)
@Deprecated public boolean isMultipleTokens()
getAnchoringMode()
but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno.@Deprecated public void setMultipleTokens(boolean multipleTokens)
setAnchoringMode(AnchoringMode)
but
kept around for the time being to enable backwards compatibility of exported projects with
older versions of WebAnno.public ExportedAnnotationFeatureReference getAttachFeature()
public void setAttachFeature(ExportedAnnotationFeatureReference attachFeature)
public String isProjectName()
public void setProjectName(String projectName)
public boolean isLinkedListBehavior()
public void setLinkedListBehavior(boolean aLinkedListBehavior)
public boolean isReadonly()
public void setReadonly(boolean aReadonly)
public String getOnClickJavascriptAction()
public void setOnClickJavascriptAction(String onClickAction)
Copyright © 2012–2018. All rights reserved.