se.datadosen.util
Class Attributizer
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attributizer
public Attributizer()
Attributizer
public Attributizer(JComponentHolder target)
Attributizer
public Attributizer(boolean commas,
boolean spaces,
boolean quotes)
setTarget
public void setTarget(JComponentHolder target)
getAttributes
public java.lang.String getAttributes()