org.openjump.sigle.utilities.gui
Class DialogUtil
java.lang.Object
org.openjump.sigle.utilities.gui.DialogUtil
public class DialogUtil
- extends java.lang.Object
Utility class to select attributes from a layer.
- Version:
- 2005-08-14
- Author:
- Olivier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogUtil
public DialogUtil()
getFieldsFromLayer
public static java.util.List getFieldsFromLayer(Layer l)
updateFieldComboBox
public static void updateFieldComboBox(javax.swing.JComboBox cb,
Layer l)
getFieldsFromLayerWithoutGeometry
public static java.util.List getFieldsFromLayerWithoutGeometry(Layer l)
getDoubleFromAttribute
public static java.lang.Double getDoubleFromAttribute(Feature f,
java.lang.String attributeName)
updateFieldTypeLabel
public static void updateFieldTypeLabel(javax.swing.JLabel label,
Layer l,
java.lang.String attributeName)
setLayerNamesAsListData
public static void setLayerNamesAsListData(LayerManager argManager,
javax.swing.JList argList)