| org.eclipse.ui.internal.texteditor.quickdiff.ReferenceSelectionAction
ReferenceSelectionAction | public class ReferenceSelectionAction extends Action implements IUpdate(Code) | | Action to set the quick diff reference for the document displayed in the editor. An instance of
this class is created for every extension to the extension point quickdiff.referenceprovider , and for
every editor. It acts as a proxy; its run method installs the reference provider
specified by the extension with the quick diff differ on the current document.
since: 3.0 |
Method Summary | |
public void | run() | public void | update() |
ReferenceSelectionAction | public ReferenceSelectionAction(ReferenceProviderDescriptor descriptor, ITextEditor editor)(Code) | | Creates a new instance that will lazily create the implementation provided by the extension.
Parameters: descriptor - describes the extension. Parameters: editor - the editor for which this action is created. |
update | public void update()(Code) | | |
|
|