pl.edu.agh.cast.action
Class ImportFileAction
java.lang.Object
pl.edu.agh.cast.action.ImportFileAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
Deprecated.
@Deprecated
public class ImportFileAction
- extends java.lang.Object
- implements org.eclipse.ui.IObjectActionDelegate
This action allows to load data to model from external file.
This is basic version of importer, intended only for loading "artificial"
data for testing internal mechanisms of the system, such as layout
algorithms. The "real" data are loaded via pl.edu.agh.cast.data plug-in and
various domain-specific plug-ins.
- Author:
- Aleksander Pohl apohllo..o2.pl
Method Summary |
void |
run(org.eclipse.jface.action.IAction action)
Deprecated. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Deprecated. |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportFileAction
public ImportFileAction()
- Deprecated.
run
public void run(org.eclipse.jface.action.IAction action)
- Deprecated.
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Deprecated.
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
- Deprecated.
- Specified by:
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.