|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuHelpFrame

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.memoire.bu.BuInternalFrame
com.memoire.bu.BuBrowserFrame
com.memoire.bu.BuHelpFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, BuCutCopyPasteInterface, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.event.TreeSelectionListener, javax.swing.WindowConstants
- public class BuHelpFrame
- extends BuBrowserFrame
- implements javax.swing.event.TreeSelectionListener
- extends BuBrowserFrame
A tiny HTML browser for on-line help. Is an internal frame on the desktop and an alternative to an external browser as lynx ;-)
| Nested Class Summary |
| Nested classes inherited from class com.memoire.bu.BuBrowserFrame |
BuBrowserFrame.XHtmlPane |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private java.net.URL |
base_
|
private BuTree |
trIndex_
|
| Fields inherited from class com.memoire.bu.BuBrowserFrame |
app_, btAvancer_, btMaison_, btRafraichir_, btReculer_, content_, lbLink_, lbUrl_, pane_ |
| Fields inherited from class com.memoire.bu.BuInternalFrame |
SHORTCUT |
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
BuHelpFrame()
|
|
BuHelpFrame(BuCommonImplementation _app)
|
|
| Method Summary | |
protected javax.swing.tree.TreeModel |
createIndex(java.net.URL _url)
|
protected javax.swing.tree.TreeCellRenderer |
createRenderer()
|
void |
valueChanged(javax.swing.event.TreeSelectionEvent _evt)
Receives notification of a change to a tree selection model. |
| Methods inherited from class com.memoire.bu.BuBrowserFrame |
actionPerformed, copy, cut, duplicate, getEditorPane, getEnabledActions, getHtmlSource, getSpecificTools, main, paste, setDocumentUrl, setDocumentUrl, setHtmlSource, setHtmlSource, setSelected |
| Methods inherited from class com.memoire.bu.BuInternalFrame |
adjustActions, getDisabledActions, getShortcut, getShortcut, getSpecificMenus, setClosed, setRootPane, setRootPaneCheckingEnabled, setShortcut, setVisible, simplifyTop, toString, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
trIndex_
private BuTree trIndex_
base_
private java.net.URL base_
| Constructor Detail |
BuHelpFrame
public BuHelpFrame()
BuHelpFrame
public BuHelpFrame(BuCommonImplementation _app)
| Method Detail |
createRenderer
protected javax.swing.tree.TreeCellRenderer createRenderer()
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent _evt)
- Description copied from interface:
javax.swing.event.TreeSelectionListener - Receives notification of a change to a tree selection model.
- Specified by:
valueChangedin interfacejavax.swing.event.TreeSelectionListener
createIndex
protected javax.swing.tree.TreeModel createIndex(java.net.URL _url) throws java.lang.Exception
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC