Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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