Class LocalContentDescriptor
java.lang.Object
org.yamcs.studio.autocomplete.parser.ContentDescriptor
org.yamcs.studio.autocomplete.loc.LocalContentDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInitialvalue
(String value, Class<?> type) boolean
getvType()
static String
getVTypeDescription
(String vType) boolean
boolean
boolean
static Collection<String>
void
setComplete
(boolean complete) void
setCompletingInitialValue
(boolean completingInitialValue) void
setCompletingVType
(boolean completingVType) void
void
toString()
Methods inherited from class org.yamcs.studio.autocomplete.parser.ContentDescriptor
getAutoCompleteType, getContentType, getEndIndex, getOriginalContent, getStartIndex, getValue, isReplay, setAutoCompleteType, setContentType, setEndIndex, setOriginalContent, setReplay, setStartIndex, setValue
-
Constructor Details
-
LocalContentDescriptor
public LocalContentDescriptor()
-
-
Method Details
-
getInitialValueTooltip
-
checkParameters
public boolean checkParameters() -
listVTypes
-
getVTypeDescription
-
addInitialvalue
-
getPvName
-
setPvName
-
getvType
-
setvType
-
getInitialValues
-
getInitialValuesTypes
-
isCompletingVType
public boolean isCompletingVType() -
setCompletingVType
public void setCompletingVType(boolean completingVType) -
isCompletingInitialValue
public boolean isCompletingInitialValue() -
setCompletingInitialValue
public void setCompletingInitialValue(boolean completingInitialValue) -
isComplete
public boolean isComplete() -
setComplete
public void setComplete(boolean complete) -
toString
- Overrides:
toString
in classContentDescriptor
-