Class AbstractMultiPageMenuItem

    • Constructor Detail

      • AbstractMultiPageMenuItem

        public AbstractMultiPageMenuItem()
    • Method Detail

      • getName

        public abstract String getName()
        The name for the menu item.
        Returns:
        the name
      • getGroup

        public abstract String getGroup()
        The name of the group this item belongs to.
        Returns:
        the name
      • getIconName

        public abstract String getIconName()
        The name of the icon to use.
        Returns:
        the name
      • getIcon

        protected Icon getIcon()
        Returns the icon to use.
        Returns:
        the icon