Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/AbstractHandler.java

View differences:

AbstractHandler.java
44 44

  
45 45

  
46 46
/**
47
 * This class expands the <code>Handler</code> interface adding support for selection, and
48
 *  identifying a handler of a geometry.
47
 * <p>Expands {@link Handler Handler } adding support to select, and identify a handler of a geometry.</p>
49 48
 * 
50 49
 * @see Handler
51 50
 *
......
67 66
	protected Point2D point;
68 67

  
69 68
	/**
70
	 * True when the handler is selected.
69
	 * <code>Determines if the handler is selected.</p>
71 70
	 * 
72 71
	 * @see #select
73 72
	 * @see #isSelected()
......
83 82
	}
84 83
	
85 84
	/**
86
	 * Sets the state of the handler. <code>True</code> if is selected, <code>false</code> if it's not.
85
	 * <p>Sets the state of the handler.</p>
87 86
	 * 
88 87
	 * @param b <code>true</code> if the handler is selected, otherwise <code>false</code>
89 88
	 * 
......
94 93
	}
95 94
	
96 95
	/**
97
	 * Returns the state of the handler. <code>True</code> if is selected, <code>false</code> if it's not.
96
	 * <p>Returns the state of the handler.</p>
98 97
	 * 
99 98
	 * @return <code>true</code> if the handler is selected, otherwise <code>false</code>
100 99
	 * 

Also available in: Unified diff