Revision 20098 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/toolListeners/PointSelectListener.java

View differences:

PointSelectListener.java
49 49

  
50 50

  
51 51
/**
52
 * Extensi?n de la clase PointSelectionListener de FMap para poder llamar a
53
 * m?todos de andami o de gvSIG.
52
 * <p>Inherits {@link PointSelectListener PointSelectListener} enabling/disabling special
53
 *  controls for managing the data selected.</p>
54 54
 *
55
 * @see PointSelectionListener
56
 *
55 57
 * @author Vicente Caballero Navarro
56 58
 */
57 59
public class PointSelectListener extends PointSelectionListener {
58 60
	/**
59
	 * DOCUMENT ME!
60
	 *
61
	 * @param mapCtrl
61
	 * <p>Creates a new <code>PointSelectListener</code> object.</p>
62
	 * 
63
	 * @param mapCtrl the <code>MapControl</code> where will be applied the changes
62 64
	 */
63 65
	public PointSelectListener(MapControl mapCtrl) {
64 66
		super(mapCtrl);
65 67
	}
66 68

  
67
	/**
68
	 * DOCUMENT ME!
69
	 *
70
	 * @param event DOCUMENT ME!
71
	 *
72
	 * @throws BehaviorException
69
	/*
70
	 * (non-Javadoc)
71
	 * @see com.iver.cit.gvsig.fmap.tools.PointSelectionListener#point(com.iver.cit.gvsig.fmap.tools.Events.PointEvent)
73 72
	 */
74 73
	public void point(PointEvent event) throws BehaviorException {
75 74
		super.point(event);
76 75
		PluginServices.getMainFrame().enableControls();
77 76
	}
77

  
78
	/*
79
	 * (non-Javadoc)
80
	 * @see com.iver.cit.gvsig.fmap.tools.PointSelectionListener#pointDoubleClick(com.iver.cit.gvsig.fmap.tools.Events.PointEvent)
81
	 */
78 82
	public void pointDoubleClick(PointEvent event) throws BehaviorException {
79 83
	/*	try {
80 84
			FLayer[] actives = mapCtrl.getMapContext()

Also available in: Unified diff