package samples.ui.actions; import com .ibm .etools .systems .core .ui .actions .SystemAbstractRemoteFilePopupMenuExtensionAction; /** * @author coulthar * * To change this generated comment edit the template variable "typecomment": * Window>Preferences>Java>Templates. * To enable and disable the creation of type comments go to * Window>Preferences>Java>Code Generation. */ public class ShowJarContents extends SystemAbstractRemoteFilePopupMenuExtensionAction { /** * Constructor for ShowJarContents. */ public ShowJarContents() { super(); } /** * @see com.ibm.etools.systems.core.ui.actions.SystemAbstractPopupMenuExtensionAction#run() */ public void run() { } }