Changeset 7882

Show
Ignore:
Timestamp:
06/16/08 15:22:14 (5 years ago)
Author:
Snyder.Jason
Message:

added comments

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  
    77import org.eclipse.ui.IWorkbenchWindowActionDelegate; 
    88import edu.vt.ossie.OWDPlugin; 
    9  
     9/** 
     10 * Runs alf in its own thread 
     11 *  
     12 * 
     13 * @author $Author$ 
     14 * @version $Id:  
     15 */ 
    1016public class ALF 
    1117    implements IWorkbenchWindowActionDelegate 
  • ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/actionSets/NodeBooter.java

    r7771 r7882  
    88 
    99/** 
    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 
    1615 */ 
    1716public class NodeBooter 
  • ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/actionSets/OWD.java

    r7772 r7882  
    77import org.eclipse.ui.IWorkbenchWindowActionDelegate; 
    88import edu.vt.ossie.OWDPlugin; 
    9  
     9/** 
     10 * Runs OWD in its own thread 
     11 *  
     12 * 
     13 * @author $Author$ 
     14 * @version $Id:  
     15 */ 
    1016public class OWD 
    1117    implements IWorkbenchWindowActionDelegate