Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotImport

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

Uses of JotImport in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotImport
 JotImport[] JotFile.getImports()
          Retrieves this file's import declarations.
 JotImport JotFile.getImport(java.lang.String name)
          Retrieves the named import declaration.
 JotImport JotFile.addImport(java.lang.String name)
          Adds a new import statement to this file.
 

Methods in oracle.jdeveloper.jot with parameters of type JotImport
 void JotFile.removeImport(JotImport imp)
          Removes an existing import from this file.
 


Extension SDK

 

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