Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » generating "implements Cloneable"
generating "implements Cloneable" [message #116616] Thu, 13 November 2003 04:13 Go to next message
Eclipse UserFriend
Originally posted by: andreas.knuth.dwpbank.de

Does anybody know how to generate programmatically an "implements
Cloneable" statement in the class definition line ?

eg.
public class Foo {} ---> public class Foo implements Cloneable {}
Re: generating "implements Cloneable" [message #116649 is a reply to message #116616] Thu, 13 November 2003 11:29 Go to previous message
Eclipse UserFriend
> Does anybody know how to generate programmatically an "implements
> Cloneable" statement in the class definition line ?

Class Creation Wizard (File/New/Class):

At the bottom there's "Interfaces" click "Add..." and select "Clonable".

Sebastian
Previous Topic:Typecasting Plugin classes
Next Topic:Editing from PC over Samba mount causing problems
Goto Forum:
  


Current Time: Fri May 09 22:36:22 EDT 2025

Powered by FUDForum. Page generated in 0.03080 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top