net.refractions.udig.ui
Class UIUtilities

java.lang.Object
  extended by net.refractions.udig.ui.UIUtilities

public class UIUtilities
extends java.lang.Object


Constructor Summary
UIUtilities()
           
 
Method Summary
static void openLink(java.lang.String href)
          Copied from org.eclipse.ui.internal.dialogs.AboutDialog Open a link
static java.lang.String urlEncodeForSpaces(char[] input)
          Copied from org.eclipse.ui.internal.dialogs.AboutDialog This method encodes the url, removes the spaces from the url and replaces the same with "%20".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIUtilities

public UIUtilities()
Method Detail

openLink

public static void openLink(java.lang.String href)
Copied from org.eclipse.ui.internal.dialogs.AboutDialog Open a link


urlEncodeForSpaces

public static java.lang.String urlEncodeForSpaces(char[] input)
Copied from org.eclipse.ui.internal.dialogs.AboutDialog This method encodes the url, removes the spaces from the url and replaces the same with "%20". This method is required to fix Bug 77840.

Since:
3.0.2