Revision 6622 trunk/libraries/libUI/src/org/gvsig/gui/beans/controls/combobutton/ComboButton.java

View differences:

ComboButton.java
188 188
			button.removeActionListener(listener);
189 189
		}
190 190
	}
191
	
192
	/**
193
	 *  Sets the value of the control. It may mean different things for
194
	 *  different kinds of controls.
195
	 */
196
	public String setValue(String value) {
197
		//TODO implement this method
198
		return value;
199
	}
191 200
}
192 201

  
193 202
class MyJToggleButton extends JToggleButton

Also available in: Unified diff