org.openorb.board.plugins.help
Class JavaHelpExtractor

java.lang.Object
  |
  +--org.openorb.board.plugins.help.JavaHelpExtractor

public class JavaHelpExtractor
extends java.lang.Object

OpenORB Management Board / JavaHelp Extractor

Author:
Olivier Modica

Constructor Summary
JavaHelpExtractor(javax.help.JHelp helpComponent)
          Constructor
 
Method Summary
 javax.help.JHelpContentViewer getContentViewer()
          Returns the ContentViewer
 javax.swing.JTextField getFindTextField()
          Returns the find text field
 javax.swing.JTextField getIndexFindTextField()
          Returns the index find text field
 javax.help.JHelpIndexNavigator getIndexNavigator()
          Returns the IndexNavigator
 javax.swing.JButton getNextButton()
          Returns the next button
 javax.swing.JButton getPrevButton()
          Returns the previous button
 javax.swing.JButton getPrintButton()
          Returns the print button
 javax.swing.JButton getPrintPropButton()
          Returns the print properties button
 javax.help.JHelpSearchNavigator getSearchNavigator()
          Returns the SearchNavigator
 javax.help.JHelpTOCNavigator getTOCNavigator()
          Returns the TocNavigator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaHelpExtractor

public JavaHelpExtractor(javax.help.JHelp helpComponent)
Constructor
Method Detail

getPrevButton

public javax.swing.JButton getPrevButton()
Returns the previous button

getNextButton

public javax.swing.JButton getNextButton()
Returns the next button

getPrintButton

public javax.swing.JButton getPrintButton()
Returns the print button

getPrintPropButton

public javax.swing.JButton getPrintPropButton()
Returns the print properties button

getFindTextField

public javax.swing.JTextField getFindTextField()
Returns the find text field

getIndexFindTextField

public javax.swing.JTextField getIndexFindTextField()
Returns the index find text field

getTOCNavigator

public javax.help.JHelpTOCNavigator getTOCNavigator()
Returns the TocNavigator

getIndexNavigator

public javax.help.JHelpIndexNavigator getIndexNavigator()
Returns the IndexNavigator

getSearchNavigator

public javax.help.JHelpSearchNavigator getSearchNavigator()
Returns the SearchNavigator

getContentViewer

public javax.help.JHelpContentViewer getContentViewer()
Returns the ContentViewer