facets.idiom
Class Datatree

java.lang.Object
  extended by facets.util.Tracer
      extended by facets.idiom.IdiomApplet
          extended by facets.idiom.Datatree

public final class Datatree
extends IdiomApplet

Demonstrates idiomatic use of types from facets.util.datatree.


Field Summary
 
Fields inherited from class facets.idiom.IdiomApplet
idiomName, values
 
Method Summary
static void main(java.lang.String[] args)
           
protected  java.awt.Component newDialogMessagePanel()
           
protected  void traceOutput(java.lang.String msg)
          Outputs complete trace messages to console or elsewhere.
 
Methods inherited from class facets.idiom.IdiomApplet
buildAndLaunch
 
Methods inherited from class facets.util.Tracer
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutputWithClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newDialogMessagePanel

protected java.awt.Component newDialogMessagePanel()
                                            throws java.lang.Exception
Overrides:
newDialogMessagePanel in class IdiomApplet
Throws:
java.lang.Exception

traceOutput

protected void traceOutput(java.lang.String msg)
Description copied from class: Tracer
Outputs complete trace messages to console or elsewhere.

Default prepends helpful classname to message.

Overrides:
traceOutput in class Tracer
Parameters:
msg - passed from one of the public methods

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception