gvprojects.igel.config
Class IgelConfigKurmas

java.lang.Object
  extended by gvprojects.igel.config.IgelConfigKurmas

public class IgelConfigKurmas
extends java.lang.Object

Dialog allowing users to configure Igel Argern game.

Author:
Zachary Kurmas

Nested Class Summary
static interface IgelConfigKurmas.GameLauncher
          Code to call when the user presses "Start"
static class IgelConfigKurmas.PresenterType
           
 
Constructor Summary
IgelConfigKurmas(IgelGameParameters parameters, IgelConfigKurmas.GameLauncher launcher)
          Constructor.
 
Method Summary
 IgelGameParameters getParameters()
          Get the current value of all the parameters
 java.io.File getSelectedFile()
          Return the selected file
 IgelConfigKurmas.PresenterType presenterType()
          Get the currently selected presenter type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgelConfigKurmas

public IgelConfigKurmas(IgelGameParameters parameters,
                        IgelConfigKurmas.GameLauncher launcher)
Constructor.

Parameters:
parameters - default parameters
launcher -
Method Detail

getParameters

public IgelGameParameters getParameters()
Get the current value of all the parameters

Returns:
the current value of all the parameters

presenterType

public IgelConfigKurmas.PresenterType presenterType()
Get the currently selected presenter type.

Returns:
the currently selected presenter type

getSelectedFile

public java.io.File getSelectedFile()
Return the selected file

Returns:
the selected file