Home
last modified time | relevance | path

Searched refs:asCompareInput (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/
H A DPatchCompareAdapter.java31 public ICompareInput asCompareInput(ISynchronizationContext context, in asCompareInput() method in PatchCompareAdapter
35 return super.asCompareInput(context, ((PatchFileDiffNode) o) in asCompareInput()
39 return super.asCompareInput(context, o); in asCompareInput()
H A DApplyPatchModelSynchronizeParticipant.java141 public ICompareInput asCompareInput(Object object) { in asCompareInput() method in ApplyPatchModelSynchronizeParticipant
146 return adapter.asCompareInput(getContext(), object); in asCompareInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/
H A DAbstractSynchronizationCompareAdapter.java47 public ICompareInput asCompareInput(final ISynchronizationContext context, final Object element) { in asCompareInput() method in AbstractSynchronizationCompareAdapter
50 return super.asCompareInput(context, element); in asCompareInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/model/ui/mapping/
H A DCompareAdapter.java67 public ICompareInput asCompareInput(ISynchronizationContext context, Object o) { in asCompareInput() method in CompareAdapter
71 return super.asCompareInput(context, moeFile.getResource()); in asCompareInput()
73 return super.asCompareInput(context, o); in asCompareInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/
H A DJavaSynchronizationCompareAdapter.java74 public ICompareInput asCompareInput(final ISynchronizationContext context, final Object element) { in asCompareInput() method in JavaSynchronizationCompareAdapter
76 return super.asCompareInput(context, element); in asCompareInput()
79 return super.asCompareInput(context, resource); in asCompareInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/
H A DHistoryPageCompareEditorInput.java99 protected ICompareInput asCompareInput(ISelection selection) { in asCompareInput() method in HistoryPageCompareEditorInput
100 ICompareInput compareInput = super.asCompareInput(selection); in asCompareInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/
H A DSynchronizationCompareAdapter.java54 public ICompareInput asCompareInput(ISynchronizationContext context, Object o) { in asCompareInput() method in SynchronizationCompareAdapter
68 return asCompareInput(context, object) != null; in hasCompareInput()
H A DISynchronizationCompareAdapter.java64 ICompareInput asCompareInput(ISynchronizationContext context, Object o); in asCompareInput() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/
H A DParticipantPageCompareEditorInput.java166 protected ICompareInput asCompareInput(ISelection selection) { in asCompareInput() method in ParticipantPageCompareEditorInput
167 ICompareInput compareInput = super.asCompareInput(selection); in asCompareInput()
177 return msp.asCompareInput(o); in asCompareInput()
H A DModelSynchronizeParticipant.java323 public ICompareInput asCompareInput(Object object) { in asCompareInput() method in ModelSynchronizeParticipant
330 return adapter.asCompareInput(getContext(), object); in asCompareInput()
H A DParticipantPageSaveablePart.java335 return msp.asCompareInput(o); in getCompareInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/
H A DPageCompareEditorInput.java78 ICompareInput ci = asCompareInput(selection); in createStructureInputPane()
220 protected ICompareInput asCompareInput(ISelection selection) { in asCompareInput() method in PageCompareEditorInput
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/ui/
H A DNonSyncMergePart.java69 return compareAdapter.asCompareInput(page.getContext(), element); in getCompareInput()
H A DNonSyncModelMergePage.java137 ICompareInput input = adapter.asCompareInput(context, mapping.getModelObject()); in getImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/
H A DOpenInCompareAction.java128 ICompareInput input = msp.asCompareInput(object); in openCompareEditor()