167168169170171172173174175176177
if (properties == null){ return null; } if (properties.containsAll(Arrays.asList(new GatedSvgShapePropertiesNames().getPropertyNames()))){ return new GatedSvgShapePropertiesPanel(CircuitPlugin.resources.getString("GatedSvgShape")); } else { return super.getPanel(properties); } }