org.eclipse.cdt.internal.ui.search
Class CSearchUtil

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.search.CSearchUtil

public class CSearchUtil
extends java.lang.Object

Author:
aniefer To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static int LRU_WORKINGSET_LIST_SIZE
           
 
Constructor Summary
CSearchUtil()
           
 
Method Summary
static org.eclipse.cdt.core.model.ICElement getCElement(org.eclipse.core.resources.IMarker marker)
           
static LRUWorkingSets getLRUWorkingSets()
           
static java.lang.String toString(org.eclipse.ui.IWorkingSet[] workingSets)
           
static void updateLRUWorkingSets(org.eclipse.ui.IWorkingSet[] workingSets)
           
static void warnIfBinaryConstant(org.eclipse.cdt.core.model.ICElement element, org.eclipse.swt.widgets.Shell shell)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LRU_WORKINGSET_LIST_SIZE

public static int LRU_WORKINGSET_LIST_SIZE
Constructor Detail

CSearchUtil

public CSearchUtil()
Method Detail

updateLRUWorkingSets

public static void updateLRUWorkingSets(org.eclipse.ui.IWorkingSet[] workingSets)

getLRUWorkingSets

public static LRUWorkingSets getLRUWorkingSets()

warnIfBinaryConstant

public static void warnIfBinaryConstant(org.eclipse.cdt.core.model.ICElement element,
                                        org.eclipse.swt.widgets.Shell shell)

toString

public static java.lang.String toString(org.eclipse.ui.IWorkingSet[] workingSets)

getCElement

public static org.eclipse.cdt.core.model.ICElement getCElement(org.eclipse.core.resources.IMarker marker)