예제 #1
0
 public String getBoxSelectionStrategyName() {
   return boxSelectionStrategy.getClass().getSimpleName();
 }
예제 #2
0
 public boolean switchBox() {
   return boxSelectionStrategy.switchBox();
 }