Revision 1219 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Tabla.java

View differences:

Tabla.java
46 46
 */
47 47
package com.iver.cit.gvsig;
48 48

  
49
import com.hardcode.driverManager.DriverLoadException;
50 49
import com.iver.andami.PluginServices;
51 50
import com.iver.andami.messages.NotificationManager;
52 51
import com.iver.andami.plugins.Extension;
......
61 60

  
62 61

  
63 62
/**
64
 * DOCUMENT ME!
63
 * Extensi?n que abre las tablas asociadas a las vistas.
65 64
 *
66
 * @author vcn To change the template for this generated type comment go to
67
 * 		   Window>Preferences>Java>Code Generation>Code and
68
 * 		   Comments
65
 * @author Vicente Caballero Navarro
66
 * 
69 67
 */
70 68
public class Tabla implements Extension {
71 69
	/**
72
	 * DOCUMENT ME!
73
	 *
74
	 * @return DOCUMENT ME!
70
	 * @see com.iver.andami.plugins.Extension#isEnabled()
75 71
	 */
76 72
	public boolean isEnabled() {
77 73
		View f = (View) PluginServices.getMDIManager().getActiveView();
......
99 95
	}
100 96

  
101 97
	/**
102
	 * DOCUMENT ME!
103
	 *
104
	 * @return DOCUMENT ME!
98
	 * @see com.iver.andami.plugins.Extension#isVisible()
105 99
	 */
106 100
	public boolean isVisible() {
107 101
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
......
115 109
	}
116 110

  
117 111
	/**
118
	 * DOCUMENT ME!
119
	 *
120
	 * @param status DOCUMENT ME!
121
	 * @param s DOCUMENT ME!
112
	 * @see com.iver.mdiApp.plugins.Extension#updateUI(java.lang.String)
122 113
	 */
123 114
	public void execute(String s) {
124 115
		View vista = (View) PluginServices.getMDIManager().getActiveView();

Also available in: Unified diff