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