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