API Reference for Enthought Tool Suite 3.2.0
file_group = Group(id = 'RemoteEditorFileGroup', path = 'MenuBar/File', before = 'ExitGroup')
new_script = Action(path = 'MenuBar/File', class_name = (__name__ + '.NewScript'), name = 'New script in editor', group = 'RemoteEditorFileGroup')
open_script = Action(path = 'MenuBar/File', class_name = (__name__ + '.OpenScript'), name = 'Open script in editor', group = 'RemoteEditorFileGroup')
Given an application window, retrieve the communication server.
| Local name | Refers to |
|---|---|
| Action | enthought.envisage.ui.action.action.Action |
| ActionSet | enthought.envisage.ui.action.action_set.ActionSet |
| FileDialog | enthought.pyface.file_dialog.FileDialog |
| Group | enthought.envisage.ui.action.group.Group |
| IRemoteEditor | enthought.plugins.remote_editor.i_remote_editor.IRemoteEditor |
| OK | enthought.pyface.constant.OK |
| PyfaceAction | enthought.pyface.action.action.Action |
© Copyright 2002-2009 Enthought, Inc.