Esempio n. 1
0
 public String getBoxSelectionStrategyName() {
   return boxSelectionStrategy.getClass().getSimpleName();
 }
Esempio n. 2
0
 public boolean switchBox() {
   return boxSelectionStrategy.switchBox();
 }