Uses of Interface
ice.ri.common.dialog.SettingsDialogInterface

Packages that use SettingsDialogInterface
ice.ri.common.dialog.awt   
ice.ri.common.dialog.swing   
ice.ri.common.print.awt   
 

Uses of SettingsDialogInterface in ice.ri.common.dialog.awt
 

Classes in ice.ri.common.dialog.awt that implement SettingsDialogInterface
 class AbstractSettingsDialog
          This class creates a skeletal implementation of the SettingsDialogInterface to minimize the effort required to implement this interface.
 class AbstractSettingsDialogPanel
          An implementation of the SettingsDialogInterface to serve as a basis for implementing various kinds of display panels for setting dialogs.
 class DefaultSettingsDialog
          This class creates a setting dialog that represents its child panels as buttons.
 class ListSettingsDialog
          This class creates a setting dialog that represents its child groups and panels as a list.
 

Uses of SettingsDialogInterface in ice.ri.common.dialog.swing
 

Classes in ice.ri.common.dialog.swing that implement SettingsDialogInterface
 class AbstractJSettingsDialog
          This class creates a skeletal implementation of the SettingsDialogInterface to minimize the effort required to implement this interface.
 class AbstractJSettingsDialogPanel
          An implementation of the SettingsDialogInterface to serve as a basis for implementing various kinds of display panels for setting dialogs.
 class JDefaultSettingsDialog
          This class creates a setting dialog that represents its child panels as buttons.
 class JTabbedSettingsDialog
          This class creates a setting dialog that represents its child panels as tabs via the swing JTabbedPane class.
 class JTreeSettingsDialog
           
 

Uses of SettingsDialogInterface in ice.ri.common.print.awt
 

Classes in ice.ri.common.print.awt that implement SettingsDialogInterface
 class PageSetupDialog.AdvancedPageSettingsPanel
          The classes purpose is to provide a panel that represents many of the advanced page settings found in the the StormPageFormat object.
 class PageSetupDialog.PageSettingsPanel
          The classes purpose is to provide a panel that represents many of the default page settings found in the the StormPageFormat object.