view
Class CreateEnvDialog.AddEnvChoice

java.lang.Object
  extended by view.CreateEnvDialog.AddEnvChoice
All Implemented Interfaces:
CreateEnvDialog.IEnvChoice
Enclosing class:
CreateEnvDialog

private class CreateEnvDialog.AddEnvChoice
extends java.lang.Object
implements CreateEnvDialog.IEnvChoice

Nested class for adding an environment.


Field Summary
private  CreateEnvDialog _envDialog
          CreateEnvDialog used.
 
Constructor Summary
CreateEnvDialog.AddEnvChoice(CreateEnvDialog envDialog)
          Make a new add environment choice.
 
Method Summary
 void select()
          Select this interface.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_envDialog

private CreateEnvDialog _envDialog
CreateEnvDialog used.

Constructor Detail

CreateEnvDialog.AddEnvChoice

public CreateEnvDialog.AddEnvChoice(CreateEnvDialog envDialog)
Make a new add environment choice.

Parameters:
envDialog - the create environment dialog
Method Detail

select

public void select()
Description copied from interface: CreateEnvDialog.IEnvChoice
Select this interface.

Specified by:
select in interface CreateEnvDialog.IEnvChoice

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object