Revision 26053 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/project/document/table/gui/FeatureTableDocumentPanel.java

View differences:

FeatureTableDocumentPanel.java
142 142
			repaint();
143 143

  
144 144
		}
145
		PluginServices.getMainFrame().enableControls();
145 146
	}
146 147

  
147 148
	public void updateSelection() {
......
163 164
		}
164 165
	}
165 166

  
166
	public void stopEditing() {
167
		// TODO Auto-generated method stub
168

  
169
	}
170 167
	/**
171 168
	 * This method initializes jPanel
172 169
	 *
......
196 193
	}
197 194
	private void initialize(){
198 195
		add(getJPanel(),BorderLayout.SOUTH);
196
		try {
197
			getTablePanel().getTable().addObserver(this);
198
		} catch (DataException e) {
199
			e.printStackTrace();
200
		}
199 201
	}
200 202

  
201 203
	/**

Also available in: Unified diff