Beispiel #1
0
 /**
  * Close this panel.
  *
  * @param isPermanent true for permanent closing (also detach the view)
  */
 protected void closePanel(boolean isPermanent) {
   dockManager.closePanel(this, isPermanent);
 }