|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JotFile | |
oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
oracle.jdeveloper.jot | Provides classes and interfaces for JOT (the Java Object Toolkit). |
Uses of JotFile in oracle.jdeveloper.builder.cls |
Methods in oracle.jdeveloper.builder.cls with parameters of type JotFile | |
void |
Generator.generate(JotManager mgr,
JotFile srcFile)
Tells the Generator to add whatever custom code it requires. |
void |
AbstractGenerator.generate(JotManager mgr,
JotFile srcFile)
|
protected void |
AbstractGenerator.addDetails(JotManager mgr,
JotFile file,
JotClass cls)
|
protected void |
ClassGenerator.addDetails(JotManager mgr,
JotFile file,
JotClass cls)
|
protected void |
ClassBuilderModel.generate(JotFile file,
JotClass cls)
|
Uses of JotFile in oracle.jdeveloper.cmt |
Methods in oracle.jdeveloper.cmt that return JotFile | |
JotFile |
CmtComponent.getFile()
|
Methods in oracle.jdeveloper.cmt with parameters of type JotFile | |
CmtComponent |
CmtComponents.getComponent(JotFile file)
Get a component given a JotClass. |
protected abstract CmtComponent |
CmtComponentManager.createComponent(JotFile jFile)
|
CmtComponent |
CmtComponentManager.getComponent(JotFile jFile)
Get a component given a JotFile that contains a class (not an interface) The actual worker function for above component getters |
Uses of JotFile in oracle.jdeveloper.jot |
Methods in oracle.jdeveloper.jot that return JotFile | |
JotFile[] |
JotManipulations.findAllFileReferences(JotType type,
java.lang.String memberText,
java.lang.String[] packageScope)
Finds all the files containing references to the specified class and member in the search scope. |
JotFile |
JotWorkArea.getFile(java.lang.String filename)
Retrieves the JotFile representing a specific file. |
JotFile |
JotWorkArea.getFile(java.net.URL url)
Retrieves the JotFile representing a file located at a
specific URL . |
JotFile |
JotCodeElement.getContainingJotFile()
Retrieves the JotFile that contains this element. |
JotFile |
JotClass.getFile()
Retrieves the file associated with this JotClass instance. |
Methods in oracle.jdeveloper.jot with parameters of type JotFile | |
java.lang.String |
JotClassDatabase.getPackage(JotFile importContext,
java.lang.String className)
Retrieves a string representation of apackage containing a given class, based on a specific import context. |
abstract JotClass |
JotManager.getClass(JotFile importContext,
java.lang.String className,
int needs)
Retrieves the JOT representation of a specific class, using the import context of a given file. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.