GEF v2.0

org.eclipse.gef.ui.stackview
Class CommandStackInspectorPage

java.lang.Object
  |
  +--org.eclipse.ui.part.Page
        |
        +--org.eclipse.gef.ui.stackview.CommandStackInspectorPage
All Implemented Interfaces:
IPage, IPageBookViewPage

public class CommandStackInspectorPage
extends Page


Constructor Summary
CommandStackInspectorPage(CommandStack input)
           
 
Method Summary
 void createControl(Composite composite)
           
 Control getControl()
           
 void makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)
           
 void setFocus()
           
 
Methods inherited from class org.eclipse.ui.part.Page
dispose, getSite, init, setActionBars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandStackInspectorPage

public CommandStackInspectorPage(CommandStack input)
Method Detail

createControl

public void createControl(Composite composite)
Overrides:
createControl in class Page

getControl

public Control getControl()
Overrides:
getControl in class Page

makeContributions

public void makeContributions(IMenuManager menuManager,
                              IToolBarManager toolBarManager,
                              IStatusLineManager statusLineManager)
Overrides:
makeContributions in class Page

setFocus

public void setFocus()
Overrides:
setFocus in class Page

GEF v2.0