|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.share.BasicAdmin
gpl.fredy.generate.GenerateXML
public class GenerateXML
Field Summary | |
---|---|
java.lang.String |
INSETS
|
Fields inherited from class gpl.fredy.share.BasicAdmin |
---|
con |
Constructor Summary | |
---|---|
GenerateXML(java.lang.String host,
java.lang.String user,
java.lang.String password,
java.lang.String database,
java.lang.String table,
java.lang.String schema,
java.lang.String file)
|
|
GenerateXML(t_connect con,
java.lang.String table,
java.lang.String schema,
java.lang.String file)
|
Method Summary | |
---|---|
void |
exec()
|
java.lang.String |
getFile()
Get the value of file. |
int |
getGridHeight()
Get the value of gridHeight. |
int |
getGridX()
Get the value of gridX. |
int |
getGridY()
Get the value of gridY. |
java.lang.String |
getINSETS()
|
int |
getMaxCols()
Get the maximum length of a TextField before turning into a TextArea |
int |
getNoCols()
Get the number of Columns a TextArea has. |
int |
getNoRows()
Get the number of rows a TextArea has |
int |
getNumberOfComponentsPerLine()
Get the value of numberOfComponentsPerLine. |
void |
init()
|
static void |
main(java.lang.String[] args)
|
void |
setFile(java.lang.String v)
Set the value of file. |
void |
setGridHeight(int v)
Set the value of gridHeight. |
void |
setGridX(int v)
Set the value of gridX. |
void |
setINSETS(java.lang.String v)
|
void |
setMaxCols(int v)
Set the maximum length of a TextField before turning into a TextArea |
void |
setNoCols(int v)
Set the number of Columns a TextArea has. |
void |
setNoRows(int v)
Set the number of rows a TextArea has |
void |
setNumberOfComponentsPerLine(int v)
Set the value of numberOfComponentsPerLine. |
Methods inherited from class gpl.fredy.share.BasicAdmin |
---|
getCon, getDatabase, getHost, getPassword, getSchema, getTable, getUser, setCon, setDatabase, setHost, setPassword, setSchema, setTable, setUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String INSETS
Constructor Detail |
---|
public GenerateXML(java.lang.String host, java.lang.String user, java.lang.String password, java.lang.String database, java.lang.String table, java.lang.String schema, java.lang.String file)
public GenerateXML(t_connect con, java.lang.String table, java.lang.String schema, java.lang.String file)
Method Detail |
---|
public void setINSETS(java.lang.String v)
public java.lang.String getINSETS()
public int getNumberOfComponentsPerLine()
public void setNumberOfComponentsPerLine(int v)
v
- Value to assign to numberOfComponentsPerLine.public int getGridY()
public int getGridX()
public void setGridX(int v)
v
- Value to assign to gridX.public int getGridHeight()
public void setGridHeight(int v)
v
- Value to assign to gridHeight.public int getMaxCols()
public void setMaxCols(int v)
v
- Value to assign to maxCols.public int getNoCols()
public void setNoCols(int v)
v
- Value to assign to noCols.public int getNoRows()
public void setNoRows(int v)
v
- Value to assign to noRows.public java.lang.String getFile()
public void setFile(java.lang.String v)
v
- Value to assign to file.public void init()
public void exec()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |