|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompareInput | |
---|---|
org.eclipse.compare | Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. |
org.eclipse.compare.contentmergeviewer | Support for compare and merge viewers which show the content side-by-side. |
org.eclipse.compare.structuremergeviewer | Provides support for finding and displaying the differences between hierarchically structured data. |
org.eclipse.ltk.ui.refactoring.model | Application programming interface to provide model integration for refactoring histories. |
org.eclipse.team.ui | Provides basic support for managing Team providers. |
org.eclipse.team.ui.history | Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. |
org.eclipse.team.ui.mapping | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
Uses of ICompareInput in org.eclipse.compare |
---|
Methods in org.eclipse.compare with parameters of type ICompareInput | |
static Viewer |
CompareUI.findStructureViewer(Viewer oldViewer,
ICompareInput input,
Composite parent,
CompareConfiguration configuration)
Returns a structure compare viewer based on an old viewer and an input object. |
static Viewer |
CompareUI.findContentViewer(Viewer oldViewer,
ICompareInput input,
Composite parent,
CompareConfiguration configuration)
Returns a content compare viewer based on an old viewer and an input object. |
Viewer |
CompareEditorInput.findStructureViewer(Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for structure viewers. |
Viewer |
CompareEditorInput.findContentViewer(Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for content viewers. |
Uses of ICompareInput in org.eclipse.compare.contentmergeviewer |
---|
Methods in org.eclipse.compare.contentmergeviewer with parameters of type ICompareInput | |
protected int |
TextMergeViewer.findInsertionPosition(char type,
ICompareInput input)
|
Uses of ICompareInput in org.eclipse.compare.structuremergeviewer |
---|
Classes in org.eclipse.compare.structuremergeviewer that implement ICompareInput | |
class |
DiffNode
Diff node are used as the compare result of the differencing engine. |
Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareInput | |
protected void |
StructureDiffViewer.compareInputChanged(ICompareInput input)
Recreates the comparable structures for the input sides. |
void |
ICompareInputChangeListener.compareInputChanged(ICompareInput source)
Called whenever the value (not the content) of one or more of the three sides of a ICompareInput has changed. |
protected void |
DiffTreeViewer.copyOne(ICompareInput node,
boolean leftToRight)
Called to copy one side of the given node to the other. |
Uses of ICompareInput in org.eclipse.ltk.ui.refactoring.model |
---|
Methods in org.eclipse.ltk.ui.refactoring.model that return ICompareInput | |
ICompareInput |
AbstractSynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context,
Object element)
Default implementaton that is capable of returning a compare input for objects that adapt to IFile . Subclasses shoudl override if compare inputs are
availabel for other types of model elements. |
Uses of ICompareInput in org.eclipse.team.ui |
---|
Methods in org.eclipse.team.ui that return ICompareInput | |
protected ICompareInput |
PageSaveablePart.getCompareInput(ISelection selection)
Return a compare input that represents the selection. |
Methods in org.eclipse.team.ui with parameters of type ICompareInput | |
protected void |
PageSaveablePart.prepareCompareInput(ICompareInput input)
Convenience method that calls PageSaveablePart.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)
with a progress monitor. |
protected abstract void |
PageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input for display in a content viewer. |
Uses of ICompareInput in org.eclipse.team.ui.history |
---|
Methods in org.eclipse.team.ui.history that return ICompareInput | |
ICompareInput |
IHistoryCompareAdapter.getCompareInput(Object object)
Returns an ICompareInput for the passed in object |
protected ICompareInput |
HistoryPageSaveablePart.getCompareInput(ISelection selection)
|
Methods in org.eclipse.team.ui.history with parameters of type ICompareInput | |
void |
IHistoryCompareAdapter.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare inpur for display. |
protected void |
HistoryPageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
|
Uses of ICompareInput in org.eclipse.team.ui.mapping |
---|
Subinterfaces of ICompareInput in org.eclipse.team.ui.mapping | |
interface |
ISynchronizationCompareInput
This interface defines extensions to the ICompareInput
interface that are used for compare inputs that are returned from the
ISynchronizationCompareAdapter.asCompareInput(org.eclipse.team.core.mapping.ISynchronizationContext, Object)
method.
|
Methods in org.eclipse.team.ui.mapping that return ICompareInput | |
ICompareInput |
SynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context,
Object o)
Default implementaton that is capable of returning a compare input for objects that adapt to IFile . |
ICompareInput |
ISynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context,
Object o)
Return a compare input for the given model object. |
Uses of ICompareInput in org.eclipse.team.ui.synchronize |
---|
Subinterfaces of ICompareInput in org.eclipse.team.ui.synchronize | |
interface |
ISynchronizeModelElement
These are elements created to display synchronization state to the user. |
Methods in org.eclipse.team.ui.synchronize that return ICompareInput | |
protected ICompareInput |
ParticipantPageSaveablePart.getCompareInput(ISelection selection)
Return a compare input that represents the selection. This input is used to feed the structure and content viewers. By default, a compare input is returned if the selection is of size 1 and the selected element implements ICompareInput .
Subclasses may override. |
ICompareInput |
ModelSynchronizeParticipant.asCompareInput(Object object)
Return a compare input for the given model object or null
if the object is not eligible for comparison. |
Methods in org.eclipse.team.ui.synchronize with parameters of type ICompareInput | |
protected void |
ParticipantPageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input for display in a content viewer. This method is called from PageSaveablePart.prepareCompareInput(ICompareInput) and may be called
from a non-UI thread. This method should not be called by others. |
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.