Revision 34833 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/table/gui/FeatureTableDocumentPanel.java

View differences:

FeatureTableDocumentPanel.java
33 33
import org.gvsig.andami.ui.mdiManager.IWindowTransform;
34 34
import org.gvsig.andami.ui.mdiManager.SingletonWindow;
35 35
import org.gvsig.andami.ui.mdiManager.WindowInfo;
36
import org.gvsig.app.project.documents.Document;
37
import org.gvsig.app.project.documents.gui.IDocumentWindow;
38
import org.gvsig.app.project.documents.gui.WindowLayout;
36 39
import org.gvsig.app.project.documents.table.TableDocument;
37 40
import org.gvsig.fmap.dal.DataStoreNotification;
38 41
import org.gvsig.fmap.dal.exception.DataException;
......
52 55
 */
53 56
public class FeatureTableDocumentPanel extends FeatureTypesTablePanel implements
54 57
        SingletonWindow, IWindowTransform, Observer, ListSelectionListener,
55
		TableModelListener {
58
		TableModelListener, IDocumentWindow {
56 59

  
57 60
	private static final Logger LOG =
58 61
			LoggerFactory.getLogger(FeatureTableDocumentPanel.class);
......
159 162
	public Object getWindowProfile() {
160 163
		return WindowInfo.EDITOR_PROFILE;
161 164
	}
165

  
166
	public WindowLayout getWindowLayout() {
167
		// TODO Auto-generated method stub
168
		return null;
169
	}
170

  
171
	public void setWindowLayout(WindowLayout layout) {
172
		// TODO Auto-generated method stub
173
		
174
	}
175

  
176
	public void setDocument(Document document) {
177
		// TODO Auto-generated method stub
178
		
179
	}
180

  
181
	public Document getDocument() {
182
		return model;
183
	}
162 184
}

Also available in: Unified diff