java.lang.Objectcom.ibm.jdg2e.actions.ide.CloseUnmodified
Abstract class that provides a method to close all open files that are read only or have no unsaved changes.
| Constructor Summary | |
CloseUnmodified()
|
|
| Method Summary | |
void |
execute(org.eclipse.ui.IWorkbenchWindow window)
Closes all open files that are read only or have no unsaved changes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CloseUnmodified()
| Method Detail |
public void execute(org.eclipse.ui.IWorkbenchWindow window)
window -