Package fr.soleil.gui.flyscan.data.adpater

Examples of fr.soleil.gui.flyscan.data.adpater.FlyScanStateAdapter


    private final static Logger LOGGER = Logger.getLogger(DevicesColorTarget.class.getName());

    public DevicesColorTarget(MatrixPanel pMatrixPanel) {
        matrix = new StringMatrix();
        delegate = new TargetDelegate();
        flyScanStateAdapter = new FlyScanStateAdapter();
        matrixPanel = pMatrixPanel;
    }
View Full Code Here

TOP

Related Classes of fr.soleil.gui.flyscan.data.adpater.FlyScanStateAdapter

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.