Class AbstractWekaMenuItemDefinition

    • Field Summary

      • Fields inherited from class adams.gui.application.AbstractMenuItemDefinition

        CATEGORY_HELP, CATEGORY_MACHINELEARNING, CATEGORY_MAINTENANCE, CATEGORY_PROGRAM, CATEGORY_TOOLS, CATEGORY_VISUALIZATION, CATEGORY_WIZARD, m_Owner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getCategory()
      Returns the category of the menu item in which it should appear, i.e., the name of the menu.
      String getIconName()
      Returns the file name of the icon.
      • Methods inherited from class adams.gui.application.AbstractBasicMenuItemDefinition

        getMenuItem, getUseThread, launch, postLaunch, preLaunch
      • Methods inherited from class adams.gui.application.AbstractMenuItemDefinition

        compareTo, createChildFrame, createChildFrame, equals, forCommandLine, forName, getActualCategory, getIcon, getLogger, getOwner, getTitle, getUserMode, initialize, isAvailable, isSingleton, requiresRestartableApplication, setOwner
    • Constructor Detail

      • AbstractWekaMenuItemDefinition

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

        protected AbstractWekaMenuItemDefinition​(adams.gui.application.AbstractApplicationFrame owner)
        Initializes the menu item.
        Parameters:
        owner - the owning application
    • Method Detail

      • getIconName

        public String getIconName()
        Returns the file name of the icon.
        Overrides:
        getIconName in class adams.gui.application.AbstractMenuItemDefinition
        Returns:
        the filename or null if no icon available
      • getCategory

        public String getCategory()
        Returns the category of the menu item in which it should appear, i.e., the name of the menu.
        Specified by:
        getCategory in class adams.gui.application.AbstractMenuItemDefinition
        Returns:
        the category/menu name