コード例 #1
0
 public String getBoxSelectionStrategyName() {
   return boxSelectionStrategy.getClass().getSimpleName();
 }
コード例 #2
0
 public boolean switchBox() {
   return boxSelectionStrategy.switchBox();
 }