Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotWorkArea

Packages that use JotWorkArea
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotWorkArea in oracle.jdeveloper.jot
 

Subinterfaces of JotWorkArea in oracle.jdeveloper.jot
 interface JotModel
          The JotModel represents the top level Jot object in the application.
 

Classes in oracle.jdeveloper.jot that implement JotWorkArea
 class JotManager
          Named JotManager for historical reasons, this class represents an abstract extension of the JotWorkArea interface.
 

Methods in oracle.jdeveloper.jot that return JotWorkArea
 JotWorkArea JotNode.getJotWorkArea()
          Retrieves the JotWorkArea which contains this element, or null if no JotWorkArea contains this node.
static JotWorkArea Jot.getJotWorkArea(java.lang.Object key)
          Retrieves the JotWorkArea associated with a given key object.
 JotWorkArea JotElement.getJotWorkArea()
          Retrieves the JotWorkArea which contains this element, or null if no JotWorkArea contains this node.
 

Methods in oracle.jdeveloper.jot with parameters of type JotWorkArea
 void JotModel.refreshPrecachedData(JotWorkArea[] workAreas, boolean foreground)
          Causes the updating of all precached data for archives present in each JotWorkArea, when this task determines that there is out of date data present in a cache.
 


Extension SDK

 

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