net.sourceforge.arbaro.gui
Class ShieldedGUITreeGenerator

java.lang.Object
  extended by net.sourceforge.arbaro.tree.ShieldedTreeGenerator
      extended by net.sourceforge.arbaro.gui.ShieldedGUITreeGenerator
All Implemented Interfaces:
TreeGenerator

public class ShieldedGUITreeGenerator
extends ShieldedTreeGenerator

Author:
wolfram

Constructor Summary
ShieldedGUITreeGenerator(java.awt.Component parent, TreeGenerator treeGenerator)
           
 
Method Summary
 void showException(java.lang.Exception e)
          Print exceptions to the console using the Console class
 
Methods inherited from class net.sourceforge.arbaro.tree.ShieldedTreeGenerator
clearParams, getParam, getParamGroup, getParams, getSeed, makeTree, readParamsFromCfg, readParamsFromXML, setParam, setSeed, writeParamsToXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShieldedGUITreeGenerator

public ShieldedGUITreeGenerator(java.awt.Component parent,
                                TreeGenerator treeGenerator)
Parameters:
treeGenerator -
Method Detail

showException

public void showException(java.lang.Exception e)
Description copied from class: ShieldedTreeGenerator
Print exceptions to the console using the Console class

Overrides:
showException in class ShieldedTreeGenerator
Parameters:
e - the Exception to print