|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSourceViewerConfiguration
com.ibm.etools.systems.core.ui.commands.SystemCommandViewerConfiguration
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemCommandViewerConfiguration()
Constructor You must call setSubstVarList. |
Method Summary | |
---|---|
protected char[] |
getCompletionProposalAutoActivationCharacters()
Return the characters which trigger the auto-display of the list substitution variables. |
IContentAssistant |
getContentAssistant(ISourceViewer sourceViewer)
Parent override. |
protected int |
getStart(String string,
int end)
Guesses the start position of the completion. |
SystemCmdSubstVarList |
getSubstVarList()
Return the current substitution variable list |
void |
setSubstVarList(SystemCmdSubstVarList variableList)
Reset the variable list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemCommandViewerConfiguration()
Method Detail |
public void setSubstVarList(SystemCmdSubstVarList variableList)
public SystemCmdSubstVarList getSubstVarList()
public IContentAssistant getContentAssistant(ISourceViewer sourceViewer)
sourceViewer
- the source viewer to be configured by this configuration
null
if content assist should not be supportedprotected int getStart(String string, int end)
Overridable by subclasses for cases when not using ${...} substitution variable patterns
protected char[] getCompletionProposalAutoActivationCharacters()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |