org.eclipse.nebula.widgets.nattable.selection
Class SelectionUtils

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.selection.SelectionUtils

public class SelectionUtils
extends Object


Constructor Summary
SelectionUtils()
           
 
Method Summary
static boolean bothShiftAndControl(boolean withShiftMask, boolean withControlMask)
           
static boolean isControlOnly(boolean withShiftMask, boolean withControlMask)
           
static boolean isShiftOnly(boolean withShiftMask, boolean withControlMask)
           
static boolean noShiftOrControl(boolean withShiftMask, boolean withControlMask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionUtils

public SelectionUtils()
Method Detail

noShiftOrControl

public static boolean noShiftOrControl(boolean withShiftMask,
                                       boolean withControlMask)

bothShiftAndControl

public static boolean bothShiftAndControl(boolean withShiftMask,
                                          boolean withControlMask)

isControlOnly

public static boolean isControlOnly(boolean withShiftMask,
                                    boolean withControlMask)

isShiftOnly

public static boolean isShiftOnly(boolean withShiftMask,
                                  boolean withControlMask)


Copyright © 2015. All rights reserved.