se.datadosen.util
Class Attributizer

java.lang.Object
  extended by se.datadosen.util.Attributizer

public class Attributizer
extends java.lang.Object

Add JComponents to a subclass instance of this class or set a JComponentHolder as target. When getProperties is called, this object will return a name="value" name="value" property string containing all values for all JComponents.


Constructor Summary
Attributizer()
           
Attributizer(boolean commas, boolean spaces, boolean quotes)
           
Attributizer(JComponentHolder target)
           
 
Method Summary
 java.lang.String getAttributes()
           
 void setTarget(JComponentHolder target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attributizer

public Attributizer()

Attributizer

public Attributizer(JComponentHolder target)

Attributizer

public Attributizer(boolean commas,
                    boolean spaces,
                    boolean quotes)
Method Detail

setTarget

public void setTarget(JComponentHolder target)

getAttributes

public java.lang.String getAttributes()