Package org.locationtech.udig.project.ui.tool.options

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

Related Classes of org.locationtech.udig.project.ui.tool.options.PreferencesShortcutToolOptionsContributionItem

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.