简体   繁体   中英

Java, Eclipse, Ant: How to create custom class generator dialog

I want to create custom dialog for creating classes inside eclipse.

I want this dialog to have name field, for method name, and parameters field for method parameters. With eclipse auto complete option for know types.

Then I will create a package and inside this package I will create a class that implements interface from the given parameters.

Where do I start? Is there any tutorials that can help me?

The best will be to create Eclipse plugin so the first thing you should do is to read something about Eclipse RPC. This tutorial should help you to start with it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM