Home
last modified time | relevance | path

Searched refs:IContributedContentsView (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/
H A DTemplatesView.java29 import org.eclipse.ui.part.IContributedContentsView;
173 if (key == IContributedContentsView.class) { in getAdapter()
174 return key.cast((IContributedContentsView) this::getCurrentContributingPart); in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/contentoutline/
H A DContentOutline.java32 import org.eclipse.ui.part.IContributedContentsView;
164 if (key == IContributedContentsView.class) { in getAdapter()
165 return key.cast((IContributedContentsView) () -> getContributingEditor()); in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/
H A DOverridableTabListContentProvider.java23 import org.eclipse.ui.part.IContributedContentsView;
109 IContributedContentsView view = Adapters.adapt(currentPart, IContributedContentsView.class); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/
H A DPropertySheet.java61 import org.eclipse.ui.part.IContributedContentsView;
295 IContributedContentsView view = Adapters.adapt(part, IContributedContentsView.class); in doCreatePage()
472 IContributedContentsView view = Adapters.adapt(part, IContributedContentsView.class); in partActivated()
H A DPropertySheetPage.java60 import org.eclipse.ui.part.IContributedContentsView;
506 IContributedContentsView view = Adapters.adapt(part, IContributedContentsView.class); in selectionChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/
H A DIContributedContentsView.java23 public interface IContributedContentsView { interface
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/
H A DMultiEditorTest.java50 import org.eclipse.ui.part.IContributedContentsView;
358 IContributedContentsView view = outline.getAdapter(IContributedContentsView.class); in xtestTrackOutline()
376 view = outline.getAdapter(IContributedContentsView.class); in xtestTrackOutline()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/
H A DTabbedPropertySheetPage.java59 import org.eclipse.ui.part.IContributedContentsView;
334 IContributedContentsView view = Adapters.adapt(part, IContributedContentsView.class); in handlePartActivated()