Class AbstractURLMenuItemDefinition

    • Constructor Detail

      • AbstractURLMenuItemDefinition

        public AbstractURLMenuItemDefinition()
        Initializes the menu item with no owner.
      • AbstractURLMenuItemDefinition

        public AbstractURLMenuItemDefinition​(AbstractApplicationFrame owner)
        Initializes the menu item.
        Parameters:
        owner - the owning application
    • Method Detail

      • getURL

        protected abstract String getURL()
        The URL to open in a browser.
        Returns:
        the URL
      • isSingleton

        public boolean isSingleton()
        Whether the panel can only be displayed once.
        Specified by:
        isSingleton in class AbstractMenuItemDefinition
        Returns:
        true if the panel can only be displayed once