Ejemplo n.º 1
0
 /**
  * Check to see if a tool placement is hidden. Can be used to check is a page should be hidden.
  */
 public boolean isHidden(Placement placement) {
   return toolHelper.isHidden(placement);
 }