This can be used to store and retrieve frequently used scripts in/from a persistent backend. @author cretzel
9192939495969798
@Override protected void onConfigure() { super.onConfigure(); final IScriptTemplateStore store = getStore(); setVisible(store != null && !store.readOnly()); }