Package org.openjump.sigle.utilities.gui
Class DialogUtil
- java.lang.Object
-
- org.openjump.sigle.utilities.gui.DialogUtil
-
public class DialogUtil extends Object
Utility class to select attributes from a layer.- Version:
- 2005-08-14
- Author:
- Olivier
-
-
Constructor Summary
Constructors Constructor Description DialogUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Double
getDoubleFromAttribute(Feature f, String attributeName)
static List
getFieldsFromLayer(Layer l)
static List
getFieldsFromLayerWithoutGeometry(Layer l)
static void
setLayerNamesAsListData(LayerManager argManager, JList argList)
static void
updateFieldComboBox(JComboBox cb, Layer l)
static void
updateFieldTypeLabel(JLabel label, Layer l, String attributeName)
-
-
-
Method Detail
-
getDoubleFromAttribute
public static Double getDoubleFromAttribute(Feature f, String attributeName)
-
updateFieldTypeLabel
public static void updateFieldTypeLabel(JLabel label, Layer l, String attributeName)
-
setLayerNamesAsListData
public static void setLayerNamesAsListData(LayerManager argManager, JList argList)
-
-