Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Interface ITextOperationTargetExtension

All Known Implementing Classes:
TextViewer


public interface ITextOperationTargetExtension

Extension interface for ITextOperationTarget.

Allows a client to control the enable state of operations provided by this target.

Since:
2.0
See Also:
ITextOperationTarget


Method Summary
 void enableOperation(int operation, boolean enable)
          Enables/disabled the given text operation.
 

Method Detail

 

 

enableOperation

public void enableOperation(int operation,
                            boolean enable)

Enables/disabled the given text operation.

Parameters:
operation - the operation to enable/disable
enable - true to enable the operation otherwise false


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

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