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 Details

    • DialogUtil

      public DialogUtil()
  • Method Details

    • getFieldsFromLayer

      public static List getFieldsFromLayer(Layer l)
    • updateFieldComboBox

      public static void updateFieldComboBox(JComboBox cb, Layer l)
    • getFieldsFromLayerWithoutGeometry

      public static List getFieldsFromLayerWithoutGeometry(Layer l)
    • 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)