|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each JotWorkAreaUpdate
represents changes that were detected in
the class and source path contents. These updates are published when the changes
are detected, and are in no way guarunteed to be timely in response to a particular
change.
Field Summary | |
static int |
CLASSES_ADDED
This flag indicates that classes were added to the database. |
static int |
CLASSES_MODIFIED
This flag indicates that existing classes had their definition, or signatures modified. |
static int |
CLASSES_REMOVED
This flag indicates that classes were removed from the database. |
static int |
CLASSES_SAVED
This flag indicates that memory only modification to the classes have been saved. |
static int |
DATABASE_CLOSED
This flag indicates that this database has ceased to process information. |
static int |
DATABASE_REBUILT
This flag indicates that large portions, or the entirety of the class database was rebuilt, and damage cannot, or is not calculated. |
Fields inherited from interface oracle.jdeveloper.jot.JotElementUpdate |
ADDED, CHANGED, CHILDREN_ADDED, CHILDREN_CHANGED, CHILDREN_REMOVED, REMOVED, RENAMED |
Methods inherited from interface oracle.jdeveloper.jot.JotElementUpdate |
getAddedChildren, getAllModifiedChildren, getElement, getModificationFlags, getModifiedChildren, getName, getRemovedChildren |
Field Detail |
public static final int DATABASE_REBUILT
public static final int CLASSES_ADDED
public static final int CLASSES_REMOVED
public static final int CLASSES_MODIFIED
public static final int CLASSES_SAVED
public static final int DATABASE_CLOSED
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.