Dashboard > UDIG Developer Guide > Home > 4 Working with Eclipse RCP > 05 Workbench > Using WorkbenchConfigurations
Using WorkbenchConfigurations Log In | Sign Up   View a printable version of the current page.

Added by Jody Garnett , last edited by Jody Garnett on Oct 29, 2007  (view change)
Labels: 
(None)

This is the second attempt at "reusing the existing uDig workbench but let me change some stuff story". In general the use of these hacks is discouraged please make your own Application following RCP conventions.

The extentions point here is net.refractions.udig.ui.workbenchConfigurations:

<extension
          point="net.refractions.udig.ui.workbenchConfigurations">
       <workbenchConfiguration
             class="net.refractions.udig.internal.ui.UDIGWorkbenchConfiguration"
             id="net.refractions.udig.internal.ui.UDIGWorkbenchConfiguration"/>
    </extension>

By implementing this extention in your own application you may specify an instance of WorkbenchConfiguration. If you do not supply a configuration the default UDIGWorkbenchConfiguration will be used.

The UDIGWorkbenchWindowAdvisor delegates to this code as part of preWindowOpen it is used to perform the following:

  • showCoolBar = true
  • showStatusLine = true
  • showFastviewBars = true
Powered by a free Atlassian Confluence Open Source Project License granted to uDig. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators
User-friendly Desktop Internet GIS