Revision 6880 trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/toc/WFSPropsTocMenuEntry.java

View differences:

WFSPropsTocMenuEntry.java
53 53
 *
54 54
 * $Id$
55 55
 * $Log$
56
 * Revision 1.1  2006-06-21 12:35:45  jorpiell
56
 * Revision 1.2  2006-08-29 07:56:12  cesar
57
 * Rename the *View* family of classes to *Window* (ie: SingletonView to SingletonWindow, ViewInfo to WindowInfo, etc)
58
 *
59
 * Revision 1.1  2006/06/21 12:35:45  jorpiell
57 60
 * Se ha a?adido la ventana de propiedades. Esto implica a?adir listeners por todos los paneles. Adem?s no se muestra la geomatr?a en la lista de atributos y se muestran ?nicamnete los que se van a descargar
58 61
 *
59 62
 *
......
83 86
	public void actionPerformed(ActionEvent e) {
84 87
		lyr = getNodeLayer();
85 88
       	WFSPropsDialog dialog = new WFSPropsDialog(lyr);
86
       	PluginServices.getMDIManager().addView(dialog);
89
       	PluginServices.getMDIManager().addWindow(dialog);
87 90
	}
88 91

  
89 92
}

Also available in: Unified diff