blob: 90e137bc22aed7dcc2ae1634b27e7c09a52703b4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../../book.css" TYPE="text/css">
<title>ShowJarContents Class After Creation</title>
</head>
<body bgcolor="#ffffff">
<h1>ShowJarContents Class After Creation</h1>
<p>
<pre><samp>
package samples.ui.actions;
import org.eclipse.rse.files.ui.actions.SystemAbstractRemoteFilePopupMenuExtensionAction;
public class <b>ShowJarContents</b>
extends SystemAbstractRemoteFilePopupMenuExtensionAction
{
/**
* Constructor for ShowJarContents.
*/
public <b>ShowJarContents</b>()
{
super();
}
/**
* @see org.eclipse.rse.ui.actions.SystemAbstractPopupMenuExtensionAction#run()
*/
public void <b>run</b>()
{
}
}
</samp></pre>
</p>
</body>
</html>