Class PteraGraphController

    • Constructor Detail

      • PteraGraphController

        public PteraGraphController()
        Create a PteraGraphController.
    • Method Detail

      • addToMenuAndToolbar

        public void addToMenuAndToolbar​(javax.swing.JMenu menu,
                                        javax.swing.JToolBar toolbar)
        Description copied from class: FSMGraphController
        Add commands to the specified menu and toolbar, as appropriate for this controller. In this class, commands are added to create ports and relations.
        Overrides:
        addToMenuAndToolbar in class FSMGraphController
        Parameters:
        menu - The menu to add to, or null if none.
        toolbar - The toolbar to add to, or null if none.
      • _createControllers

        protected void _createControllers()
        Description copied from class: FSMGraphController
        Create the controllers for nodes in this graph. In this class, controllers with FULL access are created. This is called by the constructor, so derived classes that override this must be careful not to reference local variables defined in the derived classes, because the derived classes will not have been fully constructed by the time this is called.
        Overrides:
        _createControllers in class FSMGraphController