Uses of Class
edu.stanford.hci.dtools.statechart.StatechartEditor

Packages that use StatechartEditor
edu.stanford.hci.dtools   
edu.stanford.hci.dtools.actions   
edu.stanford.hci.dtools.statechart.model   
 

Uses of StatechartEditor in edu.stanford.hci.dtools
 

Methods in edu.stanford.hci.dtools that return StatechartEditor
 StatechartEditor DtoolsPlugin.getActiveStatechartEditor()
           
 

Uses of StatechartEditor in edu.stanford.hci.dtools.actions
 

Constructors in edu.stanford.hci.dtools.actions with parameters of type StatechartEditor
ExportDeviceAction(org.eclipse.ui.IEditorPart part, StatechartEditor statechart)
           
OpenDeviceEditorAction(StatechartEditor chart, org.eclipse.ui.IEditorInput part)
           
 

Uses of StatechartEditor in edu.stanford.hci.dtools.statechart.model
 

Methods in edu.stanford.hci.dtools.statechart.model that return StatechartEditor
 StatechartEditor DiagramModel.getStatechartEditor()
           
 

Methods in edu.stanford.hci.dtools.statechart.model with parameters of type StatechartEditor
 void DiagramModel.setShapesEditor(StatechartEditor editor)