Extension SDK 9.0.5

oracle.jdeveloper.jot
Interface JotWorkAreaUpdate

All Superinterfaces:
JotElementUpdate

public interface JotWorkAreaUpdate
extends JotElementUpdate

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

DATABASE_REBUILT

public static final 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. Receivers of this message should treat the database as newly built.

See Also:
Constant Field Values

CLASSES_ADDED

public static final int CLASSES_ADDED
This flag indicates that classes were added to the database.

See Also:
Constant Field Values

CLASSES_REMOVED

public static final int CLASSES_REMOVED
This flag indicates that classes were removed from the database.

See Also:
Constant Field Values

CLASSES_MODIFIED

public static final int CLASSES_MODIFIED
This flag indicates that existing classes had their definition, or signatures modified.

See Also:
Constant Field Values

CLASSES_SAVED

public static final int CLASSES_SAVED
This flag indicates that memory only modification to the classes have been saved. The saved classes can be retrieved as modified children of this update.

See Also:
Constant Field Values

DATABASE_CLOSED

public static final int DATABASE_CLOSED
This flag indicates that this database has ceased to process information. Usually means the project is closed.

See Also:
Constant Field Values

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.