Class TransitionController

    • Field Detail

      • _configuration

        protected Configuration _configuration
        The configuration.
      • _configureAction

        protected static ConfigureAction _configureAction
        The configure action, which handles edit parameters requests.
      • _configureMenuFactory

        protected MenuActionFactory _configureMenuFactory
        The submenu for configure actions.
      • _lookInsideAction

        protected ptolemy.vergil.modal.TransitionController.LookInsideAction _lookInsideAction
        The action that handles look inside.
      • _lookInsideActionFactory

        protected MenuActionFactory _lookInsideActionFactory
        The menu factory for _lookInsideAction. null if the factory has not been added to the context menu.
      • _menuCreator

        protected MenuCreator _menuCreator
        The menu creator.
      • _menuFactory

        protected PtolemyMenuFactory _menuFactory
        The factory belonging to the menu creator.
    • Constructor Detail

      • TransitionController

        public TransitionController​(GraphController controller)
        Create a transition controller associated with the specified graph controller.
        Parameters:
        controller - The associated graph controller.
    • Method Detail

      • addHotKeys

        public void addHotKeys​(JGraph jgraph)
        Add hot keys to the actions in the given JGraph. It would be better that this method was added higher in the hierarchy. Now most controllers
        Parameters:
        jgraph - The JGraph to which hot keys are to be added.
      • setConfiguration

        public void setConfiguration​(Configuration configuration)
        Set the configuration. This is may be used by derived controllers to open files or URLs.
        Parameters:
        configuration - The configuration.
      • _createEdgeRenderer

        protected void _createEdgeRenderer()
        Create an edge renderer specifically for instances of Transition.
      • _setUpLookInsideAction

        protected void _setUpLookInsideAction()
        Set up look inside actions, if appropriate.