Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes

de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage Class Reference

the parent class for all wizard pages. More...

List of all members.

Public Member Functions

Role getMyRole ()
EditableViewWizard getMyWizard ()
ImageData getTheImageData ()
void setMyWizard (EditableViewWizard myWizard)

Protected Member Functions

 EditableViewWizardPage (String pageName, Role myRole, String title, EditableViewWizard wizard, String description, boolean done)
 The constructor.

Private Member Functions

void setMyRole (Role myRole)

Private Attributes

Role myRole = null
 the parent role (the role where the dialog started)
EditableViewWizard myWizard = null
 the wizard

Detailed Description

the parent class for all wizard pages.

Author:
skaegebein
Version:
0.8.0
Since:
0.8.0

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage.EditableViewWizardPage ( String  pageName,
Role  myRole,
String  title,
EditableViewWizard  wizard,
String  description,
boolean  done 
) [protected]

The constructor.

Parameters:
pageName 
myRole 
title 
wizard 
description 
done 

Member Function Documentation

Role de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage.getMyRole (  ) 
Returns:
the myRole
EditableViewWizard de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage.getMyWizard (  ) 
Returns:
the myWizard
ImageData de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage.getTheImageData (  ) 
Returns:
image data
void de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage.setMyRole ( Role  myRole  )  [private]
Parameters:
themyRole the myRole to set
void de.fraunhofer.isst.axbench.editors.axlmultipage.treeeditor.wizards.EditableViewWizardPage.setMyWizard ( EditableViewWizard  myWizard  ) 
Parameters:
themyWizard the myWizard to set

Member Data Documentation

the parent role (the role where the dialog started)

the wizard