chemCast.ui.wizard
Class SubsetWizard

java.lang.Object
  extended by Wizard
      extended by chemCast.ui.wizard.WizardWrapper
          extended by chemCast.ui.wizard.SubsetWizard
All Implemented Interfaces:
IKeyValuesUpdater

public class SubsetWizard
extends WizardWrapper
implements IKeyValuesUpdater


Constructor Summary
SubsetWizard(java.awt.Container frame, Subsets subsets, DatasetDef dataset)
           
 
Method Summary
 void createPanels()
           
 java.util.Collection getValuesByField(java.lang.Object field)
          Fills in values combobox based on key value.
 
Methods inherited from class chemCast.ui.wizard.WizardWrapper
centerScreen, showModalDialog
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsetWizard

public SubsetWizard(java.awt.Container frame,
                    Subsets subsets,
                    DatasetDef dataset)
Method Detail

createPanels

public void createPanels()

getValuesByField

public java.util.Collection getValuesByField(java.lang.Object field)
Fills in values combobox based on key value.

Specified by:
getValuesByField in interface IKeyValuesUpdater