com.ibm.jdg2e.actions.ide
Class CloseUnmodified

java.lang.Object
  extended bycom.ibm.jdg2e.actions.ide.CloseUnmodified
Direct Known Subclasses:
CloseUnmodifiedViewAction, CloseUnmodifiedWorkbenchAction

public abstract class CloseUnmodified
extends java.lang.Object

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

CloseUnmodified

public CloseUnmodified()
Method Detail

execute

public void execute(org.eclipse.ui.IWorkbenchWindow window)
Closes all open files that are read only or have no unsaved changes.

Parameters:
window -