|
|||||||||
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(java.awt.Component parentc)
Constructor that takes a parent component. |
Method Summary | |
---|---|
boolean |
isLocallyBrowsable()
Checks if the User Guide exists locally and if not, tries to re-create it. |
java.net.URL |
localIndexPage()
Returns a URL to the index page of the local copy of the User Guide. |
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(java.awt.Component parentc)
parentc
- The parent component for this UserGuide.Method Detail |
---|
public void show(JaxoPreview p)
p
- The preview to use.public boolean isLocallyBrowsable()
public java.net.URL localIndexPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |