Package org.pentaho.di.ui.core.widget
Class OsHelper
- java.lang.Object
-
- org.pentaho.di.ui.core.widget.OsHelper
-
public class OsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description OsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
customizeMenuitemText(String txt)
static void
customizeWindow()
static void
initOsHandlers(org.eclipse.swt.widgets.Display display)
static boolean
isMac()
static boolean
isWindows()
static boolean
setAppName()
-
-
-
Field Detail
-
WS_WIN32
public static final String WS_WIN32
- See Also:
- Constant Field Values
-
WS_MOTIF
public static final String WS_MOTIF
- See Also:
- Constant Field Values
-
WS_GTK
public static final String WS_GTK
- See Also:
- Constant Field Values
-
WS_PHOTON
public static final String WS_PHOTON
- See Also:
- Constant Field Values
-
WS_CARBON
public static final String WS_CARBON
- See Also:
- Constant Field Values
-
WS_COCOA
public static final String WS_COCOA
- See Also:
- Constant Field Values
-
WS_WPF
public static final String WS_WPF
- See Also:
- Constant Field Values
-
WS_UNKNOWN
public static final String WS_UNKNOWN
- See Also:
- Constant Field Values
-
-