Skip to content

New Java Class Wizard

Andrej Podhradsky edited this page Oct 22, 2013 · 3 revisions

API / Abstract

Implementation

Usage

NewJavaClassWizardDialog wizard = new NewJavaClassWizardDialog();
wizard.open();
wizard.getFirstPage().setName("HelloWorld");
wizard.getFirstPage().setPackage("com.example.helloworld");
wizard.finish();
Clone this wiki locally