org.topbraidcomposer.ui.util
Class PlatformUtil

java.lang.Object
  extended by org.topbraidcomposer.ui.util.PlatformUtil

public class PlatformUtil
extends java.lang.Object


Constructor Summary
PlatformUtil()
           
 
Method Summary
static void generateFileDialogStr(org.eclipse.swt.widgets.FileDialog dialog, java.util.List strList, java.lang.String str, java.lang.String initEnd)
           
static boolean isRightClick(org.eclipse.swt.events.MouseEvent e)
           
static boolean isWIN32()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformUtil

public PlatformUtil()
Method Detail

generateFileDialogStr

public static void generateFileDialogStr(org.eclipse.swt.widgets.FileDialog dialog,
                                         java.util.List strList,
                                         java.lang.String str,
                                         java.lang.String initEnd)

isWIN32

public static boolean isWIN32()

isRightClick

public static boolean isRightClick(org.eclipse.swt.events.MouseEvent e)