9293949596979899100101102
@Override protected void onConfigure() { super.onConfigure(); final IScriptTemplateStore store = getStore(); setVisible(store != null && !store.readOnly()); } private IScriptTemplateStore getStore() { return enginePanel.getStore();