Changeset 7882
- Timestamp:
- 06/16/08 15:22:14 (5 years ago)
- Location:
- ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/actionSets
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/actionSets/ALF.java
r7772 r7882 7 7 import org.eclipse.ui.IWorkbenchWindowActionDelegate; 8 8 import edu.vt.ossie.OWDPlugin; 9 9 /** 10 * Runs alf in its own thread 11 * 12 * 13 * @author $Author$ 14 * @version $Id: 15 */ 10 16 public class ALF 11 17 implements IWorkbenchWindowActionDelegate -
ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/actionSets/NodeBooter.java
r7771 r7882 8 8 9 9 /** 10 * Our sample action implements workbench action delegate. 11 * The action proxy will be created by the workbench and 12 * shown in the UI. When the user tries to use the action, 13 * this delegate will be created and execution will be 14 * delegated to it. 15 * @see IWorkbenchWindowActionDelegate 10 * Opens the nodeBooter dialog in a new thread 11 * 12 * 13 * @author $Author: Snyder.Jason $ 14 * @version $Id 16 15 */ 17 16 public class NodeBooter -
ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/actionSets/OWD.java
r7772 r7882 7 7 import org.eclipse.ui.IWorkbenchWindowActionDelegate; 8 8 import edu.vt.ossie.OWDPlugin; 9 9 /** 10 * Runs OWD in its own thread 11 * 12 * 13 * @author $Author$ 14 * @version $Id: 15 */ 10 16 public class OWD 11 17 implements IWorkbenchWindowActionDelegate