Package org.eclipse.emf.edit.provider

Examples of org.eclipse.emf.edit.provider.ViewerNotification


        switch ( notification.getFeatureID( ActivationProperty.class ) )
        {
            case PomPackage.ACTIVATION_PROPERTY__NAME:
            case PomPackage.ACTIVATION_PROPERTY__VALUE:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here


            case PomPackage.PLUGIN__GROUP_ID:
            case PomPackage.PLUGIN__ARTIFACT_ID:
            case PomPackage.PLUGIN__VERSION:
            case PomPackage.PLUGIN__EXTENSIONS:
            case PomPackage.PLUGIN__INHERITED:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
            case PomPackage.PLUGIN__EXECUTIONS:
            case PomPackage.PLUGIN__DEPENDENCIES:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), true, false ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

        switch ( notification.getFeatureID( Organization.class ) )
        {
            case PomPackage.ORGANIZATION__NAME:
            case PomPackage.ORGANIZATION__URL:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

            case PomPackage.CONTRIBUTOR__EMAIL:
            case PomPackage.CONTRIBUTOR__URL:
            case PomPackage.CONTRIBUTOR__ORGANIZATION:
            case PomPackage.CONTRIBUTOR__ORGANIZATION_URL:
            case PomPackage.CONTRIBUTOR__TIMEZONE:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
            case PomPackage.CONTRIBUTOR__PROPERTIES:
            case PomPackage.CONTRIBUTOR__ROLES:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), true, false ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

        {
            case PomPackage.ACTIVATION_OS__NAME:
            case PomPackage.ACTIVATION_OS__FAMILY:
            case PomPackage.ACTIVATION_OS__ARCH:
            case PomPackage.ACTIVATION_OS__VERSION:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

            case PomPackage.MODEL__NAME:
            case PomPackage.MODEL__VERSION:
            case PomPackage.MODEL__DESCRIPTION:
            case PomPackage.MODEL__URL:
            case PomPackage.MODEL__INCEPTION_YEAR:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
            case PomPackage.MODEL__PARENT:
            case PomPackage.MODEL__PREREQUISITES:
            case PomPackage.MODEL__ISSUE_MANAGEMENT:
            case PomPackage.MODEL__CI_MANAGEMENT:
            case PomPackage.MODEL__MAILING_LISTS:
            case PomPackage.MODEL__DEVELOPERS:
            case PomPackage.MODEL__CONTRIBUTORS:
            case PomPackage.MODEL__LICENSES:
            case PomPackage.MODEL__SCM:
            case PomPackage.MODEL__ORGANIZATION:
            case PomPackage.MODEL__BUILD:
            case PomPackage.MODEL__PROFILES:
            case PomPackage.MODEL__REPOSITORIES:
            case PomPackage.MODEL__PLUGIN_REPOSITORIES:
            case PomPackage.MODEL__DEPENDENCIES:
            case PomPackage.MODEL__REPORTING:
            case PomPackage.MODEL__DEPENDENCY_MANAGEMENT:
            case PomPackage.MODEL__DISTRIBUTION_MANAGEMENT:
            case PomPackage.MODEL__PROPERTIES:
            case PomPackage.MODEL__MODULES:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), true, false ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

            case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
            case PomPackage.DEPLOYMENT_REPOSITORY__ID:
            case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
            case PomPackage.DEPLOYMENT_REPOSITORY__URL:
            case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

        switch ( notification.getFeatureID( Extension.class ) )
        {
            case PomPackage.EXTENSION__GROUP_ID:
            case PomPackage.EXTENSION__ARTIFACT_ID:
            case PomPackage.EXTENSION__VERSION:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

        {
            case PomPackage.REPORT_PLUGIN__GROUP_ID:
            case PomPackage.REPORT_PLUGIN__ARTIFACT_ID:
            case PomPackage.REPORT_PLUGIN__VERSION:
            case PomPackage.REPORT_PLUGIN__INHERITED:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
            case PomPackage.REPORT_PLUGIN__REPORT_SETS:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), true, false ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

        switch ( notification.getFeatureID( Reporting.class ) )
        {
            case PomPackage.REPORTING__EXCLUDE_DEFAULTS:
            case PomPackage.REPORTING__OUTPUT_DIRECTORY:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), false, true ) );
                return;
            case PomPackage.REPORTING__PLUGINS:
                fireNotifyChanged( new ViewerNotification( notification, notification.getNotifier(), true, false ) );
                return;
        }
        super.notifyChanged( notification );
    }
View Full Code Here

TOP

Related Classes of org.eclipse.emf.edit.provider.ViewerNotification

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.