Wizard, joka luo jyu ohj2 kurssin mukaisen javaFXML packagen.
More...
|
| PackageWizard () |
| Constructor for PackageWizard.
|
|
void | addPages () |
| Adding the page to the wizard.
|
|
boolean | performFinish () |
| This method is called when 'Finish' button is pressed in the wizard.
|
|
void | init (IWorkbench workbench, IStructuredSelection select) |
| We will accept the selection in the workbench to see if we can initialize from it.
|
|
|
void | doFinish (String containerName, String packageName, String fileName, IProgressMonitor monitor) throws CoreException |
| Luodaan tiedostot.
|
|
|
void | tarkistaProjekti (IContainer cont, IProgressMonitor monitor) throws CoreException |
|
StringBuilder | getStringBuilder (InputStream stream) throws IOException |
| muutetaa inputstream stringiksi, jotta voidaan muokkaa sitä
|
|
InputStream | openContentStream (int monesko, String packageName, String fileName, String alkupFileName) |
| Filujen sisältö...
|
|
InputStream | openFxprojektStream (IContainer cont) |
|
void | throwCoreException (String message) throws CoreException |
|
Wizard, joka luo jyu ohj2 kurssin mukaisen javaFXML packagen.
Definition at line 25 of file PackageWizard.java.
javafxmlpackage.wizards.PackageWizard.PackageWizard |
( |
| ) |
|
|
inline |
void javafxmlpackage.wizards.PackageWizard.addPages |
( |
| ) |
|
|
inline |
void javafxmlpackage.wizards.PackageWizard.doFinish |
( |
String |
containerName, |
|
|
String |
packageName, |
|
|
String |
fileName, |
|
|
IProgressMonitor |
monitor |
|
) |
| throws CoreException |
|
inlineprotected |
Luodaan tiedostot.
- Parameters
-
containerName | projektin src folder |
packageName | paketin nimi |
fileName | ohjelman nimi |
monitor | eclipse monitori |
- Exceptions
-
CoreException | eclipse joku core exception varmaanki |
Definition at line 93 of file PackageWizard.java.
StringBuilder javafxmlpackage.wizards.PackageWizard.getStringBuilder |
( |
InputStream |
stream | ) |
throws IOException |
|
inlineprivate |
muutetaa inputstream stringiksi, jotta voidaan muokkaa sitä
- Parameters
-
- Returns
- is -> string
- Exceptions
-
Definition at line 294 of file PackageWizard.java.
void javafxmlpackage.wizards.PackageWizard.init |
( |
IWorkbench |
workbench, |
|
|
IStructuredSelection |
select |
|
) |
| |
|
inline |
We will accept the selection in the workbench to see if we can initialize from it.
- See Also
- IWorkbenchWizard::init(IWorkbench, IStructuredSelection)
Definition at line 421 of file PackageWizard.java.
InputStream javafxmlpackage.wizards.PackageWizard.openContentStream |
( |
int |
monesko, |
|
|
String |
packageName, |
|
|
String |
fileName, |
|
|
String |
alkupFileName |
|
) |
| |
|
inlineprivate |
Filujen sisältö...
tää ny siin plugin wizardis oli tehty tällei, että tehää samalla tavalla pienellä omalla jollai.. - iha varmuuden vuoks
monesko - 1 = .css tiedosto, 2 = Controller tiedosto, 3 = .java tiedosto, 4 = xml tiedosto
Definition at line 314 of file PackageWizard.java.
InputStream javafxmlpackage.wizards.PackageWizard.openFxprojektStream |
( |
IContainer |
cont | ) |
|
|
inlineprivate |
boolean javafxmlpackage.wizards.PackageWizard.performFinish |
( |
| ) |
|
|
inline |
This method is called when 'Finish' button is pressed in the wizard.
We will create an operation and run it using wizard as execution context.
Definition at line 53 of file PackageWizard.java.
void javafxmlpackage.wizards.PackageWizard.tarkistaProjekti |
( |
IContainer |
cont, |
|
|
IProgressMonitor |
monitor |
|
) |
| throws CoreException |
|
inlineprivate |
void javafxmlpackage.wizards.PackageWizard.throwCoreException |
( |
String |
message | ) |
throws CoreException |
|
inlineprivate |
ISelection javafxmlpackage.wizards.PackageWizard.selection |
|
private |
The documentation for this class was generated from the following file: