public class HelpManager extends LogicManager
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY_DATA
String for displaying new data.
|
protected HelpWindow |
helpWindow
Help dialog for detailing basic program usage.
|
static String |
URL_VISBIO
URL of VisBio web page.
|
bio| Constructor and Description |
|---|
HelpManager(VisBioFrame bio)
Constructs an exit manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHelpTopic(String name,
String source)
Adds a new help topic.
|
void |
checkVisualization()
Prompts user for whether to visualize the currently selected data object.
|
void |
doEvent(VisBioEvent evt)
Called to notify the logic manager of a VisBio event.
|
int |
getTasks()
Gets the number of tasks required to initialize this logic manager.
|
void |
helpAbout()
Brings up VisBio's about dialog.
|
void |
helpHelp()
Brings up a window detailing basic program usage.
|
getVisBio, restoreState, saveStatepublic static final String URL_VISBIO
public static final String DISPLAY_DATA
protected HelpWindow helpWindow
public HelpManager(VisBioFrame bio)
public void checkVisualization()
public void doEvent(VisBioEvent evt)
doEvent in class LogicManagerpublic int getTasks()
getTasks in class LogicManagerpublic void helpHelp()
public void helpAbout()
Copyright © 2015–2022 SciJava. All rights reserved.