org.eclipse.gmt.umlx.editor.delegates
Class CloseSheetAction

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.delegates.EditorAction
      extended by org.eclipse.gmt.umlx.editor.delegates.CloseSheetAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class CloseSheetAction
extends EditorAction


Constructor Summary
CloseSheetAction()
           
 
Method Summary
 void run(MultiSheetEditor editor, org.eclipse.jface.viewers.IStructuredSelection structuredSelection)
           
 
Methods inherited from class org.eclipse.gmt.umlx.editor.delegates.EditorAction
run, selectionChanged, setActivePart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseSheetAction

public CloseSheetAction()
Method Detail

run

public void run(MultiSheetEditor editor,
                org.eclipse.jface.viewers.IStructuredSelection structuredSelection)
Specified by:
run in class EditorAction