Package ptolemy.vergil.icon

Examples of ptolemy.vergil.icon.BoxedValuesIcon


        // Hide the name of this ID attribute.
        SingletonParameter hide = new SingletonParameter(this, "_hideName");
        hide.setToken(BooleanToken.TRUE);
        hide.setVisibility(Settable.EXPERT);

        BoxedValuesIcon icon = new BoxedValuesIcon(this, "_icon");
        icon.setPersistent(false);

        // No need to display any parameters when the "_showParameters"
        // preference asks for such display because presumably all the
        // parameters are reflected in the visual display already.
        Parameter hideAllParameters = new Parameter(this, "_hideAllParameters");
View Full Code Here

TOP

Related Classes of ptolemy.vergil.icon.BoxedValuesIcon

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.