销毁所有界面(但不包括传入的Stage)
(VStage stage)
| 625 | * 销毁所有界面(但不包括传入的Stage) |
| 626 | */ |
| 627 | public void clearAllUI(VStage stage) { |
| 628 | poolDialog.clear(); |
| 629 | pool.clear(); |
| 630 | if (stage != null) { |
| 631 | pool.put(stage.getName(), stage); |
| 632 | } |
| 633 | } |
| 634 | |
| 635 | |
| 636 | /** |
no test coverage detected