pl.edu.agh.cast.backward.action
Class ImportFileAction

java.lang.Object
  extended by pl.edu.agh.cast.backward.action.ImportFileAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

Deprecated.

@Deprecated
public class ImportFileAction
extends 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:
AGH CAST Team

Constructor Summary
ImportFileAction()
          Deprecated.  
 
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
 

Constructor Detail

ImportFileAction

public ImportFileAction()
Deprecated. 
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Deprecated. 

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)
Deprecated. 

Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)

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
See Also:
IObjectActionDelegate.setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart)


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.