Class Summary |
MigrationDialog |
The MigrationDialog is a simple dialog for prompting the user for a selection
of user settings to migrate from a previous installation of JDeveloper. |
MigrationInfo |
Version of information about a node requiring migration. |
MigrationInfo.MigrationStatus |
Status class used to define the outer class migration status enums. |
MigrationInfo.Status |
Base status class. |
MigrationInfo.VersionStatus |
Status class used to define the outer class version status enums. |
MigrationManager |
The MigrationManager class provides access to the registered Migrator
implementations available. |
MigrationPanel |
An abstract class that extends DefaultTraversablePanel. |
MigrationPanel.ResultData |
Inner class used by NodeMigratorHelper to return migration
results from the getPages method. |
MigrationWizard |
The class that runs the Migration Wizard where users can migration
workspaces, projects, or IDE settings from an older version of JDeveloper
to a newer version. |
NodeMigrator |
The NodeMigrator class is used for migrating nodes from previous
versions of JDeveloper to a new JDeveloper version. |
XMLMigrator |
The XMLMigrator is a base implementation of a first phase Migrator which
operates upon an XML file. |
XMLMigrator.MigrationLogger |
|