Package 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.
-
Constructor Summary
Constructors Constructor Description Attributizer()
Attributizer(boolean commas, boolean spaces, boolean quotes)
Attributizer(JComponentHolder target)
-
Method Summary
Modifier and Type Method Description java.lang.String
getAttributes()
void
setTarget(JComponentHolder target)
-
Constructor Details
-
Attributizer
public Attributizer() -
Attributizer
-
Attributizer
public Attributizer(boolean commas, boolean spaces, boolean quotes)
-
-
Method Details
-
setTarget
-
getAttributes
public java.lang.String getAttributes()
-