|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JProject | |
oracle.jdeveloper.builder | This package contains the base implementations for the set of classes used for creating new objects. |
oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
oracle.jdeveloper.builder.file | The file package includes the classes and interfaces for generating file objects. |
oracle.jdeveloper.cm | Runtime portion of the JDeveloper Named Connection Manager. |
oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.controls | The controls package contains GUI classes used by the builder classes. |
oracle.jdeveloper.dialogs | The Dialogs package contains commonly used dialogs. |
oracle.jdeveloper.jot | Provides classes and interfaces for JOT (the Java Object Toolkit). |
oracle.jdeveloper.jsp.utils | |
oracle.jdeveloper.junit | The oracle.jdeveloper.junit package contains classes that can be used to generate JUnit classes into a project. |
oracle.jdeveloper.library | The Libraries package provides the library API used by JDeveloper. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.palette | |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
oracle.jdeveloper.webservices | New public API to web services |
Uses of JProject in oracle.jdeveloper.builder |
Methods in oracle.jdeveloper.builder that return JProject | |
JProject |
SourceModel.getProject() |
JProject |
AbstractBuilderModel.getProject() |
Methods in oracle.jdeveloper.builder with parameters of type JProject | |
void |
SourceModel.setProject(JProject newProj) |
protected java.lang.String |
AbstractBuilderModel.getDefaultRelativeDirectory(JProject project) |
void |
AbstractBuilderModel.setProject(JProject project) |
Uses of JProject in oracle.jdeveloper.builder.cls |
Methods in oracle.jdeveloper.builder.cls that return JProject | |
protected JProject |
AbstractGenerator.getProject() |
Uses of JProject in oracle.jdeveloper.builder.file |
Methods in oracle.jdeveloper.builder.file with parameters of type JProject | |
protected java.lang.String |
EmptyFileBuilder.EmptyFileBuilderModel.getDefaultRelativeDirectory(JProject project) |
Uses of JProject in oracle.jdeveloper.cm |
Methods in oracle.jdeveloper.cm with parameters of type JProject | |
static java.util.Map |
IasRemoteDcmConnectionWrapper.generateMacros(JProject curProject, ConnectionDescriptor cd, java.util.List errors) |
Uses of JProject in oracle.jdeveloper.cmt |
Methods in oracle.jdeveloper.cmt with parameters of type JProject | |
void |
CmtPropertyEditor2.setProject(JProject project) |
static CmtComponents |
CmtComponentManager.getCmtComponents(JProject prj) |
Constructors in oracle.jdeveloper.cmt with parameters of type JProject | |
CmtComponentManager(JProject project) |
Uses of JProject in oracle.jdeveloper.compiler |
Methods in oracle.jdeveloper.compiler with parameters of type JProject | |
boolean |
JCompiler.forceRebuildOnProject(JProject prj) |
Uses of JProject in oracle.jdeveloper.controls |
Methods in oracle.jdeveloper.controls that return JProject | |
JProject |
ClassPicker.getProject() |
Methods in oracle.jdeveloper.controls with parameters of type JProject | |
void |
ClassPicker.setProject(JProject proj) |
void |
PackagePicker.setProject(JProject proj) |
Constructors in oracle.jdeveloper.controls with parameters of type JProject | |
ClassPicker(JProject proj) |
|
PackagePicker(JProject proj) |
Uses of JProject in oracle.jdeveloper.dialogs |
Methods in oracle.jdeveloper.dialogs with parameters of type JProject | |
static boolean |
ClassPackageListBrowser.browseClassPackageList(java.lang.String title, JProject project, boolean packages, boolean classes, java.util.List list) |
static boolean |
ClassPackageListBrowser.browseClassPackageList(java.lang.String title, JProject project, boolean packages, boolean classes, java.util.List list, java.lang.String helpID) |
static boolean |
ClassPackageListBrowser.browseClassPackageList(java.awt.Component parent, java.lang.String title, JProject project, boolean packages, boolean classes, java.util.List list, java.lang.String helpID) |
static java.lang.String |
ClassPackageBrowser.browseClassOrPackage(java.awt.Component parent, JProject proj, int mode) Browses for a single class or package. |
static java.lang.String |
ClassPackageBrowser.browseClassOrPackage(java.awt.Component parent, JProject proj, int mode, ClassPackageBrowserFilter filter) Browses for a single class or package. |
static java.lang.String[] |
ClassPackageBrowser.browseClassOrPackage(java.awt.Component parent, JProject proj, int mode, boolean isMultiSelect) Browses for one or more classes or packages. |
static java.lang.String[] |
ClassPackageBrowser.browseClassOrPackage(java.awt.Component parent, JProject proj, int mode, boolean isMultiSelect, ClassPackageBrowserFilter filter) Browses for one or more classes or packages. |
static java.lang.String[] |
ClassPackageBrowser.browseClassOrPackage(java.awt.Component parent, JProject proj, int mode, int needs, boolean isMultiSelect, ClassPackageBrowserFilter filter) Browses for one or more classes or packages. |
static java.lang.String[] |
ClassPackageBrowser.browseClassOrPackage(java.awt.Component parent, JProject proj, int mode, int needs, boolean isMultiSelect, ClassPackageBrowserFilter filter, java.lang.String[] initialSelection) Browses for one or more classes or packages. |
Constructors in oracle.jdeveloper.dialogs with parameters of type JProject | |
ClassPackageListBrowser(JProject project, int mode, java.util.List list) Constructs a new instance. |
Uses of JProject in oracle.jdeveloper.jot |
Methods in oracle.jdeveloper.jot that return JProject | |
abstract JProject |
JotManager.getProject() Gets the JProject to which this instance is associated. |
Methods in oracle.jdeveloper.jot with parameters of type JProject | |
static JotManager |
JotManager.getJotManager(JProject prj) Obtains the JotManager instance associated with a specific Project. |
Uses of JProject in oracle.jdeveloper.jsp.utils |
Methods in oracle.jdeveloper.jsp.utils with parameters of type JProject | |
static void |
War.createForProject(JProject prj) |
static boolean |
War.exists(JProject prj) Check to see if a WEB-INF directory exists in project |
static void |
JSPTagUtils.updateProjectWithTagLibrary(oracle.ideimpl.palette.model.Jsplibrary jspLib, JProject project) Updates project with the current Jsplibrary. |
static void |
JSPTagUtils.addArchive(oracle.ideimpl.palette.model.Jsplibrary jspLib, JProject prj) |
static void |
JSPTagUtils.addTaglibDefinitionToProject(oracle.ideimpl.palette.model.Jsplibrary lib, JProject prj) Add taglib definition to web.xml |
static void |
JSPTagUtils.addTaglibDefinitionToProject(oracle.ideimpl.palette.model.Jsplibrary lib, JProject prj, java.lang.String relativePath) Add taglib definition to web.xml |
static void |
JSPTagUtils.addArchive(oracle.ideimpl.palette.model.Jsplibrary jspLib, java.net.URL url, JProject prj) Adds archives to lib folder under the document root / WEB-INF folder |
static void |
JSPTagUtils.updateJspLibrary(oracle.ideimpl.palette.model.Jsplibrary library, JProject project) |
static void |
JSPTagUtils.addTld(oracle.ideimpl.palette.model.Jsplibrary jspLib, JProject prj) Updates the project to handle the specified JSP Tag Library. |
static java.net.URL |
JSPTagUtils.getWebInfURL(JProject project) Returns the current WEB-INF directory of the project |
static java.net.URL |
JSPTagUtils.getWebInfLibURL(JProject project) Returns the current WEB-INF/lib directory of the project |
boolean |
WARUtil.importWarToProject(java.net.URL war, JProject project, java.lang.String[] suffixExcludes, java.lang.String[] nameExcludes) This method adds files to the project |
boolean |
WARUtil.importWarToProject(java.net.URL war, JProject project, java.lang.String[] suffixExcludes, java.lang.String[] nameExcludes, boolean addToNavigator) This method adds files to the project |
static java.net.URL |
WebXml.getWebXmlURL(JProject project) Returns the URL to the web.xml file associated with the specified JProject . |
void |
WebXml.loadFromProject(JProject project) Deprecated. Use WebAppNode directly instead. |
Uses of JProject in oracle.jdeveloper.junit |
Methods in oracle.jdeveloper.junit that return JProject | |
JProject |
TestCase.getProject() Returns the JProject that will contain the newly generated TestCase. |
Methods in oracle.jdeveloper.junit with parameters of type JProject | |
void |
TestFixture.configureProject(JProject project) Configures the project for this TestFixture. |
static TestSuite |
TestFactory.createTestSuite(JProject project, java.lang.String sPackage, java.lang.String sClassName) This method is used to create a New TestSuite. |
static TestCase |
TestFactory.createClassTestCase(JProject project, java.lang.String sPackage, java.lang.String sClassName) Creates an instance of a ClassTestCase. |
static TestCase |
TestFactory.createMethodTestCase(JProject project, java.lang.String sPackage, java.lang.String sClassName) Creates a method test case. |
static SuiteTestCase |
TestFactory.createSuiteTestCase(JProject project, java.lang.String sPackage, java.lang.String sClassName) Creates a suite test case. |
static TestCase |
TestFactory.createTestCaseFromClass(JProject project, JotClass testClass) This method creates a TestCase from an existing Java class. |
static TestFixture |
TestFactory.createTestFixtureFromClass(JProject project, JotClass fixtureClass) This method creates a TestFixture from an existing Java class. |
static TestFixture |
TestFactory.createTestFixture(JProject project, java.lang.String sPackage, java.lang.String sClassName) Create a new TestFixture and adds a setUp and tearDown methods to it. |
static boolean |
TestFactory.installJUnit(JProject project) This method should be called by any addin\wizard to make sure that JUnit has been downloaded and installed so that JDeveloper can make use of it's functionality. |
protected static java.util.HashMap |
TestFactory.saveProjectState(JProject proj) |
protected static void |
TestFactory.sendChangeNotifications(JProject proj, java.util.HashMap map) |
Uses of JProject in oracle.jdeveloper.library |
Methods in oracle.jdeveloper.library that return JProject | |
protected JProject |
ProjectLibrary.getProject() |
Uses of JProject in oracle.jdeveloper.model |
Methods in oracle.jdeveloper.model that return JProject | |
JProject |
JProjectTechnologyEvent.getProject() Returns the JProject in which the technology change occurred. |
JProject |
ApplicationFilter.getJProject() Get the current project. |
protected JProject |
Sources.getProject() |
Methods in oracle.jdeveloper.model with parameters of type JProject | |
static void |
JProjectSettingsPanel.showDialog(JProject project) Shows the project settings dialog for editing the project. |
static void |
JProjectSettingsPanel.showDialog(java.awt.Frame parent, JProject project) Shows the project settings dialog for editing the project. |
static void |
JProjectSettingsPanel.showDialog(java.awt.Frame parent, JProject project, java.lang.String[] selectionPath) |
static Node |
JProjectUtil.createNodeInProject(JProject project, java.net.URL url) Deprecated. Use NodeFactory.create |
static java.net.URL |
JProjectUtil.getProjectBasePath(JProject project) Retrieves the URL that denotes the base path that should be used when creating new source files. |
static void |
JProjectUtil.addLibraries(JProject proj, java.lang.String[] libraries) Adds the specified libraries to a project, and fires PropertyChangeEvents if the project's classpath, sourcepath, or docpath changed. |
static void |
JProjectUtil.removeLibraries(JProject proj, java.lang.String[] libraries) Removes the specified libraries from a project, and fires PropertyChangeEvents if the project's classpath, sourcepath, or docpath changed. |
protected boolean |
Tag2Children.processChildren(oracle.ide.marshal.tag.TagElement element, JProject project, java.net.URL docURLParent, oracle.ide.marshal.tag.Tag2Object t2o) This method is reponsible for adding the owned children to the project object. |
protected void |
JProject.copyToImpl(JProject copy) Design pattern for supporting strongly typed copying. |
protected boolean |
JProject.equalsImpl(JProject jProject) This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object) . |
java.lang.String |
JspSourceNode.getPackage(JProject project) |
java.lang.String |
PackagedSource.getPackage(JProject project) Returns the package for the source file. |
java.lang.String |
JavaSourceNode.getPackage(JProject project) |
Constructors in oracle.jdeveloper.model with parameters of type JProject | |
JProjectTechnologyEvent(JProject project, java.lang.String technologyKey) Constructs a new JProjectTechnologyEvent object. |
|
ApplicationFilter(JProject project) Constructor. |
|
CategoryFilter(JProject project) Constructor. |
|
JProjectFilter(JProject project) Constructor. |
|
JProject(JProject project) Copy constructor. |
Uses of JProject in oracle.jdeveloper.palette |
Methods in oracle.jdeveloper.palette with parameters of type JProject | |
void |
ConfigureProject.configure(Context context, JProject project) Called by individual palette items when activated. |
Uses of JProject in oracle.jdeveloper.runner |
Methods in oracle.jdeveloper.runner that return JProject | |
JProject |
JRunProcess.getJProject() Returns the current JProject associated with the JRunProcess . |
Methods in oracle.jdeveloper.runner with parameters of type JProject | |
static Node[] |
Source.getProjectFileList(JProject jProject) Returns the files in the given project. |
static java.lang.String |
Source.getPackageFromNode(Node node, JProject project) Returns the package for the given node. |
static boolean |
Source.packageMatches(java.lang.String pkg, Node node, JProject project) Returns true if the given package matches the package for the given node. |
java.lang.String |
RunConfiguration.getVMName(JDK jdk, JProject project) Returns the name of the Virtual Machine. |
Uses of JProject in oracle.jdeveloper.webservices |
Fields in oracle.jdeveloper.webservices declared as JProject | |
protected JProject |
JAXRPCSvcModel.m_targetProject The project that the service should belong to. |
Methods in oracle.jdeveloper.webservices that return JProject | |
JProject |
JAXRPCSvcModel.getTargetProject() |
Methods in oracle.jdeveloper.webservices with parameters of type JProject | |
static JAXRPCSvcModel |
WebServiceManager.findByClass(JProject project, java.lang.String className) Find the data model for a Java or PL/SQL web service model that uses the given qualified class name. |
static JAXRPCSvcModel |
WebServiceManager.findByGUID(JProject project, java.lang.String guid) Find the web service with the given unique id. |
static JAXRPCSvcModel |
WebServiceManager.findByGUID(JProject project, java.lang.String guid, java.lang.Object dummy) Deprecated. Use version of this call without third argument. |
static JAXRPCSvcModel |
WebServiceManager.findByURI(JProject project, java.net.URI serviceURI) Find the data model for the given web service name. |
static oracle.jdevimpl.webservices.ide.WebServicesContainer |
WebServiceManager.findContainer(JProject project, java.net.URI serviceURI) Given a web service with a particular URI in a project context, find the corresponding WebServicesContainer. |
static oracle.jdevimpl.webservices.ide.WebServicesContainer |
WebServiceManager.findContainer(JProject project, java.net.URL wsdlURL) Given a WSDL file in a project context, find the WebServicesContainer that holds it. |
static oracle.jdevimpl.webservices.ide.WebServicesContainer[] |
WebServiceManager.findContainers(JProject project) Find all of the WebServicesContainer nodes in the supplied project. |
static java.lang.String[] |
WebServiceManager.getWebServiceJavaClasses(JProject project) Get the web service implementation classes in this project. |
static java.lang.String |
WebServiceManager.generateGUID(JProject project, java.lang.String className) Generate a unique ID for a web service based on a class in the given project. |
static java.lang.String |
WebServiceManager.getDefaultServiceName(JProject targetProject) Provide a default name for a web service that will be generated into the project supplied. |
void |
JAXRPCSvcModel.setTargetProject(JProject targetProject) |
void |
JAXRPCJavaModel.setTargetProject(JProject targetProject) Specialisation of setTargetProject that resets the JOTManager for the model. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.