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 DoublegetDoubleFromAttribute(Feature f, String attributeName)static ListgetFieldsFromLayer(Layer l)static ListgetFieldsFromLayerWithoutGeometry(Layer l)static voidsetLayerNamesAsListData(LayerManager argManager, JList argList)static voidupdateFieldComboBox(JComboBox cb, Layer l)static voidupdateFieldTypeLabel(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)
-
-