Uses of Interface
org.eclipse.ui.IURIEditorInput
-
Packages that use IURIEditorInput Package Description org.eclipse.ui.ide APIs for the IDE-specific portion 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 IURIEditorInput in org.eclipse.ui.ide
Classes in org.eclipse.ui.ide that implement IURIEditorInput Modifier and Type Class Description class
FileStoreEditorInput
Implements an IEditorInput instance appropriate forIFileStore
elements that represent files that are not part of the current workspace. -
Uses of IURIEditorInput in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IURIEditorInput 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.
-