Package ptolemy.vergil.debugger

Examples of ptolemy.vergil.debugger.BreakpointDialogFactory


            // FIXME: does this work outside of SDF?  Should
            // we check to see if the director is an SDF director?
            // We should use reflection to check this so that
            // this class does not require SDFDirector.
            // See $PTII/doc/coding/debugging.htm
            _breakpointDialogFactory = new BreakpointDialogFactory(
                    (BasicGraphController) getController());
            _menuFactory.addMenuItemFactory(_breakpointDialogFactory);
        }
    }
View Full Code Here

TOP

Related Classes of ptolemy.vergil.debugger.BreakpointDialogFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.