182183184185186187188189190191192
/* * This custom String Panel will check that the expression is * correct before returning that value is set. This allows a UI to */ return new StringPanel(this) { @Override public boolean isValueSet() { return super.isValueSet(); }
47484950515253
super(name, description, defaultValue); } @Override protected PropertyInputPanel createInputPanel() { return new StringPanel(this); }