org.eclipse.ui.part |
|
Java Source File Name | Type | Comment |
FileEditorInput.java | Class | Adapter for making a file resource a suitable input for an editor. |
FileEditorInputFactory.java | Class | Factory for saving and restoring a FileEditorInput . |
FileInPlaceEditorInput.java | Class | Adapter for making a file resource a suitable input for an in-place editor. |
MarkerTransfer.java | Class | A MarkerTransfer is used to transfer an array of
IMarker s from one part to another in a drag and drop
operation.
In every drag and drop operation there is a DragSource and
a DropTarget . |
ResourceTransfer.java | Class | The ResourceTransfer class is used to transfer an
array of IResources s from one part to another in a
drag and drop operation or a cut, copy, paste action.
In every drag and drop operation there is a DragSource and
a DropTarget . |