Class HelpWindow

All Implemented Interfaces:
IControlee, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class HelpWindow extends JFrame implements IControlee
See Also:
  • Field Details

  • Constructor Details

    • HelpWindow

      protected HelpWindow()
  • Method Details

    • ok

      public void ok()
      Description copied from interface: IControlee
      ok will be called when the component is visible and the user presses the OK button on the ButtonBar Expected behaviour is to set all the values on the model the widget is representing followed by a getRootPane().getParent().setVisible(false);
      Specified by:
      ok in interface IControlee
      See Also:
    • getInstance

      public static HelpWindow getInstance()
    • initComponents

      protected void initComponents()
    • showUrl

      public void showUrl(URL url)
    • goBack

      public void goBack()
    • goForward

      public void goForward()
    • showPage

      protected void showPage(URL url)
    • showNode

      public void showNode(fr.esrf.tangoatk.widget.util.HelpWindow.HelpNode node)
    • addCategory

      public void addCategory(String category, String name, URL url)
    • setTop

      public void setTop(String name, URL url)
    • addTop

      public void addTop(String name, URL url)
    • showHelpWindow

      public void showHelpWindow()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception