Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.ide.panels.TraversableContext

Packages that use TraversableContext
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.db.controls Reusable UI controls to used to show or list database objects. 
oracle.ide.db.panels Reusable UI panels for listing, creating or editing database objects in dialogs in the IDE. 
oracle.ide.db.panels.sql UI classes for declaratively editing a SQL query. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.migration Contains API classes for support the migration of Node types and user preferences in the system directory. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.wizard   
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.db.panels UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards. 
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.deploy.dt.wizard.panels   
oracle.jdeveloper.deploy.dt.wizard.spi   
oracle.jdeveloper.jsp   
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.offlinedb.panels UI panels that can be used to define / select offline databases in JDeveloper. 
oracle.jdeveloper.panels   
oracle.jdeveloper.resources This package contains the base classes used for editing content sets. 
oracle.jdeveloper.template.wizard   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdevimpl.audit.preferences   
oracle.jdevimpl.audit.profile   
oracle.jdevimpl.bookmarks   
 

Uses of TraversableContext in oracle.ide.config
 

Methods in oracle.ide.config with parameters of type TraversableContext
 void GlobalIgnoreListPanel.onEntry(TraversableContext tc)
          Deprecated. Called when the panel is entered
 void LogOptionsPanel.onEntry(TraversableContext tc)
          Deprecated.  
 void EnvironOptionsPanel.onEntry(TraversableContext tc)
          Deprecated.  
 void GlobalIgnoreListPanel.onExit(TraversableContext tc)
          Deprecated. Called when the panel is left
 void LogOptionsPanel.onExit(TraversableContext tc)
          Deprecated.  
 void EnvironOptionsPanel.onExit(TraversableContext tc)
          Deprecated.  
 

Uses of TraversableContext in oracle.ide.db.controls
 

Methods in oracle.ide.db.controls with parameters of type TraversableContext
 void CommentEditor.onEntry(TraversableContext data)
           
 void SchemaObjectTargetPicker.onEntry(TraversableContext tc)
          By default the SchemaObjectTargetPicker uses the TARGET_PROVIDER_KEY to find its provider.
 void CommentEditor.onExit(TraversableContext data)
           
 void SchemaObjectTargetPicker.onExit(TraversableContext tc)
          Will throw a TraversalException if the current edited name doesn't commit properly.
 void NameEditor.validatePanelChange(TraversableContext data)
           
 void NameAndSchemaAdvancedEditor.validatePanelChange(TraversableContext data)
           
 

Uses of TraversableContext in oracle.ide.db.panels
 

Methods in oracle.ide.db.panels with parameters of type TraversableContext
protected  void SelectDBObjectsPanel.commit(TraversableContext dataContext)
          Default implementation of the commit calls SelectDBObjectsPanel.getSelectedObjects() and places what is returned into the context using the SelectDBObjectsPanel.SELECTED_OBJECTS key.
protected  void TabbedEditorPanel.commitToProvider(TraversableContext data)
           
static DDLGenerator DDLPanel.getDDLGenerator(TraversableContext data)
           
protected  DBObjectProvider SelectDBObjectsPanel.getProvider(TraversableContext dataContext)
          Get the DBObjectProvider.
protected  java.lang.String DDLPanel.getSQL(TraversableContext data)
           
protected  void SelectDBObjectsPanel.init(boolean providerChanged, TraversableContext dataContext)
          Initialises the panel.
 void SelectSchemaPanel.onEntry(TraversableContext dataContext)
           
 void SynonymPanel.onEntry(TraversableContext dataContext)
           
 void SchemaPanel.onEntry(TraversableContext dataContext)
           
 void SelectDBObjectsPanel.onEntry(TraversableContext dataContext)
          Called on entry to the panel in the wizard.
 void DDLPanel.onEntry(TraversableContext data)
           
 void SkippingTraversable.onEntry(TraversableContext tc)
           
 void TabbedEditorPanel.onEntry(TraversableContext data)
           
 void MDDEditorPanel.onEntry(TraversableContext data)
           
 void DatabaseLinkPanel.onEntry(TraversableContext dataContext)
           
 void SelectSchemaPanel.onExit(TraversableContext dataContext)
           
 void SynonymPanel.onExit(TraversableContext dataContext)
           
 void SchemaPanel.onExit(TraversableContext dataContext)
           
 void SelectDBObjectsPanel.onExit(TraversableContext dataContext)
          Called on panel exit.
 void DDLPanel.onExit(TraversableContext data)
           
 void TabbedEditorPanel.onExit(TraversableContext data)
           
 void DatabaseLinkPanel.onExit(TraversableContext dataContext)
           
 void PanelLibrary.HeaderPanel.validatePanelChange(TraversableContext data)
           
 

