|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.gui.panel.JaxoUserGuide
public class JaxoUserGuide
Responsible for creating and locating the User Guide.
Constructor Summary | |
---|---|
JaxoUserGuide(Component parentc)
Constructor that takes a parent component. |
|
JaxoUserGuide(String targetDir,
Component parentc)
Constructor that takes a parent component and an alternative target location. |
Method Summary | |
---|---|
boolean |
isLocallyBrowsable()
Checks if the User Guide exists locally and if not, tries to re-create it. |
URL |
localIndexPage()
Returns a URL to the index page of the local copy of the User Guide. |
static void |
main(String[] args)
Create the User Guide from the command line. |
void |
show(JaxoPreview p)
Shows the User Guide in the given Preview. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoUserGuide(Component parentc)
parentc
- The parent component for this UserGuide.public JaxoUserGuide(String targetDir, Component parentc)
targetDir
- the directory where the user guide will be created.parentc
- The parent component for this UserGuide.Method Detail |
---|
public static void main(String[] args)
args
- optional: args[0] may contain the target directory
where the User Guide will be created. If not given,
the User Guide will be created in JaxoInfo.USER_HOME
.public void show(JaxoPreview p)
p
- The preview to use.public boolean isLocallyBrowsable()
public URL localIndexPage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |