mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 16:15:25 +02:00
50 lines
973 B
HTML
Executable file
50 lines
973 B
HTML
Executable file
<!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 com
|
|
.ibm
|
|
.etools
|
|
.systems
|
|
.core
|
|
.ui
|
|
.actions
|
|
.SystemAbstractRemoteFilePopupMenuExtensionAction;
|
|
|
|
public class <b>ShowJarContents</b>
|
|
extends SystemAbstractRemoteFilePopupMenuExtensionAction
|
|
{
|
|
|
|
/**
|
|
* Constructor for ShowJarContents.
|
|
*/
|
|
public <b>ShowJarContents</b>()
|
|
{
|
|
super();
|
|
}
|
|
|
|
/**
|
|
* @see com.ibm.etools.systems.core.ui.actions.SystemAbstractPopupMenuExtensionAction#run()
|
|
*/
|
|
public void <b>run</b>()
|
|
{
|
|
}
|
|
|
|
}
|
|
|
|
</samp></pre>
|
|
</p>
|
|
</body>
|
|
</html>
|