Package tangowidget.beanproperty

Examples of tangowidget.beanproperty.SoleilIconListProperty


    /**
     *
     */
    public AttributeNumberScalarIcon() {
        super();
        soleilIconList = new SoleilIconListProperty();
    }
View Full Code Here


        AttributeNumberScalarIcon f = new AttributeNumberScalarIcon();
        f.setDeviceName(tmpDeviceName);
        f.setAttributeName(tmpAttributeName);
        //f.setIconNameList(new String[]{"S.png","PI.png","VS.png","JPEN.png"});
        SoleilIconListProperty tmpIconList = new SoleilIconListProperty();
        tmpIconList.iconList = new String[]{"S.png","PI.png","VS.png","JPEN.png"};
        f.setSoleilIconList(tmpIconList);
        f.start();

        frame.getContentPane().add(f);
View Full Code Here

TOP

Related Classes of tangowidget.beanproperty.SoleilIconListProperty

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.