Uses of Class
ice.ri.common.dialog.SettingsDialogPanelGroup

Packages that use SettingsDialogPanelGroup
ice.ri.common.dialog.awt   
ice.ri.common.dialog.swing   
 

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

Methods in ice.ri.common.dialog.awt with parameters of type SettingsDialogPanelGroup
 void ListSettingsDialog.add(SettingsDialogPanelGroup group)
          Add all the panels in a group to the list.
 void DefaultSettingsDialog.add(SettingsDialogPanelGroup group)
          Add all the panels in a SettingsDialogPanelGroup as buttons on the dialog.
 void AbstractSettingsDialog.add(SettingsDialogPanelGroup group)
          Add ControlPanelGroup to control panel
 

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

Methods in ice.ri.common.dialog.swing with parameters of type SettingsDialogPanelGroup
 void JTreeSettingsDialog.add(SettingsDialogPanelGroup group)
          Add all the panels in a group to the tree where the groups title is the parent node and each panel is represented as a child of the parent node.
 void JTabbedSettingsDialog.add(SettingsDialogPanelGroup group)
          Add all the panels in a group to to a tabbed pane control panel Note that the group will not be kept, only individual tabs will be shown Use JTreeControlPanel to take advantage of groups.
 void JDefaultSettingsDialog.add(SettingsDialogPanelGroup group)
          Add all the panels in a SettingsDialogPanelGroup as buttons on the dialog.
 void AbstractJSettingsDialog.add(SettingsDialogPanelGroup group)
          Add JControlPanelGroup to control panel