public class DesktopApi
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DesktopApi.EnumOS |
Constructor and Description |
---|
DesktopApi() |
Modifier and Type | Method and Description |
---|---|
static boolean |
browse(java.net.URI uri) |
static boolean |
edit(java.io.File file) |
static DesktopApi.EnumOS |
getOs() |
static boolean |
open(java.io.File file) |
public static boolean browse(java.net.URI uri)
public static boolean open(java.io.File file)
public static boolean edit(java.io.File file)
public static DesktopApi.EnumOS getOs()