Revision 281 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.impl/src/main/java/org/gvsig/tools/swing/impl/dynobject/DefaultDynObjectSwingServiceManager.java

View differences:

DefaultDynObjectSwingServiceManager.java
64 64

  
65 65
    }
66 66

  
67
    public JDynFieldComponent getJDynFieldComponent(ValueField parent,
68
        DynField field, boolean getContainerType) throws ServiceException {
69

  
67
    public JDynFieldComponent getJDynFieldComponent(ValueField parent, boolean getContainerType) throws ServiceException {
68
        DynField field = parent.getDynField();
70 69
        DynObject serviceParams = createJDynFieldParams(field);
71 70

  
72 71
        serviceParams
......
77 76

  
78 77
    }
79 78

  
80
    /*
81
     * (non-Javadoc)
82
     * 
83
     * @seeorg.gvsig.tools.swing.spi.DynObjectSwingServiceManager#
84
     * getJSingleComboBoxDynFieldComponent(org.gvsig.tools.dynobject.DynField,
85
     * org.gvsig.tools.swing.api.dynobject.dynfield.ValueField)
86
     */
87 79
    public JDynFieldComponent getJSingleComboBoxDynFieldComponent(
88
        JDynFieldComponent component, DynField field) {
80
        JDynFieldComponent component, ValueField field) {
89 81
        return new JComboBoxDynFieldComponent(component, field);
90 82

  
91 83
    }

Also available in: Unified diff