Search in sources :

Example 1 with FieldNamesSetPanel

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);
}
Also used : FieldNamesSetPanel(com.revolsys.swing.map.form.FieldNamesSetPanel)

Aggregations

FieldNamesSetPanel (com.revolsys.swing.map.form.FieldNamesSetPanel)1