| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeUtil.ReloadMode | |
|---|---|
| oracle.ide | Contains classes that allow addins access to the IDE integration objects. | 
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| Uses of NodeUtil.ReloadMode in oracle.ide | 
|---|
| Method parameters in oracle.ide with type arguments of type NodeUtil.ReloadMode | |
|---|---|
 void | 
IdeMainWindow.reloadNodes(java.util.Set<NodeUtil.ReloadMode> reloadFlags)
Reloads all open nodes.  | 
| Uses of NodeUtil.ReloadMode in oracle.ide.model | 
|---|
| Methods in oracle.ide.model that return NodeUtil.ReloadMode | |
|---|---|
static NodeUtil.ReloadMode | 
NodeUtil.ReloadMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.  | 
static NodeUtil.ReloadMode[] | 
NodeUtil.ReloadMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Method parameters in oracle.ide.model with type arguments of type NodeUtil.ReloadMode | |
|---|---|
static void | 
NodeUtil.reloadBuffers(java.util.Map<Node,java.lang.Long> node2timestampMap,
              java.util.Set<NodeUtil.ReloadMode> reloadFlags)
This method reloads Node buffers by comparing timestamps stored in the map, Node, and on disk.  | 
static void | 
NodeUtil.reloadNodes(java.util.Collection<Node> nodesToBeReloaded,
            java.util.Set<NodeUtil.ReloadMode> reloadFlags)
Reloads all Node buffers passed in. | 
static void | 
NodeUtil.startReloading(java.util.Set<NodeUtil.ReloadMode> reloadFlags,
               boolean checkTimeStamp)
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||