org.topbraidcomposer.sparql.view.actions
Class ToggleLayoutAction

java.lang.Object
  extended by org.topbraidcomposer.ui.views.AbstractViewAction
      extended by org.topbraidcomposer.sparql.view.actions.AbstractSPARQLViewAction
          extended by org.topbraidcomposer.sparql.view.actions.ToggleLayoutAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class ToggleLayoutAction
extends AbstractSPARQLViewAction


Constructor Summary
ToggleLayoutAction()
           
 
Method Summary
protected  void run()
           
 
Methods inherited from class org.topbraidcomposer.sparql.view.actions.AbstractSPARQLViewAction
getSparqlView
 
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

ToggleLayoutAction

public ToggleLayoutAction()
Method Detail

run

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