chemCast.ui.wizard
Class EndpointsWizard

java.lang.Object
  extended by Wizard
      extended by chemCast.ui.wizard.WizardWrapper
          extended by chemCast.ui.wizard.EndpointsWizard

public class EndpointsWizard
extends WizardWrapper


Constructor Summary
EndpointsWizard(java.awt.Container owner, Endpoints endpoints, java.util.List<Subsets> subsets, int selected)
           
 
Method Summary
 Endpoint getEndpoint()
           
 Subsets getSubset()
           
 
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

EndpointsWizard

public EndpointsWizard(java.awt.Container owner,
                       Endpoints endpoints,
                       java.util.List<Subsets> subsets,
                       int selected)
Method Detail

getEndpoint

public Endpoint getEndpoint()

getSubset

public Subsets getSubset()