Abstract1DShape
501502503504505506507508509510511
if (properties == null){ return null; } if (properties.containsAll(Arrays.asList(new Abstract1DShapePropertiesNames().getPropertyNames()))){ return new PropertiesPanel1D(Builtin.resources.getString("1DShape")); } else { return super.getPanel(properties); } }