org.topbraidcomposer.ui.batch
Class BatchViewAction

java.lang.Object
  extended by org.topbraidcomposer.ui.views.AbstractViewAction
      extended by org.topbraidcomposer.ui.batch.BatchViewAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class BatchViewAction
extends AbstractViewAction

A ViewAction for ViewParts that implement IBatchInputProvider.

Author:
Holger Knublauch

Constructor Summary
BatchViewAction()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.topbraidcomposer.ui.views.AbstractViewAction
asyncExec, getAction, getSelection, getShell, getViewPart, init, run, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchViewAction

public BatchViewAction()
Method Detail

run

public void run()
Specified by:
run in class AbstractViewAction