コード例 #1
0
 private LayerViewPanel getPanel() {
   return (LayerViewPanel) FUTURE_LangUtil.getPrivateField("panel", this, QuasimodeTool.class);
 }
コード例 #2
0
 /**
  * You cannot overwrite a ModifierKeySpec using #add; you must explicitly remove it with this
  * method.
  */
 public QuasimodeTool remove(ModifierKeySpec keySpec) {
   ((Map) FUTURE_LangUtil.getPrivateField("keySpecToToolMap", this, QuasimodeTool.class))
       .remove(keySpec);
   return this;
 }