org.eclipse.cdt.internal.ui.actions
Class ActionUtil

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.actions.ActionUtil

public class ActionUtil
extends java.lang.Object


Method Summary
static boolean isOnBuildPath(org.eclipse.cdt.core.model.ICElement element)
           
static boolean isProcessable(org.eclipse.swt.widgets.Shell shell, CEditor editor)
           
static boolean isProcessable(org.eclipse.swt.widgets.Shell shell, java.lang.Object element)
           
static boolean mustDisableCModelAction(org.eclipse.swt.widgets.Shell shell, java.lang.Object element)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mustDisableCModelAction

public static boolean mustDisableCModelAction(org.eclipse.swt.widgets.Shell shell,
                                              java.lang.Object element)

isProcessable

public static boolean isProcessable(org.eclipse.swt.widgets.Shell shell,
                                    CEditor editor)

isProcessable

public static boolean isProcessable(org.eclipse.swt.widgets.Shell shell,
                                    java.lang.Object element)

isOnBuildPath

public static boolean isOnBuildPath(org.eclipse.cdt.core.model.ICElement element)