Examples of PreferencesShortcutToolOptionsContributionItem


Examples of org.locationtech.udig.project.ui.tool.options.PreferencesShortcutToolOptionsContributionItem

   */
  private void initToolOptionsContribution(IStatusLineManager statusLine, ToolProxy modalToolProxy){
      if(statusLine != null ){
           
            if(preferencesShortcutToolOptions == null || preferencesShortcutToolOptions.isDisposed()){
                preferencesShortcutToolOptions = new PreferencesShortcutToolOptionsContributionItem();
                statusLine.appendToGroup(StatusLineManager.BEGIN_GROUP, preferencesShortcutToolOptions);
                preferencesShortcutToolOptions.setVisible(true);
            }
            preferencesShortcutToolOptions.update(modalToolProxy);
           
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.