| |
|
| java.lang.Object org.eclipse.ui.ide.FileStoreEditorInput
FileStoreEditorInput | public class FileStoreEditorInput implements IURIEditorInput,IPersistableElement(Code) | | Implements an IEditorInput instance appropriate for
IFileStore elements that represent files
that are not part of the current workspace.
since: 3.3 |
FileStoreEditorInput | public FileStoreEditorInput(IFileStore fileStore)(Code) | | Parameters: fileStore - |
exists | public boolean exists()(Code) | | |
getImageDescriptor | public ImageDescriptor getImageDescriptor()(Code) | | |
getPersistable | public IPersistableElement getPersistable()(Code) | | |
hashCode | public int hashCode()(Code) | | |
saveState | public void saveState(IMemento memento)(Code) | | |
|
|
|