oracle.ide.migration
Class MigrationPanel.ResultData
java.lang.Object
oracle.ide.migration.MigrationPanel.ResultData
- Enclosing class:
- MigrationPanel
- public static final class MigrationPanel.ResultData
- extends java.lang.Object
Inner class used by NodeMigratorHelper
to return migration
results from the getPages
method. These results are displayed
on the summary page of the Migration Wizard.
- See Also:
NodeMigratorHelper
,
NodeMigratorHelper.getPages(oracle.ide.migration.MigrationInfo[], oracle.ide.panels.TraversableContext)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MigrationPanel.ResultData
public MigrationPanel.ResultData(java.lang.String heading,
java.lang.String text)
- Parameters:
heading
- The text to use as the migration results heading.text
- The migration processes that will happen when the
user clicks Finish in the Migration Wizard.
getHeading
public java.lang.String getHeading()
getText
public java.lang.String getText()
- Returns:
- The text to use as the migration results heading.
Copyright © 1997, 2004, Oracle. All rights reserved.