Package de.innovationgate.eclipse.wgadesigner.decorators

Examples of de.innovationgate.eclipse.wgadesigner.decorators.DesignFolderDecorator


    super.initializeConfiguration(configuration);
    configuration.setMenuGroups(ISynchronizePageConfiguration.P_CONTEXT_MENU, new String[] {WGARemoteServerSynchronizationActionContribution.CONTEXT_MENU_CONTRIBUTION_GROUP, ISynchronizePageConfiguration.SYNCHRONIZE_GROUP});
    configuration.addActionContribution(new WGARemoteServerSynchronizationActionContribution())
    configuration.setSupportedModes(ISynchronizePageConfiguration.OUTGOING_MODE);
    configuration.addLabelDecorator(new NatureDecorator());
    configuration.addLabelDecorator(new DesignFolderDecorator());
  }
View Full Code Here

TOP

Related Classes of de.innovationgate.eclipse.wgadesigner.decorators.DesignFolderDecorator

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.