public class Desktops extends Object
| Constructor and Description |
|---|
Desktops() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyToClipBoard(String text)
Copy to clipBoard the content of the given text.
|
static Desktop |
getDesktopForBrowse() |
static void |
openLink(HyperlinkEvent he)
Open a link coming from a
HyperlinkEvent. |
static void |
openLink(String url) |
static void |
openLink(URI uri) |
public static void openLink(HyperlinkEvent he)
HyperlinkEvent.
And try to open the link if an url in a browser.he - the event to treatepublic static void openLink(String url)
public static void openLink(URI uri)
public static Desktop getDesktopForBrowse()
public static void copyToClipBoard(String text)
text - text to copy to clipboardCopyright © 2008–2015 CodeLutin. All rights reserved.