Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view.commands
Class CommandEntryViewerConfiguration

java.lang.Object
  extended bySourceViewerConfiguration
      extended bycom.ibm.etools.systems.core.ui.view.commands.CommandEntryViewerConfiguration

public class CommandEntryViewerConfiguration
extends SourceViewerConfiguration

Source viewer configuration class for command line content assist.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
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
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

CommandEntryViewerConfiguration

public CommandEntryViewerConfiguration()
Constructor

Method Detail

setRemoteCommand

public void setRemoteCommand(IRemoteCommandShell cmd)

getRemoteCommand

public IRemoteCommandShell getRemoteCommand()

getContentAssistant

public IContentAssistant getContentAssistant(ISourceViewer sourceViewer)
Parent override. Returns the content assistant ready to be used with the given source viewer.

Parameters:
sourceViewer - the source viewer to be configured by this configuration
Returns:
a content assistant or null if content assist should not be supported

getCompletionProposalAutoActivationCharacters

protected char[] getCompletionProposalAutoActivationCharacters()
Return the characters which trigger the auto-display of the list substitution variables. We return '$' by default, but this can be overridden.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.