|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GeneratorContext in org.openbp.cockpit.generator |
|---|
| Methods in org.openbp.cockpit.generator with parameters of type GeneratorContext | |
|---|---|
void |
GeneratorCustomizer.afterPageSequenceUpdate(GeneratorContext context,
GeneratorWizard wizard)
Template method that is called after the page sequence has been updated. |
void |
GeneratorCustomizer.beforePageSequenceUpdate(GeneratorContext context,
GeneratorWizard wizard)
Template method that is called before the page sequence has been updated. |
void |
GeneratorCustomizer.checkRequirements(GeneratorContext context)
This method is executed after the generation process has been selected in order to check any conditions that need to be fullfilled for the process to work. |
void |
Generator.checkRequirements(GeneratorContext context)
Checks the requirements of the generation process for the current item. |
void |
Generator.copyInitialPropertiesToContext(GeneratorContext context)
Copies the initial properties to the property table of the generator context. |
java.lang.Object |
GeneratorCustomizer.createSettings(GeneratorContext context)
Creates a settings object for this customizer if it requires one. |
void |
Generator.createSettings(GeneratorContext context)
Creates a settings object for the customizer if it requires one. |
java.lang.String |
GeneratorCustomizer.evaluateFormat(GeneratorContext context,
java.lang.String format)
Evaluates a format descrition. |
java.lang.String |
GeneratorCustomizer.getTemplateName(GeneratorContext context)
Gets template name. |
boolean |
GeneratorCustomizer.hasResultPage(GeneratorContext context)
Determines if the generator should display a result page. |
void |
GeneratorCustomizer.loadSettings(GeneratorContext context)
Loads the settings from persistent storage into the newly created settings object. |
void |
Generator.loadSettings(GeneratorContext context)
Loads the settings from persistent storage into the newly created settings object. |
void |
GeneratorCustomizer.performProcess(GeneratorContext context)
Main processing step. |
void |
Generator.performProcess(GeneratorContext context)
Performs the generation process. |
void |
GeneratorCustomizer.postProcess(GeneratorContext context)
Post-process step that is executed after the actual generation step. |
void |
Generator.postProcess(GeneratorContext context)
Performs the generation post-process. |
void |
GeneratorCustomizer.preProcess(GeneratorContext context)
Pre-process step that is executed before the actual generation step. |
void |
Generator.preProcess(GeneratorContext context)
Performs the generation pre-processing. |
void |
GeneratorCustomizer.processWizardEvent(GeneratorContext context,
WizardEvent event)
Processes a wizard event caused by a generator wizard page. |
void |
Generator.removeInitialPropertiesToContext(GeneratorContext context)
Removes the initial property values from the property table of the generator context. |
void |
Generator.runTemplateEngine(GeneratorContext context)
Runs the template engine. |
void |
GeneratorCustomizer.saveSettings(GeneratorContext context)
Saves the settings from the settings object to persistent storage. |
void |
Generator.saveSettings(GeneratorContext context)
Saves the settings from the settings object to persistent storage. |
| Uses of GeneratorContext in org.openbp.cockpit.generator.activity |
|---|
| Methods in org.openbp.cockpit.generator.activity with parameters of type GeneratorContext | |
|---|---|
java.lang.String |
ActivityCustomizer.getTemplateName(GeneratorContext context)
Gets template name. |
boolean |
ActivityCustomizer.hasResultPage(GeneratorContext context)
Determines if the generator should display a result page. |
void |
ActivityCustomizer.processWizardEvent(GeneratorContext context,
WizardEvent event)
Processes a wizard event caused by a wizard page. |
| Uses of GeneratorContext in org.openbp.cockpit.generator.process |
|---|
| Methods in org.openbp.cockpit.generator.process with parameters of type GeneratorContext | |
|---|---|
boolean |
ProcessCustomizer.hasResultPage(GeneratorContext context)
Determines if the generator should display a result page. |
void |
ProcessCustomizer.processWizardEvent(GeneratorContext context,
WizardEvent event)
Processes a wizard event caused by a wizard page. |
void |
ProcessCustomizer.updateItemName(GeneratorContext context)
Updates the name of the visual item. |
void |
ProcessCustomizer.updateItemStructure(GeneratorContext context)
Updates the visual item before saving. |
| Uses of GeneratorContext in org.openbp.cockpit.generator.type |
|---|
| Methods in org.openbp.cockpit.generator.type with parameters of type GeneratorContext | |
|---|---|
void |
TypeCustomizer.afterPageSequenceUpdate(GeneratorContext context,
GeneratorWizard wizard)
Template method that is called after the page sequence has been updated. |
protected javax.swing.JButton |
TypeCustomizer.createAddButton(GeneratorContext context,
JaspiraWizardObjectPage page)
Creates the 'Add member' button. |
protected javax.swing.JButton |
TypeCustomizer.createRemoveButton(GeneratorContext context,
JaspiraWizardObjectPage page)
Creates the 'Remove member' button. |
java.lang.String |
TypeCustomizer.getTemplateName(GeneratorContext context)
Gets template name. |
boolean |
TypeCustomizer.hasResultPage(GeneratorContext context)
Determines if the generator should display a result page. |
void |
TypeCustomizer.processWizardEvent(GeneratorContext context,
WizardEvent event)
Processes a wizard event caused by a wizard page. |
| Uses of GeneratorContext in org.openbp.cockpit.generator.wizard |
|---|
| Fields in org.openbp.cockpit.generator.wizard declared as GeneratorContext | |
|---|---|
protected GeneratorContext |
GeneratorWizard.context
Generator context |
| Methods in org.openbp.cockpit.generator.wizard that return GeneratorContext | |
|---|---|
GeneratorContext |
WizardSelectionPage.getContext()
Gets the generator context. |
GeneratorContext |
WizardResultPage.getContext()
Gets the generator context. |
GeneratorContext |
WizardObjectPage.getContext()
Gets the generator context. |
GeneratorContext |
WizardCustomPage.getContext()
Gets the generator context. |
GeneratorContext |
GeneratorWizard.getContext()
Gets the generator context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||