Class ManualHandler

java.lang.Object
org.apache.uima.tools.cvd.control.ManualHandler
All Implemented Interfaces:
ActionListener, EventListener

public class ManualHandler extends Object implements ActionListener
Show the CVD manual in a Swing html widget. Unfortunately, the html we currently produce from our docbook source is too advanced for the the simple html widget, and is virtually unreadable. That makes this option relatively useless atm (it's better the more recent the Java version).
  • Constructor Details

    • ManualHandler

      public ManualHandler(MainFrame frame)
      Instantiates a new manual handler.
      Parameters:
      frame - the frame
  • Method Details