Uses of Class
ice.ri.common.dialog.swing.AbstractJSettingsDialogPanel

Packages that use AbstractJSettingsDialogPanel
ice.ri.common.dialog.swing   
ice.ri.common.print.swing   
 

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

Methods in ice.ri.common.dialog.swing with parameters of type AbstractJSettingsDialogPanel
 void JTreeSettingsDialog.add(AbstractJSettingsDialogPanel panel)
          Add a panel to the JTree.
 void JTabbedSettingsDialog.add(AbstractJSettingsDialogPanel panel)
          Add a settings dialog panel to the dialog layout.
 void JDefaultSettingsDialog.add(AbstractJSettingsDialogPanel panel)
          Add an instance of AbstractJSettingsDialogPanel to the dialog.
 void AbstractJSettingsDialog.add(AbstractJSettingsDialogPanel panel)
          add JControlPanelPanel to control panel
 

Uses of AbstractJSettingsDialogPanel in ice.ri.common.print.swing
 

Subclasses of AbstractJSettingsDialogPanel in ice.ri.common.print.swing
 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.