Revision 41962 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/plugins/config/generate/SelectableTool.java

View differences:

SelectableTool.java
96 96
     */
97 97
    private java.lang.String _icon;
98 98

  
99
   /**
100
     * Field _dropdowngroup
101
     */
102
    private java.lang.String _dropdowngroup;
103

  
99 104
    /**
100 105
     * Field _tooltip
101 106
     */
......
200 205
        return this._icon;
201 206
    } //-- java.lang.String getIcon() 
202 207

  
208
        /**
209
     * Returns the value of field 'dropdowngroup'.
210
     * 
211
     * @return the value of field 'dropdowngroup'.
212
     */
213
    public java.lang.String getDropDownGroup()
214
    {
215
        return this._dropdowngroup;
216
    } //-- java.lang.String getDropDownGroup() 
217

  
203 218
    /**
204 219
     * Returns the value of field 'isDefault'.
205 220
     * 
......
362 377
        this._icon = icon;
363 378
    } //-- void setIcon(java.lang.String) 
364 379

  
380
        /**
381
     * Sets the value of field 'dropdowngroup'.
382
     * 
383
     * @param dropdowngroup the value of field 'dropdowngroup'.
384
     */
385
    public void setDropDownGroup(java.lang.String dropdowngroup)
386
    {
387
        this._dropdowngroup = dropdowngroup;
388
    } //-- void setDropDownGroup(java.lang.String) 
389

  
365 390
    /**
366 391
     * Sets the value of field 'isDefault'.
367 392
     * 

Also available in: Unified diff