Uses of TraversableContext in oracle.ide.db.panels.sql
 

Methods in oracle.ide.db.panels.sql with parameters of type TraversableContext
 void BaseSQLQueryPickerPanel.commit(TraversableContext dataContext)
           
protected  void FromObjectsPanel.commitToPicker(TraversableContext dataContext)
           
protected abstract  void BaseSQLQueryPickerPanel.commitToPicker(TraversableContext dataContext)
           
protected  void QuickPickObjectsPanel.commitToPicker(TraversableContext dataContext)
           
 void BaseSQLQueryPickerPanel.init(boolean providerChanged, TraversableContext dataContext)
           
 void BaseSQLQueryBuilderPanel.onEntry(TraversableContext tc)
           
 void OrderByPanel.onExit(TraversableContext tc)
           
 void SelectObjectsPanel.onExit(TraversableContext dataContext)
           
 void HavingPanel.onExit(TraversableContext tc)
           
 void QueryPanel.onExit(TraversableContext dataContext)
           
 void WhereObjectPanel.onExit(TraversableContext dataContext)
           
 void GroupByPanel.onExit(TraversableContext dataContext)
           
 

Uses of TraversableContext in oracle.ide.keyboard
 

Methods in oracle.ide.keyboard with parameters of type TraversableContext
 void KeyStrokePanel.onEntry(TraversableContext tc)
           
 void KeyStrokePanel.onExit(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.ide.migration
 

Methods in oracle.ide.migration that return TraversableContext
 TraversableContext NodeMigrator.getTraversableContext()
          Returns a non-null TraversableContext while migration is in progress, otherwise, the value returned is null.
 

Methods in oracle.ide.migration with parameters of type TraversableContext
protected  void NodeMigrator.callHelperMigrate(NodeMigratorHelper helper, MigrationInfo info, TraversableContext context)
           
protected  void NodeMigrator.callHelpersMigrate(MigrationInfo info, TraversableContext context)
           
 java.util.List NodeMigrator.doMigration(java.util.List list, TraversableContext context)
          This method invokes the NodeMigratorHelpers to carry out addin specific migrations.
 java.util.List NodeMigrator.doMigration(TraversableContext context)
          Do the actual migration of the nodes.
protected  java.util.Map NodeMigrator.getInfoToMigratorMap(TraversableContext context)
          Gets from the context the Map identified by the constant NodeMigrator.MIGRATOR_MAP_DATA.
 java.util.List NodeMigratorHelper.getPages(MigrationInfo[] infos, TraversableContext context)
          Get the traversal pages to be displayed by the node migration wizard.
 java.util.List NodeMigrator.getPages(MigrationInfo[] infos, TraversableContext context)
          Get the list of wizard pages associated with the specified infos.
abstract  MigrationPanel.ResultData MigrationPanel.getResults(TraversableContext context)
          Get the data to display on the finish page.
protected  MigrationInfo.MigrationStatus NodeMigrator.invokeWizard(TraversableContext context, java.util.List pages, MigrationInfo[] infos)
          Invoke the migration wizard.
abstract  void NodeMigratorHelper.migrate(MigrationInfo[] infos, TraversableContext context)
          Method called to migrate the nodes recorded in the specified MigrationInfo.
 void MigrationPanel.onEntry(TraversableContext dataContext)
          Enables the Finish button by default, overriding the default behavior in FSMWizard.
protected  void NodeMigrator.postMigrate(MigrationInfo[] infos, TraversableContext context)
          Method called after migration is complete.
protected  void NodeMigrator.preMigrate(MigrationInfo[] infos, TraversableContext context)
          Method called before migration is initiated.
static boolean MigrationWizard.runWizard(java.lang.String title, java.lang.String welcome, java.lang.String summary, TraversableContext context, java.util.List<Step> pages)
          Runs the MigrationWizard where users can choose what migration options they want and then migrate their files.
 

Uses of TraversableContext in oracle.ide.model
 

Methods in oracle.ide.model with parameters of type TraversableContext
protected  void ProjectMigrator.callHelpersMigrate(MigrationInfo info, TraversableContext context)
           
 java.util.List WorkspaceMigrator.getPages(MigrationInfo[] infos, TraversableContext context)
           
 void ResourcePathsMigrator.migrate(MigrationInfo[] infos, TraversableContext context)
           
 void WorkingSetsMigratorHelper.migrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void ProjectMigrator.postMigrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void WorkspaceMigrator.postMigrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void ProjectMigrator.preMigrate(MigrationInfo[] infos, TraversableContext context)
           
protected  void WorkspaceMigrator.preMigrate(MigrationInfo[] infos, TraversableContext context)
           
 

Uses of TraversableContext in oracle.ide.model.panels
 

Methods in oracle.ide.model.panels with parameters of type TraversableContext
 void ProjectSettingsTraversablePanel.activateProperties(TraversableContext tc, boolean useCustom)
          Enables or disables custom properties.
 void ProjectSettingsTraversablePanel.onEntry(TraversableContext traversableContext)
           
abstract  void ProjectSettingsTraversablePanel.onProjectPanelEntry(TraversableContext traversableContext)
          Subclasses must implement this method which is invoked when the panel is about to be displayed.
 

Uses of TraversableContext in oracle.ide.panels
 

Methods in oracle.ide.panels that return TraversableContext
 TraversableContext ApplyEvent.getTraversableContext()
          Returns the TraversableContext that is the event source for this ApplyEvent.
protected  TraversableContext TDialogLauncher.getTraversableContext()
           
 TraversableContext MDDEvent.getTraversableContext()
           
protected  TraversableContext MDDPanel.newTraversableContext()
          Adds design-time objects to the TraversableContext.
 

Methods in oracle.ide.panels with parameters of type TraversableContext
protected  void MDDPanel.fireTraversableEntered(TraversableContext tc)
           
 void Traversable.onEntry(TraversableContext dataContext)
          This method is called when the Traversable is being entered.
 void DefaultTraversablePanel.onEntry(TraversableContext dataContext)
          Does nothing by default.
 void TabbedPanel.onEntry(TraversableContext tc)
          This implementation passes the onEntry call through the current Traversable being displayed in the tabbed pane.
 void MDDPanel.onEntry(TraversableContext tc)
           
 void Traversable.onExit(TraversableContext dataContext)
          This method is called when the Traversable is being exited.
 void DefaultTraversablePanel.onExit(TraversableContext dataContext)
          Does nothing by default.
 void TabbedPanel.onExit(TraversableContext tc)
          This implementation passes the onExit call through the current Traversable being displayed in the tabbed pane.
 void MDDPanel.onExit(TraversableContext tc)
           
protected  void TabbedPanel.refreshUI(TraversableContext tc)
           
protected  void MDDPanel.refreshUI(TraversableContext dataScope)
           
 

Constructors in oracle.ide.panels with parameters of type TraversableContext
ApplyEvent(TraversableContext source)
          Creates a new ApplyEvent.
 

Uses of TraversableContext in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle with parameters of type TraversableContext
 void SelectTextPanel.onEntry(TraversableContext dataContext)
          Public as implementation detail only, must not be used externally
 void SelectTextPanel.onExit(TraversableContext dataContext)
          Public as implementation detail only, must not be used externally
 void ResourceBundleOptionsPanel.onExit(TraversableContext traversableContext)
           
 void ResourceBundleOptionsPanel.onProjectPanelEntry(TraversableContext traversableContext)
           
 

Uses of TraversableContext in oracle.ide.webbrowser
 

Methods in oracle.ide.webbrowser with parameters of type TraversableContext
 void ProxySettingsPanel.onEntry(TraversableContext tc)
           
 void ProxySettingsPanel.onExit(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.ide.wizard
 

Methods in oracle.ide.wizard with parameters of type TraversableContext
 void FinishPanel.onEntry(TraversableContext tc)
           
 void WelcomePanel.onEntry(TraversableContext tc)
           
 void WelcomePanel.onExit(TraversableContext tc)
           
 void FSMWizardListener.wizardPanelEntered(Traversable traversable, TraversableContext tc)
           
 void FSMWizardListener.wizardPanelExited(Traversable traversable, TraversableContext tc)
           
 

Uses of TraversableContext in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate with parameters of type TraversableContext
 void UpdatePreferences.onEntry(TraversableContext tc)
           
 void UpdatePreferences.onExit(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.ideimpl.webupdate.wizard
 

Methods in oracle.ideimpl.webupdate.wizard with parameters of type TraversableContext
protected  void SummaryPage.pageSelected(TraversableContext context)
           
 

Uses of TraversableContext in oracle.jdeveloper.compiler
 

Methods in oracle.jdeveloper.compiler with parameters of type TraversableContext
 void OjcConfigurationPanel.onExit(TraversableContext tc)
           
 void OjcConfigurationPanel.onProjectPanelEntry(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdeveloper.db.panels
 

Methods in oracle.jdeveloper.db.panels with parameters of type TraversableContext
protected  void DatabaseConnectionPanel.commitConnectionName(java.lang.String name, TraversableContext dataContext)
          This is called by onExit once the name of the chosen connection has been identified.
protected  ConnectionInfo GlobalDatabaseConnPanel.getConnectionInfo(TraversableContext dataContext)
          Gets the connection information from the data context from which to get an already chosen connection to pre-select in the picker, and to put the chosen connection information.
protected  java.lang.String DatabaseConnectionPanel.getEntryConnection(TraversableContext dataContext)
          Returns the name of a connection to select by default onEntry.
protected  void GlobalDatabaseConnPanel.initPanel(TraversableContext dataContext)
           
 void SQLServerPanel.onEntry(TraversableContext tc)
           
 void OracleLitePanel.onEntry(TraversableContext tc)
           
 void MySQLPanel.onEntry(TraversableContext tc)
           
 void GenericJDBCPanel.onEntry(TraversableContext tc)
           
 void DB2Panel.onEntry(TraversableContext tc)
           
 void AppDatabaseConnPanel.onEntry(TraversableContext dataContext)
           
 void GlobalDatabaseConnPanel.onEntry(TraversableContext dataContext)
           
 void DatabaseConnectionPanel.onEntry(TraversableContext dataContext)
           
 void ODBCPanel.onEntry(TraversableContext tc)
           
 void OraclePanel.onEntry(TraversableContext tc)
           
 void SQLServerPanel.onExit(TraversableContext tc)
           
 void OracleLitePanel.onExit(TraversableContext tc)
           
 void MySQLPanel.onExit(TraversableContext tc)
           
 void GenericJDBCPanel.onExit(TraversableContext tc)
           
 void DB2Panel.onExit(TraversableContext tc)
           
 void GlobalDatabaseConnPanel.onExit(TraversableContext dataContext)
          The default implementation does nothing.
 void DatabaseConnectionPanel.onExit(TraversableContext dataContext)
           
 void ODBCPanel.onExit(TraversableContext tc)
           
 void OraclePanel.onExit(TraversableContext tc)
           
protected  boolean DatabaseConnectionPanel.validateOnExit(TraversableContext dataContext)
          Gets whether or not validation should be done, and errors should be shown to the user for the given TraversableContext.
protected  void GenericJDBCPanel.validatePanel(TraversableContext tc)
           
protected  void OraclePanel.validatePanel(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type TraversableContext
 void Profile.migrate(TraversableContext tc)
           
 void ApplicationDeploymentPanel.onExit(TraversableContext dataContext)
           
 void ProjectDeploymentPanel.onExit(TraversableContext tc)
           
 void ApplicationDeploymentPanel.onProjectPanelEntry(TraversableContext dataContext)
           
 void ProjectDeploymentPanel.onProjectPanelEntry(TraversableContext tc)
           
static void DeploymentProfiles.projectMigrating(Project project, TraversableContext tc)
           
 void DeploymentPanelContent.setTraversableContext(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdeveloper.deploy.dt.wizard.panels
 

Methods in oracle.jdeveloper.deploy.dt.wizard.panels with parameters of type TraversableContext
protected  void AppServerSelectionPanel.gather(TraversableContext dataContext)
           
 void AppServerSelectionPanel.onEntry(TraversableContext dataContext)
           
 void AppServerSelectionPanel.onExit(TraversableContext dataContext)
           
protected  void AppServerSelectionPanel.scatter(TraversableContext dataContext)
           
 

Uses of TraversableContext in oracle.jdeveloper.deploy.dt.wizard.spi
 

Methods in oracle.jdeveloper.deploy.dt.wizard.spi that return TraversableContext
protected  TraversableContext AbstractDeployWizardPanel.getTraversableContext()
           
 

Methods in oracle.jdeveloper.deploy.dt.wizard.spi with parameters of type TraversableContext
 javax.swing.tree.TreeNode DeployCommandSummaryBuilder.buildSummary(DeployCommand cmd, TraversableContext tc)
           
protected abstract  javax.swing.tree.TreeNode AbstractDeploySummaryProvider.buildSummary(DeployCommand cmd, TraversableContext tc)
           
protected  void AbstractDeployWizardPanel.gather(TraversableContext context)
           
protected  void AbstractDeployWizardPanel.scatter(TraversableContext context)
           
protected  void AbstractDeployWizardPanel.setTraversableContext(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdeveloper.jsp
 

Methods in oracle.jdeveloper.jsp with parameters of type TraversableContext
 void WebDocumentWizardNewFilePanelExtension.onEntry(TraversableContext traversableContext)
           
 void WebDocumentWizardNewFilePanelExtension.onExit(TraversableContext traversableContext)
           
 

Uses of TraversableContext in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library with parameters of type TraversableContext
 void ProjectLibraryMigrator.migrate(MigrationInfo[] infos, TraversableContext context)
           
 

Uses of TraversableContext in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model with parameters of type TraversableContext
 ApplicationContent ApplicationContentPanel.getApplicationContent(TraversableContext tc)
           
 void OutputDirectoryMigrator.migrate(MigrationInfo[] infos, TraversableContext context)
           
 void DependencyPanel.onEntry(TraversableContext dataContext)
          The TraversableContext must be populated with the following: The active Workspace The URL for the active project The PropertyStorage object to edit If modifying dependencies for an existing Dependable, such as a deployment archive, the Dependable under edit must be stored in the TraversableContext
 void J2eePanel.onExit(TraversableContext tc)
           
 void JProjectDependencyPanel.onExit(TraversableContext tc)
           
 void JProjectPanel.onExit(TraversableContext tc)
           
 void DependencyPanel.onExit(TraversableContext dataContext)
           
 void TechnologiesPanel.onExit(TraversableContext tc)
           
 void JProjectLibrariesPanel.onExit(TraversableContext tc)
           
 void ApplicationContentPanel.onExit(TraversableContext tc)
           
 void J2eePanel.onProjectPanelEntry(TraversableContext tc)
           
 void JProjectDependencyPanel.onProjectPanelEntry(TraversableContext tc)
           
 void JProjectPanel.onProjectPanelEntry(TraversableContext tc)
           
 void TechnologiesPanel.onProjectPanelEntry(TraversableContext tc)
           
 void JProjectLibrariesPanel.onProjectPanelEntry(TraversableContext tc)
           
 void ApplicationContentPanel.onProjectPanelEntry(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdeveloper.offlinedb.panels
 

Methods in oracle.jdeveloper.offlinedb.panels with parameters of type TraversableContext
 void OfflineDBChooserPanel.onEntry(TraversableContext data)
           
 void OfflineDBChooserPanel.onExit(TraversableContext data)
           
 

Uses of TraversableContext in oracle.jdeveloper.panels
 

Methods in oracle.jdeveloper.panels with parameters of type TraversableContext
 void SelectDatabaseObjectsPanel.onEntry(TraversableContext tc)
           
 void SelectDatabaseObjectsPanel.onExit(TraversableContext tc)
          Upon leaving this panel, save the _metaData object and the chosen tables list out to the traversable context.
 

Uses of TraversableContext in oracle.jdeveloper.resources
 

Methods in oracle.jdeveloper.resources with parameters of type TraversableContext
 void GenericPanel.onExit(TraversableContext dataContext)
           
 void GenericPanel.onProjectPanelEntry(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdeveloper.template.wizard
 

Methods in oracle.jdeveloper.template.wizard that return TraversableContext
static TraversableContext TemplateWizardUtil.getApplicationData(TraversableContext wizardContext)
          Gets the TraversableContext containing the application-level data, which is shared between wizard project panels.
static TraversableContext[] TemplateWizardUtil.getProjectTraversableContexts(TraversableContext wizardContext)
          Gets the array of TraversableContexts used by the New Application Wizard.
protected  TraversableContext NewObjectFromTemplateWizard.getWizardContext()
          Gets the TraversableContext used to share data between wizard pages.
 TraversableContext NewObjectFromTemplateWizard.initializeWizardDataContext(Context context, AbstractTemplate template)
          Initializes the TraversableContext used by the wizard: creates a new TraversableContext and calls NewObjectFromTemplateWizard.populateTraversableContext(oracle.ide.panels.TraversableContext, oracle.jdeveloper.template.AbstractTemplate) to populate it with the necessary data.
static TraversableContext TemplateWizardUtil.newContextForProjectPages(TraversableContext applicationData)
          Creates a new TraversableContext for use with project wizard pages.
static TraversableContext TemplateWizardUtil.newWizardContext(Context context)
          Creates a new TraversableContext for use with the New Application and New Project dynamic wizards.
 

Methods in oracle.jdeveloper.template.wizard with parameters of type TraversableContext
 void WizardTraversable.commitWizardChanges(Project project, Workspace workspace, TraversableContext dataContext)
          Called when the user clicks Finish on the wizard to commit the changes in the dataContext.
static Workspace TemplateWizardUtil.getApplication(TraversableContext wizardContext)
          Gets the new Workspace from the wizard TraversableContext - this is the workspace that was created as a result of finishing the wizard.
static TraversableContext TemplateWizardUtil.getApplicationData(TraversableContext wizardContext)
          Gets the TraversableContext containing the application-level data, which is shared between wizard project panels.
static java.lang.String TemplateWizardUtil.getApplicationPackage(TraversableContext wizardContext)
           
static ApplicationTemplate TemplateWizardUtil.getApplicationTemplate(TraversableContext wizardContext)
           
static java.net.URL TemplateWizardUtil.getApplicationURL(TraversableContext wizardContext)
          Gets the URL to use to create the new workspace.
static Context TemplateWizardUtil.getContext(TraversableContext wizardContext)
          Gets the Context from which the wizard was invoked.
static Project TemplateWizardUtil.getProject(TraversableContext wizardContext)
          Gets the new Project from the wizard TraversableContext - this is the project that was created as a result of finishing the wizard.
static ProjectTemplate TemplateWizardUtil.getProjectTemplate(TraversableContext wizardContext)
          Gets the ProjectTemplate from the wizard TraversableContext.
static TraversableContext[] TemplateWizardUtil.getProjectTraversableContexts(TraversableContext wizardContext)
          Gets the array of TraversableContexts used by the New Application Wizard.
static java.net.URL TemplateWizardUtil.getProjectURL(TraversableContext wizardContext)
          Gets the URL that will be used to create the project.
 boolean WizardTraversable.mustCommitWizardChanges(TraversableContext dataContext)
          Indicates whether or not WizardTraversable.commitWizardChanges(oracle.ide.model.Project, oracle.ide.model.Workspace, oracle.ide.panels.TraversableContext) should be called even if the wizard page has not been visited, and thus the UI not changed.
static TraversableContext TemplateWizardUtil.newContextForProjectPages(TraversableContext applicationData)
          Creates a new TraversableContext for use with project wizard pages.
 void ManageTemplatesPanel.onEntry(TraversableContext context)
           
 void ManageTemplatesPanel.onExit(TraversableContext context)
           
protected  void NewApplicationFromTemplateWizard.populateTraversableContext(TraversableContext tc, AbstractTemplate template)
           
protected abstract  void NewObjectFromTemplateWizard.populateTraversableContext(TraversableContext tc, AbstractTemplate template)
          Subclasses should implement this method and populate the TraversableContext with the data necessary by the wizard.
protected  void NewProjectFromTemplateWizard.populateTraversableContext(TraversableContext wizardContext, AbstractTemplate template)
           
static void TemplateWizardUtil.setApplication(Workspace newWorkspace, TraversableContext wizardContext)
          Stores the newly-created workspace in the wizard data cotext.
static void TemplateWizardUtil.setApplicationPackage(java.lang.String appPackage, TraversableContext wizardContext)
           
static void TemplateWizardUtil.setApplicationTemplate(ApplicationTemplate appTemplate, TraversableContext wizardContext)
           
static void TemplateWizardUtil.setApplicationURL(java.net.URL url, TraversableContext wizardContext)
          Sets the URL to use to create the new workspace.
static void TemplateWizardUtil.setProject(Project project, TraversableContext wizardContext)
          Stores the newly-created project in the wizard data cotext.
static void TemplateWizardUtil.setProjectTemplate(ProjectTemplate projTemplate, TraversableContext wizardContext)
          Sets the project template to use to configure the new projejct.
static void TemplateWizardUtil.setProjectTraversableContexts(TraversableContext[] contexts, TraversableContext wizardData)
           
static void TemplateWizardUtil.setProjectTraversableContexts(TraversableContext[] contexts, TraversableContext wizardData)
           
static void TemplateWizardUtil.setProjectURL(java.net.URL url, TraversableContext wizardContext)
          Sets the URL to use to create the project.
 

Constructors in oracle.jdeveloper.template.wizard with parameters of type TraversableContext
NewProjectFromTemplateSequence(java.util.List<ProjectTemplate> projectTemplates, TraversableContext wizardData)
           
TemplateWizardPage(java.awt.Component content, java.lang.String label, java.lang.String pageTitle, TraversableContext context)
           
 

Uses of TraversableContext in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type TraversableContext
 void VCSPropertyTraversable.onEntry(TraversableContext tc)
           
 void VCSPropertyTraversable.onExit(TraversableContext tc)
           
 

Uses of TraversableContext in oracle.jdevimpl.audit.preferences
 

Methods in oracle.jdevimpl.audit.preferences with parameters of type TraversableContext
 void AuditPreferencesPanel.onEntry(TraversableContext context)
           
 void AuditPreferencesPanel.onExit(TraversableContext context)
           
 

Uses of TraversableContext in oracle.jdevimpl.audit.profile
 

Methods in oracle.jdevimpl.audit.profile with parameters of type TraversableContext
 void AuditProfilePanel.onEntry(TraversableContext context)
           
 void AuditProfilePanel.onExit(TraversableContext context)
           
 

Uses of TraversableContext in oracle.jdevimpl.bookmarks
 

Methods in oracle.jdevimpl.bookmarks with parameters of type TraversableContext
 void BookmarkOptionsPanel.onEntry(TraversableContext tc)
           
 void BookmarkOptionsPanel.onExit(TraversableContext tc)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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