Exemplo n.º 1
0
 public static boolean getBoolean(String key) {
   boolean result = FoldingPlugin.getPrefs().getBoolean(key);
   return result;
 }