Eclipse Platform
Release 3.3

org.eclipse.jface.text.contentassist
Interface IContentAssistantExtension3

All Known Implementing Classes:
ContentAssistant

public interface IContentAssistantExtension3

Extends IContentAssistant with the following function:

Since:
3.2

Method Summary
 void setRepeatedInvocationTrigger(KeySequence sequence)
          Sets the key sequence to listen for in repeated invocation mode.
 

Method Detail

setRepeatedInvocationTrigger

public void setRepeatedInvocationTrigger(KeySequence sequence)
Sets the key sequence to listen for in repeated invocation mode. If the key sequence is encountered, a step in the repetition iteration is triggered.

Parameters:
sequence - the key sequence used for the repeated invocation mode or null if none

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.