Extension SDK

oracle.jdeveloper.jot
Interface JotModel

All Superinterfaces:
JotElement, JotWorkArea

public interface JotModel
extends JotWorkArea

The JotModel represents the top level Jot object in the application. The JotModel is a JotWorkArea with no parent. It contains all other instances of JotWorkArea. There can beonly one such JotModel.

This interface is not intended to be implemented by clients. An instance of JotModel can be obtained by calling Jot.getJotModel().


Methods inherited from interface oracle.jdeveloper.jot.JotWorkArea
addChild, addLibrary, getClass, getClassList, getClassLoader, getClassNameList, getFile, getFile, getFileList, getJotTypeInfo, getLibraryByName, getPackage, getPackageList, getPackages, getType, getURL, getURL, loadClass, removeChild, removeLibrary, removeLibraryByName, setLibraryList
 
Methods inherited from interface oracle.jdeveloper.jot.JotElement
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent
 


Extension SDK

 

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