| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | CanResizeHorizontally
()
Get method for attribute "CanResizeHorizontally" |
| boolean | CanResizeVertically
()
Get method for attribute "CanResizeVertically" |
| int | GetCellColumnIndex
()
Get method for attribute "CellColumnIndex" |
| int | GetCellRowIndex
()
Get method for attribute "CellRowIndex" |
| int | GetHeight
()
Get method for attribute "Height" |
| int | GetWidth
()
Get method for attribute "Width" |
| void | SetCanResizeHorizontally
(boolean value)
Set method for attribute "CanResizeHorizontally" |
| void | SetCanResizeVertically
(boolean value)
Set method for attribute "CanResizeVertically" |
| void | SetCellColumnIndex
(int value)
Set method for attribute "CellColumnIndex" |
| void | SetCellRowIndex
(int value)
Set method for attribute "CellRowIndex" |
| void | SetHeight
(int value)
Set method for attribute "Height" |
| void | SetWidth
(int value)
Set method for attribute "Width" |
| Method Detail |
|---|
| GetCellColumnIndex/SetCellColumnIndex |
|---|
| int | GetCellColumnIndex | () |
| void | SetCellColumnIndex | (int value) |
| |
| GetCellRowIndex/SetCellRowIndex |
|---|
| int | GetCellRowIndex | () |
| void | SetCellRowIndex | (int value) |
| |
| GetWidth/SetWidth |
|---|
| int | GetWidth | () |
| void | SetWidth | (int value) |
| |
| GetHeight/SetHeight |
|---|
| int | GetHeight | () |
| void | SetHeight | (int value) |
| |
| CanResizeHorizontally/SetCanResizeHorizontally |
|---|
| boolean | CanResizeHorizontally | () |
| void | SetCanResizeHorizontally | (boolean value) |
| |
| CanResizeVertically/SetCanResizeVertically |
|---|
| boolean | CanResizeVertically | () |
| void | SetCanResizeVertically | (boolean value) |
| |