it.uniroma3.plasm.actionset
Class ExportAction
java.lang.Object
  
it.uniroma3.plasm.actionset.ExportAction
- All Implemented Interfaces: 
 - org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
 
- public class ExportAction
- extends java.lang.Object
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate
   
This actions exports the selected object into a VRML script (by now
 only VRML, next mod would be other formats...)
- Version:
 
  - $Id: ExportAction.java,v 1.7 2004/07/27 07:04:04 giupo Exp $
 
- Author:
 
  - giupo
 
 
| 
Method Summary | 
 void | 
dispose()
 
            | 
 void | 
init(org.eclipse.ui.IWorkbenchWindow window)
 
            | 
 void | 
run(org.eclipse.jface.action.IAction action)
 
          This action exports the selected obj | 
 void | 
selectionChanged(org.eclipse.jface.action.IAction action,
                 org.eclipse.jface.viewers.ISelection selection)
 
            | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ExportAction
public ExportAction()
- default constructor
 
run
public void run(org.eclipse.jface.action.IAction action)
- This action exports the selected obj
- Specified by:
 run in interface org.eclipse.ui.IActionDelegate
 
- See Also:
 IActionDelegate.run(org.eclipse.jface.action.IAction)
 
 
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
- Specified by:
 selectionChanged in interface org.eclipse.ui.IActionDelegate
 
- See Also:
 IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)
 
dispose
public void dispose()
- Specified by:
 dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
 
- See Also:
 IWorkbenchWindowActionDelegate.dispose()
 
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
 init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
 
- See Also:
 IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)