Пример #1
0
 public String getBoxSelectionStrategyName() {
   return boxSelectionStrategy.getClass().getSimpleName();
 }
Пример #2
0
 public boolean switchBox() {
   return boxSelectionStrategy.switchBox();
 }