Fixed package name

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@84043 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 13:19:16 +00:00
parent 68d0e99c39
commit 16551d535c
4 changed files with 22 additions and 14 deletions

View File

@ -1,14 +1,16 @@
/** /**
* *
*/ */
package org.gcube.portlets.user.csvimportwizardtd.client.general; package org.gcube.portlets.user.td.csvimportwidget.client.general;
import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.HTML;
import com.sencha.gxt.widget.core.client.ContentPanel; import com.sencha.gxt.widget.core.client.ContentPanel;
/** /**
* A simple wizard card. *
* @author Federico De Faveri defaveri@isti.cnr.it * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/ */
public class SimpleWizardCard extends WizardCard { public class SimpleWizardCard extends WizardCard {

View File

@ -1,9 +1,9 @@
/** /**
* *
*/ */
package org.gcube.portlets.user.csvimportwizardtd.client.general; package org.gcube.portlets.user.td.csvimportwidget.client.general;
import org.gcube.portlets.user.csvimportwizardtd.client.dataresource.ResourceBundle; import org.gcube.portlets.user.td.csvimportwidget.client.dataresource.ResourceBundle;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
@ -14,8 +14,10 @@ import com.sencha.gxt.widget.core.client.container.BorderLayoutContainer;
import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler; import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
/** /**
* Represents a Wizard Card. *
* @author Federico De Faveri defaveri@isti.cnr.it * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/ */
public class WizardCard extends BorderLayoutContainer { public class WizardCard extends BorderLayoutContainer {

View File

@ -1,13 +1,15 @@
/** /**
* *
*/ */
package org.gcube.portlets.user.csvimportwizardtd.client.general; package org.gcube.portlets.user.td.csvimportwidget.client.general;
import org.gcube.portlets.user.td.gxtservice.shared.TRId; import org.gcube.portlets.user.td.gwtservice.shared.TRId;
/** /**
* @author "Federico De Faveri defaveri@isti.cnr.it" *
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
* *
*/ */
public interface WizardListener { public interface WizardListener {

View File

@ -1,12 +1,12 @@
/** /**
* *
*/ */
package org.gcube.portlets.user.csvimportwizardtd.client.general; package org.gcube.portlets.user.td.csvimportwidget.client.general;
import java.util.ArrayList; import java.util.ArrayList;
import org.gcube.portlets.user.csvimportwizardtd.client.util.ErrorMessageBox; import org.gcube.portlets.user.csvimportwizardtd.client.util.ErrorMessageBox;
import org.gcube.portlets.user.td.gxtservice.shared.TRId; import org.gcube.portlets.user.td.gwtservice.shared.TRId;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
@ -27,8 +27,10 @@ import com.sencha.gxt.widget.core.client.toolbar.FillToolItem;
import com.sencha.gxt.widget.core.client.toolbar.ToolBar; import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
/** /**
* A generic Wizard Window. *
* @author Federico De Faveri defaveri@isti.cnr.it * @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/ */
public class WizardWindow extends Window { public class WizardWindow extends Window {