| java.lang.Object net.refractions.udig.ui.UIUtilities
UIUtilities | public class UIUtilities (Code) | | |
Method Summary | |
public static void | openLink(String href) | public static 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" . |
openLink | public static void openLink(String href)(Code) | | Copied from org.eclipse.ui.internal.dialogs.AboutDialog
Open a link
|
urlEncodeForSpaces | public static String urlEncodeForSpaces(char[] input)(Code) | | 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 |
|
|