Package org.locationtech.udig.project.internal

Examples of org.locationtech.udig.project.internal.Blackboard


     * <!-- begin-user-doc --> <!-- end-user-doc -->
     * @generated
     */
    public NotificationChain basicSetBlackBoardInternal(Blackboard newBlackBoardInternal,
            NotificationChain msgs) {
        Blackboard oldBlackBoardInternal = blackBoardInternal;
        blackBoardInternal = newBlackBoardInternal;
        if (eNotificationRequired()) {
            ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
                    ProjectPackage.MAP__BLACK_BOARD_INTERNAL, oldBlackBoardInternal,
                    newBlackBoardInternal);
View Full Code Here


            if (result == null)
                result = defaultCase(theEObject);
            return result;
        }
        case ProjectPackage.BLACKBOARD: {
            Blackboard blackboard = (Blackboard) theEObject;
            T result = caseBlackboard(blackboard);
            if (result == null)
                result = caseIBlackboard(blackboard);
            if (result == null)
                result = defaultCase(theEObject);
View Full Code Here

TOP

Related Classes of org.locationtech.udig.project.internal.Blackboard

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.