Skip to content

New File

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();
Clone this wiki locally