Revision 1766 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.api/src/main/java/org/gvsig/tools/swing/api/ToolsSwingManager.java

View differences:

ToolsSwingManager.java
36 36
    public ComboBoxModel createComboBoxModel(TreeModel treeModel);
37 37

  
38 38
    /**
39
     * @param txtLabel
40
     * @param btnShowDialog
41
     * @param sldAlpha
42
     * @param allowNull
43
     * @return 
39 44
     * @deprecated use createColorPickerController
40 45
     */
41 46
    public ColorChooserController createColorChooserController(JTextField txtLabel, JButton btnShowDialog, JSlider sldAlpha, boolean allowNull);
42 47
    /**
48
     * @param txtLabel
49
     * @param btnShowDialog
50
     * @return 
43 51
     * @deprecated use createColorPickerController
44 52
     */
45 53
    public ColorChooserController createColorChooserController(JTextField txtLabel, JButton btnShowDialog);
46 54
    /**
55
     * @param txtLabel
56
     * @param btnShowDialog
57
     * @param sldAlpha
58
     * @return 
47 59
     * @deprecated use createColorPickerController
48 60
     */
49 61
    public ColorChooserController createColorChooserController(JTextField txtLabel, JButton btnShowDialog, JSlider sldAlpha);

Also available in: Unified diff