158159160161162163164165166167168
return twigPath != null && twigPath.isCustomPath(); } }); tablePanel.disableUpAction(); tablePanel.disableDownAction(); this.panelTableView.add(tablePanel.createPanel()); return this.panel1; }
118119120121122123124125126127128
MethodParameterReferenceSettingsForm.this.openTwigPathDialog(null); } }); tablePanel.disableUpAction(); tablePanel.disableDownAction(); this.panelConfigTableView.add(tablePanel.createPanel()); return this.panel1; }
130131132133134135136137138139140
MethodSignatureTypeSettingsForm.this.openTwigPathDialog(null); } }); tablePanel.disableUpAction(); tablePanel.disableDownAction(); this.panelConfigTableView.add(tablePanel.createPanel()); return this.panel1; }