Uses of Interface
org.eclipse.ui.IInPlaceEditorInput
-
Packages that use IInPlaceEditorInput 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 IInPlaceEditorInput in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IInPlaceEditorInput Modifier and Type Method Description void
IInPlaceEditor. sourceChanged(IInPlaceEditorInput input)
Informs the in-place editor that the system file it is editing was moved or renamed by the application. -
Uses of IInPlaceEditorInput in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IInPlaceEditorInput Modifier and Type Class Description class
FileInPlaceEditorInput
Adapter for making a file resource a suitable input for an in-place editor.
-