Eclipse Platform
2.0

org.eclipse.jface.text.contentassist
Interface IContextInformationExtension


public interface IContextInformationExtension

Extension interface for IContextInformation. Adds the functionality of freely positionable context information.

Since:
2.0

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

Method Detail

getContextInformationPosition

public int getContextInformationPosition()
Returns the start offset of the range for which this context information is valid.

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

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.