Class FileDocumentProvider.SafeChange
java.lang.Object
org.eclipse.ui.editors.text.FileDocumentProvider.SafeChange
- All Implemented Interfaces:
Runnable
- Enclosing class:
FileDocumentProvider
-
Constructor Summary
ConstructorsConstructorDescriptionSafeChange(IFileEditorInput input) Creates a new safe runnable for the given input. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(IFileEditorInput input) Execute the change.voidrun()
-
Constructor Details
-
SafeChange
Creates a new safe runnable for the given input.- Parameters:
input- the input
-
-
Method Details
-
execute
Execute the change. Subclass responsibility.- Parameters:
input- the input- Throws:
Exception- an exception in case of error
-
run
-