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

E13403-03

oracle.ide.migration
Class MigrationPanel.ResultData

java.lang.Object
  extended by 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)

Constructor Summary
MigrationPanel.ResultData(java.lang.String heading, java.lang.String text)
           
 
Method Summary
 java.lang.String getHeading()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getHeading

public java.lang.String getHeading()
Parameters:
text - The migration processes that will happen when the user clicks Finish in the Migration Wizard.

getText

public java.lang.String getText()
Returns:
The text to use as the migration results heading.

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

E13403-03

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