cookxml.cookformlayout
Class CookFormLayoutLib

java.lang.Object
  extended bycookxml.cookformlayout.CookFormLayoutLib

public class CookFormLayoutLib
extends Object

Since:
CookFormLayout 1.0

Field Summary
static String FORMLAYOUT
           
 
Constructor Summary
CookFormLayoutLib()
           
 
Method Summary
static void setupTags(InheritableTagLibrary tagLibrary)
          Adds JGoodies FormLayout to a Swing tag library
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMLAYOUT

public static String FORMLAYOUT
Constructor Detail

CookFormLayoutLib

public CookFormLayoutLib()
Method Detail

setupTags

public static void setupTags(InheritableTagLibrary tagLibrary)
                      throws CookXmlException
Adds JGoodies FormLayout to a Swing tag library

Parameters:
tagLibrary - the Swing tag library to be setup
Throws:
CookXmlException
Since:
CookFormLayout 1.0