All Classes Namespaces Files Functions Variables
javafxmlpackage.wizards.PackageWizardPage Class Reference

Wizard, joka luo jyu ohj2 kurssin mukaisen javaFXML packagen. More...

Inheritance diagram for javafxmlpackage.wizards.PackageWizardPage:

Public Member Functions

 PackageWizardPage (ISelection selection)
 Constructor for PackageNewWizardPage.
 
void createControl (Composite parent)
 
String getContainerName ()
 
String getFileName ()
 
String getPackageName ()
 

Protected Member Functions

void handleBrowse ()
 Uses the standard container selection dialog to choose the new value for the container field.
 

Private Member Functions

void initialize ()
 Tests if the current workbench selection is a suitable container to use.
 
void dialogChanged ()
 Valitetaan virheistä jne.
 
void updateStatus (String message)
 

Private Attributes

Text containerText
 
Text packageName
 
Text fileName
 
ISelection selection
 

Detailed Description

Wizard, joka luo jyu ohj2 kurssin mukaisen javaFXML packagen.

Definition at line 31 of file PackageWizardPage.java.

Constructor & Destructor Documentation

javafxmlpackage.wizards.PackageWizardPage.PackageWizardPage ( ISelection  selection)
inline

Constructor for PackageNewWizardPage.

Parameters
selections

Definition at line 42 of file PackageWizardPage.java.

Member Function Documentation

void javafxmlpackage.wizards.PackageWizardPage.createControl ( Composite  parent)
inline
See Also
IDialogPage::createControl(Composite)

Definition at line 53 of file PackageWizardPage.java.

void javafxmlpackage.wizards.PackageWizardPage.dialogChanged ( )
inlineprivate

Valitetaan virheistä jne.

Definition at line 194 of file PackageWizardPage.java.

String javafxmlpackage.wizards.PackageWizardPage.getContainerName ( )
inline
Returns
src:n polku

Definition at line 251 of file PackageWizardPage.java.

String javafxmlpackage.wizards.PackageWizardPage.getFileName ( )
inline
Returns
ohjelman nimi

Definition at line 258 of file PackageWizardPage.java.

String javafxmlpackage.wizards.PackageWizardPage.getPackageName ( )
inline
Returns
paketin nimi

Definition at line 265 of file PackageWizardPage.java.

void javafxmlpackage.wizards.PackageWizardPage.handleBrowse ( )
inlineprotected

Uses the standard container selection dialog to choose the new value for the container field.

Definition at line 178 of file PackageWizardPage.java.

void javafxmlpackage.wizards.PackageWizardPage.initialize ( )
inlineprivate

Tests if the current workbench selection is a suitable container to use.

Definition at line 111 of file PackageWizardPage.java.

void javafxmlpackage.wizards.PackageWizardPage.updateStatus ( String  message)
inlineprivate

Definition at line 243 of file PackageWizardPage.java.

Member Data Documentation

Text javafxmlpackage.wizards.PackageWizardPage.containerText
private

Definition at line 32 of file PackageWizardPage.java.

Text javafxmlpackage.wizards.PackageWizardPage.fileName
private

Definition at line 34 of file PackageWizardPage.java.

Text javafxmlpackage.wizards.PackageWizardPage.packageName
private

Definition at line 33 of file PackageWizardPage.java.

ISelection javafxmlpackage.wizards.PackageWizardPage.selection
private

Definition at line 35 of file PackageWizardPage.java.


The documentation for this class was generated from the following file: