com.monkeycoder.monkeyfractal.gui
Class ParameterListGui

java.lang.Object
  extended by com.monkeycoder.monkeyfractal.gui.ParameterListGui

public class ParameterListGui
extends java.lang.Object

This is a dialog that allows the user to configure the ParameterList for anything that is configured by one.

Originally part of the MonkeyFractal project.

Author:
David Stephens

Constructor Summary
ParameterListGui(java.awt.Frame inParentFrame)
          Creates and configures a new ParameterListGui.
 
Method Summary
 ParameterList getParameterList()
           
 void setParameterList(ParameterList inParameterList)
           
 void show()
          Displays the ParameterListGui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterListGui

public ParameterListGui(java.awt.Frame inParentFrame)
Creates and configures a new ParameterListGui. Note that the window is constructed but not displayed.

Parameters:
inParentFrame - The parent of this dialog.
Method Detail

setParameterList

public void setParameterList(ParameterList inParameterList)

getParameterList

public ParameterList getParameterList()

show

public void show()
Displays the ParameterListGui.