Revision 3385 branches/gvSIG_WMSv2/extensions/extWMS/src/com/iver/cit/gvsig/gui/wizard/WizardWMS.java

View differences:

WizardWMS.java
91 91
	private javax.swing.JButton btnAnterior = null;
92 92
	private javax.swing.JPanel jPanel1 = null;
93 93
	private WizardListenerSupport listenerSupport = new WizardListenerSupport();
94
	private WizardDataSource dataSource;
94
	private WMSWizardDataSource dataSource;
95 95
	private WMSParamsPanel wmsParamsPanel = null;
96 96

  
97 97
	/**
......
167 167
		try {
168 168
			String host = cmbHost.getModel().getSelectedItem().toString();
169 169
			URL url = new URL(host);
170
			WizardData data = dataSource.detalles(url);
170
			WMSWizardData data = dataSource.detalles(url);
171 171
			lblTitle.setText(data.getTitle());
172 172
			txtAbstract.setText(data.getAbstract());
173 173
			
......
494 494
	 *
495 495
	 * @return
496 496
	 */
497
	public WizardDataSource getDataSource() {
497
	public WMSWizardDataSource getDataSource() {
498 498
		return dataSource;
499 499
	}
500 500

  
......
503 503
	 *
504 504
	 * @param source
505 505
	 */
506
	public void setDataSource(WizardDataSource source) {
506
	public void setDataSource(WMSWizardDataSource source) {
507 507
		dataSource = source;
508 508
	}
509 509

  

Also available in: Unified diff