()
| 355 | } |
| 356 | |
| 357 | public GridPane getCenter() { |
| 358 | Node centerNode = this.borderPane.getCenter(); |
| 359 | if (centerNode instanceof GridPane) { |
| 360 | return (GridPane) centerNode; |
| 361 | } |
| 362 | return null; |
| 363 | } |
| 364 | |
| 365 | public boolean isAllCenterGrid() { |
| 366 | return this.indexCenterGrid == 0; |
no outgoing calls
no test coverage detected