org.eclipse.gef.ui.stackview
Class CommandStackInspectorPage

java.lang.Object
  extended byorg.eclipse.ui.part.Page
      extended byorg.eclipse.gef.ui.stackview.CommandStackInspectorPage
All Implemented Interfaces:
org.eclipse.ui.part.IPage, org.eclipse.ui.part.IPageBookViewPage

public class CommandStackInspectorPage
extends org.eclipse.ui.part.Page


Constructor Summary
CommandStackInspectorPage(CommandStack input)
          Creates a new CommandStackInspectorPage with the given CommandStack
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite composite)
           
 org.eclipse.swt.widgets.Control getControl()
           
 void makeContributions(org.eclipse.jface.action.IMenuManager menuManager, org.eclipse.jface.action.IToolBarManager toolBarManager, org.eclipse.jface.action.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)
Creates a new CommandStackInspectorPage with the given CommandStack

Parameters:
input - the CommandStack
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite composite)
See Also:
Page.createControl(org.eclipse.swt.widgets.Composite)

getControl

public org.eclipse.swt.widgets.Control getControl()
See Also:
Page.getControl()

makeContributions

public void makeContributions(org.eclipse.jface.action.IMenuManager menuManager,
                              org.eclipse.jface.action.IToolBarManager toolBarManager,
                              org.eclipse.jface.action.IStatusLineManager statusLineManager)
See Also:
Page.makeContributions( org.eclipse.jface.action.IMenuManager, org.eclipse.jface.action.IToolBarManager, org.eclipse.jface.action.IStatusLineManager)

setFocus

public void setFocus()
See Also:
Page.setFocus()