protected class EvaluationDetailsJDesktopToolBar.WindowConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
WindowConfiguration()
Instantiates a new window configuration that displays all at once.
|
WindowConfiguration(int noOfColumns,
int noOfRows)
Instantiates a new window configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNoOfColumns()
Gets the no of columns.
|
int |
getNoOfRows()
Gets the no of rows.
|
java.lang.String |
toString() |
public WindowConfiguration()
public WindowConfiguration(int noOfColumns,
int noOfRows)
noOfColumns - the no of columnsnoOfRows - the no of rows