Revision 38564 branches/v2_0_0_prep/libraries/libUIComponent/src/org/gvsig/gui/beans/controls/IControl.java

View differences:

IControl.java
73 73
	 */
74 74
	public Object setValue(Object value);
75 75

  
76
	public Object getValue();
77

  
76 78
	/**
77 79
	 * Gets the name of the control, used to identify it
78 80
	 * @return the name of the control
......
86 88
	 * @return
87 89
	 */
88 90
	public void setName(String name);
91
	
89 92
}

Also available in: Unified diff