|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGBLRow
This is the actual data object that GBLEditor is centered around.
Constructor Summary | |
GBLRow(int count)
|
Method Summary | |
int |
getAnchor()
Returns the integer representation of the GBL-anchor |
static String[] |
getAnchorTypes()
Returns an array containing the selectable types of grid-bag-layout anchoring that may be used/selected |
int |
getColumn()
Returns the column a component will occupy. |
int |
getColumns()
Returns the number of columns a component will occupy. |
int |
getFill()
Returns the integer representation of the GBL-fill |
static String[] |
getFillTypes()
Returns an array containing the selectable types of fill that may be used/selected |
String |
getName()
Returns the name of the GUI component.. |
int |
getRow()
Returns the row a component will occupy. |
int |
getRows()
Returns the number of rows a component will occupy. |
String |
getText()
Returns the default text to be contained in a text-based element |
String |
getType()
Returns the integer representation of the GUI component type |
static String[] |
getTypes()
Returns an array of all selectable GUI component types |
void |
setAnchor(int newanchor)
Sets the anchoring on a GBL-component row. |
void |
setColumn(int newcolumn)
Sets the column. |
void |
setColumns(int newcolumns)
Sets the width in number of columns for the resulting GUI-component. |
void |
setFill(int newfill)
Sets the type of fill on a GBL-component row. |
void |
setName(String newname)
sets the name of the resulting variable generated. |
void |
setRow(int newrow)
Sets the row. |
void |
setRows(int newrows)
Sets the height in number of rows for the resulting GUI-component. |
void |
setText(String newtext)
Sets the default text that will be applied to a text-based element. |
void |
setType(String type)
Sets the java component type of a GBL-component row |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GBLRow(int count)
Method Detail |
public static String[] getTypes()
public static String[] getFillTypes()
public static String[] getAnchorTypes()
public String getType()
public String getName()
public String getText()
public int getRow()
public int getColumn()
public int getRows()
public int getColumns()
public int getAnchor()
public int getFill()
public void setType(String type)
public void setName(String newname)
public void setText(String newtext)
public void setRow(int newrow)
public void setColumn(int newcolumn)
public void setRows(int newrows)
public void setColumns(int newcolumns)
public void setAnchor(int newanchor)
public void setFill(int newfill)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |