|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Describes changes to the known records within the TaglibIndex.
This interface is not intended to be implemented by clients.
| Field Summary | |
|---|---|
static int |
ADDED
Status constant indicating that the record has been added. |
static int |
CHANGED
Status constant indicating that the record has been changed, as described by the change flags. |
static int |
REMOVED
Status constant indicating that the record has been removed. |
| Method Summary | |
|---|---|
ITaglibIndexDelta[] |
getAffectedChildren()
Returns deltas for the affected (added, removed, or changed) records. |
int |
getKind()
|
IProject |
getProject()
|
ITaglibRecord |
getTaglibRecord()
|
| Field Detail |
public static final int ADDED
public static final int CHANGED
public static final int REMOVED
| Method Detail |
public ITaglibIndexDelta[] getAffectedChildren()
public int getKind()
public IProject getProject()
public ITaglibRecord getTaglibRecord()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||