public class DialogUtil
extends java.lang.Object
Constructor and Description |
---|
DialogUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Double |
getDoubleFromAttribute(Feature f,
java.lang.String attributeName) |
static java.util.List |
getFieldsFromLayer(Layer l) |
static java.util.List |
getFieldsFromLayerWithoutGeometry(Layer l) |
static void |
setLayerNamesAsListData(LayerManager argManager,
javax.swing.JList argList) |
static void |
updateFieldComboBox(javax.swing.JComboBox cb,
Layer l) |
static void |
updateFieldTypeLabel(javax.swing.JLabel label,
Layer l,
java.lang.String attributeName) |
public static java.util.List getFieldsFromLayer(Layer l)
public static void updateFieldComboBox(javax.swing.JComboBox cb, Layer l)
public static java.util.List getFieldsFromLayerWithoutGeometry(Layer l)
public static java.lang.Double getDoubleFromAttribute(Feature f, java.lang.String attributeName)
public static void updateFieldTypeLabel(javax.swing.JLabel label, Layer l, java.lang.String attributeName)
public static void setLayerNamesAsListData(LayerManager argManager, javax.swing.JList argList)