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

API / Abstract

Implementation

Usage

NewFileCreationWizardDialog wizard = new NewFileCreationWizardDialog();
wizard.open();
wizard.getFirstPage().setFileName("HelloWorld");
wizard.finish();

JBoss Red Deer - Quick Links

Clone this wiki locally