|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.core.model.PathEntryContainerChanged
public class PathEntryContainerChanged
Field Summary | |
---|---|
static int |
INCLUDE_CHANGED
Change in the includes settings |
static int |
MACRO_CHANGED
Change in the Macro |
Constructor Summary | |
---|---|
PathEntryContainerChanged(IPath source,
int type)
|
Method Summary | |
---|---|
IPath |
getPath()
Returns the affected path; |
int |
getType()
Type of change. |
boolean |
isIncludeChange()
whether or not the change affected the include paths |
boolean |
isMacroChange()
Whether or not the chage affected the macro entries |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INCLUDE_CHANGED
public static final int MACRO_CHANGED
Constructor Detail |
---|
public PathEntryContainerChanged(IPath source, int type)
source
- type
- Method Detail |
---|
public IPath getPath()
public int getType()
public boolean isIncludeChange()
public boolean isMacroChange()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |