[Ts2-pm-cvs-commit] ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui ArtifactFrameProxy.java,1.1,1.
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-27 16:48:37
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32458/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui Modified Files: ArtifactFrameProxy.java Log Message: model general usage eclipse refresh Index: ArtifactFrameProxy.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/ArtifactFrameProxy.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ArtifactFrameProxy.java 21 May 2005 00:40:26 -0000 1.1 --- ArtifactFrameProxy.java 27 May 2005 16:48:08 -0000 1.2 *************** *** 23,28 **** import net.sf.ts2.pm.TS2PackageManager; ! import net.sf.ts2.pm.artifact.Artifact; ! import net.sf.ts2.pm.model.ArtifactDescriptor; import net.sf.ts2.pm.settings.Settings; --- 23,27 ---- import net.sf.ts2.pm.TS2PackageManager; ! import net.sf.ts2.pm.model.Artifact; import net.sf.ts2.pm.settings.Settings; *************** *** 32,36 **** * //implements Artifact */ ! public class ArtifactFrameProxy extends JFrame implements Artifact { private TS2PackageManager ts2PackageManager; --- 31,35 ---- * //implements Artifact */ ! public class ArtifactFrameProxy extends JFrame //implements Artifact { private TS2PackageManager ts2PackageManager; *************** *** 40,51 **** /* (non-Javadoc) - * @see net.sf.ts2.pm.artifact.Artifact#getArtifactDescriptor() - */ - public ArtifactDescriptor getArtifactDescriptor() - { - // TODO Auto-generated method stub - return null; - } - /* (non-Javadoc) * @see net.sf.ts2.pm.artifact.Artifact#getType() */ --- 39,42 ---- *************** *** 90,94 **** * @see net.sf.ts2.pm.artifact.Artifact#setArtifactDescriptor(net.sf.ts2.pm.model.ArtifactDescriptor) */ ! public void setArtifactDescriptor(ArtifactDescriptor arg0) { // TODO Auto-generated method stub --- 81,85 ---- * @see net.sf.ts2.pm.artifact.Artifact#setArtifactDescriptor(net.sf.ts2.pm.model.ArtifactDescriptor) */ ! public void setArtifactDescriptor(Artifact arg0) { // TODO Auto-generated method stub |