|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.rse.shells.ui.view.CommandEntryViewerConfiguration
public class CommandEntryViewerConfiguration
Source viewer configuration class for command line content assist.
Constructor Summary | |
---|---|
CommandEntryViewerConfiguration()
Constructor |
Method Summary | |
---|---|
protected char[] |
getCompletionProposalAutoActivationCharacters()
Return the characters which trigger the auto-display of the list substitution variables. |
IContentAssistant |
getContentAssistant(ISourceViewer sourceViewer)
Parent override. |
IRemoteCommandShell |
getRemoteCommand()
|
void |
setRemoteCommand(IRemoteCommandShell cmd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandEntryViewerConfiguration()
Method Detail |
---|
public void setRemoteCommand(IRemoteCommandShell cmd)
public IRemoteCommandShell getRemoteCommand()
public IContentAssistant getContentAssistant(ISourceViewer sourceViewer)
getContentAssistant
in class SourceViewerConfiguration
sourceViewer
- the source viewer to be configured by this configuration
null
if content assist should not be supportedprotected char[] getCompletionProposalAutoActivationCharacters()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |