use of com.revolsys.swing.map.form.FieldNamesSetPanel in project com.revolsys.open by revolsys.
the class AbstractRecordLayer method newPropertiesPanelFieldNamesSet.
protected void newPropertiesPanelFieldNamesSet(final TabbedValuePanel propertiesPanel) {
final FieldNamesSetPanel panel = new FieldNamesSetPanel(this);
propertiesPanel.addTab("Field Sets", panel);
}
Aggregations