Revision 24994 trunk/extensions/extArcims/src/es/prodevelop/cit/gvsig/arcims/gui/dialogs/ArcImsPropsDialog.java

View differences:

ArcImsPropsDialog.java
250 250
            //			JTree avTree = ((FeatureServicePanel) svcPanel).getAvailableLayersTree();
251 251
            //			Object root = avTree.getModel().getRoot();
252 252
            //			int nofchildren = avTree.getModel().getChildCount(root);
253
            //			
253
            //
254 254
            //			String[] lyrIds = new String[1];
255 255
            //			lyrIds = ((FFeatureLyrArcIMS) fLayer).getLayerQuery().split(",");
256 256
            //
......
458 458

  
459 459
        return true;
460 460
    }
461

  
462
	public Object getWindowProfile() {
463
		return WindowInfo.DIALOG_PROFILE;
464
	}
465

  
461 466
} // @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff