|
jwx! |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wx.GBSpan
Constructor Summary | |
GBSpan()
|
|
GBSpan(int rowspan,
int colspan)
|
Method Summary | |
void |
delete()
|
int |
getColspan()
|
int |
getRowspan()
|
void |
setColspan(int colspan)
|
void |
setRowspan(int rowspan)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GBSpan()
public GBSpan(int rowspan, int colspan)
Method Detail |
public void delete()
public int getRowspan()
public int getColspan()
public void setRowspan(int rowspan)
public void setColspan(int colspan)
|
jwx! |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |