Uses of Class
com.taursys.tools.Settings

Packages that use Settings
com.taursys.tools This package contains tools for generating code to build Mapper presenation applications. 
 

Uses of Settings in com.taursys.tools
 

Subclasses of Settings in com.taursys.tools
 class ProjectSettings
          ProjectSettings Contains settings for current project
 class UserSettings
          UserSettings contains default settings for current user
 

Fields in com.taursys.tools declared as Settings
protected  Settings WizardDialog.settings
           
 

Constructors in com.taursys.tools with parameters of type Settings
WizardDialog(Settings settings, CodeGenerator generator)
          Constructs a new WizardDialog
ValueObjectWizard(Settings projectSettings, CodeGenerator generator)
          Constructs a new ServletFormWizard
UserSettingsDialog(java.awt.Frame parent, Settings settings)
          Constructs a new UserSettingsDialog
ServletFormWizard(Settings projectSettings, CodeGenerator generator)
          Constructs a new ServletFormWizard
ServletAppWizard(Settings projectSettings, CodeGenerator generator)
          Constructs a new ServletFormWizard
ProjectSettingsDialog(java.awt.Frame parent, Settings settings)
          Constructs a new ProjectSettingsDialog
ProjectSettings(Settings userSettings)
          Constructs a new ProjectSettings and initializes defaults
MainFrame(Settings settings, CodeGenerator generator)
          Construct the frame
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.