cz.cmc.tcgui.datadef
Class Tester

java.lang.Object
  extended bycz.cmc.tcgui.datadef.Tester

public class Tester
extends Object

Class used for testing and debugging of datedef package. (no more javadoc for it)


Constructor Summary
Tester()
           
 
Method Summary
 String attributeEntriesToString(AttributeEntry[] aes)
           
 String attributeSetsToString(AttributeGroup.AttributeSet[] as)
           
 void debugSets()
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Method Detail

attributeEntriesToString

public String attributeEntriesToString(AttributeEntry[] aes)

attributeSetsToString

public String attributeSetsToString(AttributeGroup.AttributeSet[] as)

debugSets

public void debugSets()

toString

public String toString()

main

public static void main(String[] args)