home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / JDeveloperWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.8 KB  |  41 lines

  1. /**
  2.  * JDeveloper integration wizard 
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="JDeveloper integration";
  8.     type="HTML";
  9.     body = ("This wizard allows Oracle JDeveloper 2.0, 3.0 and 3.1 users to integrate OptimizeIt in the JDeveloper environment.<br><br>","Once the integration is performed, OptimizeIt is available from the Tools menu. By selecting the \"Start profiling\" action in the OptimizeIt menu,  users can easily profile the application developed in JDeveloper.<br><br>","It is strongly recommended that you exit JDeveloper before running this setup. Click Cancel to quit setup then close JDeveloper. Click Next to continue with the setup wizard.");
  10.   },
  11.   {
  12.     title="Select JDeveloper directory";
  13.     class="DirectorySelection";
  14.     helper="intuitive.optit.wizard.helper.JDeveloperDirectorySelection";
  15.     text="Select the JDeveloper directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  16.   },    
  17.   {
  18.     title="Configure JDeveloper";
  19.     class="Summary";
  20.     helper="intuitive.optit.wizard.helper.JDeveloperSummary";
  21.     text="Please review the changes below and click on the \"Configure\" button when done.";
  22.     defaultButtonLabel="Configure";
  23.   },
  24.   {
  25.     title="Configuring JDeveloper";
  26.     class="PerformAction";
  27.     helper="intuitive.optit.wizard.helper.JDeveloperConfiguration";
  28.     final="true"; // Means that we cannot go back
  29.   },
  30.   {
  31.     title="JDeveloper integration finished";
  32.     class="Text";
  33.     type="HTML";
  34.     body= ("JDeveloper configuration was successfull.<br><br>OptimizeIt menu is now available from the JDeveloper \"Tools\" menu. Select the \"Start profiling\" action in the OptimizeIt menu to profile with OptimizeIt");
  35.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  36.     alt2ButtonVisible="false";
  37.   }
  38. )
  39.  
  40.  
  41.