Exemplo n.º 1
0
 /**
  * Return true if extension is supported.
  *
  * @return true if extension is supported and false otherwise.
  */
 public boolean isDialogCreated(String method) {
   return dialogCreatingMethods.contains(method.toUpperCase());
 }