Uses of Interface
org.eclipse.ui.IPathEditorInput
-
Packages that use IPathEditorInput Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. -
-
Uses of IPathEditorInput in org.eclipse.ui
Subinterfaces of IPathEditorInput in org.eclipse.ui Modifier and Type Interface Description interface
IInPlaceEditorInput
This interface defines an editor input for in-place editors. -
Uses of IPathEditorInput in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IPathEditorInput Modifier and Type Class Description class
FileEditorInput
Adapter for making a file resource a suitable input for an editor.class
FileInPlaceEditorInput
Adapter for making a file resource a suitable input for an in-place editor.
-