Eclipse Platform
Release 3.1

org.eclipse.jface.text.contentassist
Interface IContextInformationExtension


public interface IContextInformationExtension

Extends IContextInformation with the ability to freely position the context information.

Since:
2.0

Method Summary
 int getContextInformationPosition()
          Returns the start offset of the range for which this context information is valid or -1 if unknown.
 

Method Detail

getContextInformationPosition

public int getContextInformationPosition()
Returns the start offset of the range for which this context information is valid or -1 if unknown.

Returns:
the start offset of the range for which this context information is valid

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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