Package ptolemy.vergil.icon

Examples of ptolemy.vergil.icon.BoxedValueIcon


    public HighlightEntities(NamedObj container, String name)
            throws IllegalActionException, NameDuplicationException {
        super(container, name);

        // Define an icon that displays the label.
        BoxedValueIcon _icon = new BoxedValueIcon(this, "_icon");
        _icon.attributeName.setExpression("label");
        _icon.displayWidth.setExpression("40");

        // Attribute that specifies what to do on double click.
        new HighlightIcons(this, "_highlightIcons");
View Full Code Here

TOP

Related Classes of ptolemy.vergil.icon.BoxedValueIcon

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.