Package fr.soleil.comete.caps.matrixcaps

Examples of fr.soleil.comete.caps.matrixcaps.TreeNodeMatrixCaps


        return TARGET_TYPE;
    }

    @Override
    protected CometeCaps<?, ?> initTargetCaps(ITreeNode target) {
        return new TreeNodeMatrixCaps(target);
    }
View Full Code Here

TOP

Related Classes of fr.soleil.comete.caps.matrixcaps.TreeNodeMatrixCaps

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.