public class GlimmpseApplicationPanel extends Composite implements ModeSelectionHandler, WizardActionListener
Constructor and Description |
---|
GlimmpseApplicationPanel()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onCancel()
Reset the panels when the user selects "cancel" from one of the wizard
toolbar menus
|
void |
onFinish()
Callback for finishing user input
|
void |
onGuidedMode()
Display the guided mode wizard
|
void |
onHelp()
Callback for clicking the help link
|
void |
onMatrixMode()
Display the matrix mode wizard
|
void |
onNext()
Callback for moving to the next panel in
the wizard
|
void |
onPanel(WizardStepPanel panel)
Callback for navigating directly to a specific panel
|
void |
onPrevious()
Callback for moving to the previous panel in
the wizard
|
void |
onSave()
Callback for clicking the save link
|
void |
onStudyUpload(String uploadedStudy)
Parse the uploaded file to determine whether the user was
using matrix or guided mode, then load the appropriate
wizard from the XML document
|
public GlimmpseApplicationPanel()
public void onGuidedMode()
onGuidedMode
in interface ModeSelectionHandler
ModeSelectionHandler
public void onMatrixMode()
onMatrixMode
in interface ModeSelectionHandler
ModeSelectionHandler
public void onStudyUpload(String uploadedStudy)
onStudyUpload
in interface ModeSelectionHandler
public void onNext()
WizardActionListener
onNext
in interface WizardActionListener
public void onPrevious()
WizardActionListener
onPrevious
in interface WizardActionListener
public void onPanel(WizardStepPanel panel)
WizardActionListener
onPanel
in interface WizardActionListener
panel
- selected panelpublic void onFinish()
WizardActionListener
onFinish
in interface WizardActionListener
public void onHelp()
WizardActionListener
onHelp
in interface WizardActionListener
public void onSave()
WizardActionListener
onSave
in interface WizardActionListener
public void onCancel()
onCancel
in interface WizardActionListener
University of Colorado Denver, Department of Biostatistics and Informatics