fdda.dialog
Class Options

java.lang.Object
  |
  +--fdda.dialog.Options

public class Options
extends Object

Class that hold the data for the options dialog.

Author:
Jörg Rüdenauer

Constructor Summary
Options()
           
 
Method Summary
 String getAlgorithmReader()
          Returns the algorithm reader plug-in name
 String getBrowserCommand()
          Returns the browser command
 int getGridWidth()
          Returns the grid width
 String getMessageSpeed()
          Returns the message speed
 String getMinCycleTime()
          Returns the minimum cycle time
 Set getPossibleAlgorithmReaders()
          Returns the possible algorithm reader choices
 Set getPossibleReaders()
          Returns the possible system reader choices
 Set getPossibleWriters()
          Sets the possible system writer choices
 int getStartAction()
          Returns the start action
 String getSystemReader()
          Returns the system reader plug-in name
 String getSystemWriter()
          Returns the system writer plug-in name
 void setAlgorithmReader(String string)
          Sets the algorithm reader plug-in name
 void setAskAtClosing(boolean b)
          Sets whether the application shall ask before close
 void setBrowserCommand(String string)
          Sets the browser command
 void setGridWidth(int i)
          Sets the grid width
 void setMessageSpeed(String d)
          Sets the message speed
 void setMinCycleTime(String l)
          Sets the minimum cycle time
 void setPossibleAlgorithmReaders(Set set)
          Sets the possible algorithm reader choices
 void setPossibleReaders(Set set)
          Sets the possible system reader choices
 void setPossibleWriters(Set set)
          Sets the possible system writer choices
 void setStartAction(int i)
          Sets the start action
 void setSystemReader(String string)
          Sets the system reader plug-in name
 void setSystemWriter(String string)
          Sets the system writer plug-in name
 boolean shallAskAtClosing()
          Returns whether the application shall ask before close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options

public Options()
Method Detail

getGridWidth

public int getGridWidth()
Returns the grid width

Returns:
the grid width

getStartAction

public int getStartAction()
Returns the start action

Returns:
the start action

getSystemReader

public String getSystemReader()
Returns the system reader plug-in name

Returns:
the system reader

getAlgorithmReader

public String getAlgorithmReader()
Returns the algorithm reader plug-in name

Returns:
the algorithm reader

getSystemWriter

public String getSystemWriter()
Returns the system writer plug-in name

Returns:
the system writer

setGridWidth

public void setGridWidth(int i)
Sets the grid width

Parameters:
i - the grid width

setStartAction

public void setStartAction(int i)
Sets the start action

Parameters:
i - the start action

setSystemReader

public void setSystemReader(String string)
Sets the system reader plug-in name

Parameters:
string - the system reader

setAlgorithmReader

public void setAlgorithmReader(String string)
Sets the algorithm reader plug-in name

Parameters:
string - the algorithm reader

setSystemWriter

public void setSystemWriter(String string)
Sets the system writer plug-in name

Parameters:
string - the system writer

shallAskAtClosing

public boolean shallAskAtClosing()
Returns whether the application shall ask before close

Returns:
whether the application shall ask

setAskAtClosing

public void setAskAtClosing(boolean b)
Sets whether the application shall ask before close

Parameters:
b - whether the application shall ask

getPossibleReaders

public Set getPossibleReaders()
Returns the possible system reader choices

Returns:
the system readers

getPossibleAlgorithmReaders

public Set getPossibleAlgorithmReaders()
Returns the possible algorithm reader choices

Returns:
the algorithm readers

getPossibleWriters

public Set getPossibleWriters()
Sets the possible system writer choices

Returns:
the possible system writers

setPossibleReaders

public void setPossibleReaders(Set set)
Sets the possible system reader choices

Parameters:
set - the possible system readers

setPossibleAlgorithmReaders

public void setPossibleAlgorithmReaders(Set set)
Sets the possible algorithm reader choices

Parameters:
set - the possible algorithm readers

setPossibleWriters

public void setPossibleWriters(Set set)
Sets the possible system writer choices

Parameters:
set - the possible system writers

getMessageSpeed

public String getMessageSpeed()
Returns the message speed

Returns:
the message speed

getMinCycleTime

public String getMinCycleTime()
Returns the minimum cycle time

Returns:
the minimum cycle time

setMessageSpeed

public void setMessageSpeed(String d)
Sets the message speed

Parameters:
d - the message speed

setMinCycleTime

public void setMinCycleTime(String l)
Sets the minimum cycle time

Parameters:
l - the minimum cycle time

getBrowserCommand

public String getBrowserCommand()
Returns the browser command

Returns:
the browser command

setBrowserCommand

public void setBrowserCommand(String string)
Sets the browser command

Parameters:
string - the browser command


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.