Revision 306 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.spi/src/main/java/org/gvsig/tools/swing/spi/DynObjectSwingServiceManager.java

View differences:

DynObjectSwingServiceManager.java
54 54

  
55 55
    public static final String DEFAULT_FACTORY_SUBTYPE = "default";
56 56

  
57
    /**
58
     * 
59
     * Returns a {@link JDynFieldComponent} that best matches with the given
60
     * {@link ValueField} and type.
61
     * 
62
     * @param parent
63
     *            the {@link ValueField} element.
64
     * @param type
65
     *            the current type.
66
     * 
67
     * @return
68
     *         the {@link JDynFieldComponent}.
69
     * 
70
     * @throws ServiceException
71
     */
57
	/**
58
	 * 
59
	 * Returns a {@link JDynFieldComponent} that best matches with the given
60
	 * {@link ValueField} and type.
61
	 * 
62
	 * @param parent
63
	 *            the {@link ValueField} element.
64
	 * @param type
65
	 *            the current type.
66
	 * @param writable
67
	 * 
68
	 * @return the {@link JDynFieldComponent}.
69
	 * 
70
	 * @throws ServiceException
71
	 */
72 72
    public JDynFieldComponent getJDynFieldComponent(ValueField parent,
73
        boolean type) throws ServiceException;
73
			boolean type, boolean writable) throws ServiceException;
74 74

  
75 75
    /**
76 76
     * 

Also available in: Unified diff