Revision 26053 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/TableOperations.java

View differences:

TableOperations.java
86 86
 */
87 87
public class TableOperations extends Extension implements ExpressionListener {
88 88
	private FeatureStore featureStore = null;
89
	//private Table vista;
90 89

  
91 90
	/**
92 91
	 * @see com.iver.mdiApp.plugins.IExtension#updateUI(java.lang.String)
93 92
	 */
94 93
	public void execute(String actionCommand) {
95
		//		FIXME
96 94
				ProjectExtension pe = (ProjectExtension) PluginServices.getExtension(ProjectExtension.class);
97 95
				com.iver.cit.gvsig.project.Project project=pe.getProject();
98 96
				FeatureTableDocument[] pts = project.getDocumentsByType(FeatureTableDocumentFactory.registerName)

Also available in: Unified diff