Class AndamiHelpPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, IWindow

public class AndamiHelpPanel extends HelpPanel implements IWindow
See Also:
  • Constructor Details

    • AndamiHelpPanel

      public AndamiHelpPanel(javax.help.HelpSet hs)
    • AndamiHelpPanel

      public AndamiHelpPanel(javax.help.HelpSet hs, String id)
  • Method Details

    • showWindow

      public void showWindow()
      Overrides:
      showWindow in class HelpPanel
    • getWindowInfo

      public WindowInfo getWindowInfo()
      Description copied from interface: IWindow

      Gets the initial window properties. It must be called just once from the framework. To get the current WindowInfo from this window, use PluginServices.getMDIManager.getWindowInfo(window);

      Specified by:
      getWindowInfo in interface IWindow
      Returns:
      A WindowInfo object, containing the properties that this window should have when created
    • getWindowProfile

      public Object getWindowProfile()
      Description copied from interface: IWindow

      Gets the profile for this window

      Specified by:
      getWindowProfile in interface IWindow
      Returns:
      An object with the profile.