Class ContentDescriptor
java.lang.Object
org.yamcs.studio.autocomplete.parser.ContentDescriptor
- Direct Known Subclasses:
FunctionDescriptor
,LocalContentDescriptor
,PVDescriptor
,StateContentDescriptor
,SysContentDescriptor
Descriptor used in
IContentParser
and IAutoCompleteProvider
to describe the current auto-completed
content.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getValue()
boolean
isReplay()
void
setAutoCompleteType
(AutoCompleteType autoCompleteType) void
setContentType
(ContentType contentType) void
setEndIndex
(int endIndex) void
setOriginalContent
(String originalContent) void
setReplay
(boolean replay) void
setStartIndex
(int startIndex) void
toString()
-
Constructor Details
-
ContentDescriptor
public ContentDescriptor()
-
-
Method Details
-
getValue
-
setValue
-
getAutoCompleteType
-
setAutoCompleteType
-
getContentType
-
setContentType
-
getOriginalContent
-
setOriginalContent
-
getStartIndex
public int getStartIndex() -
setStartIndex
public void setStartIndex(int startIndex) -
getEndIndex
public int getEndIndex() -
setEndIndex
public void setEndIndex(int endIndex) -
isReplay
public boolean isReplay() -
setReplay
public void setReplay(boolean replay) -
toString
-