Class Command.BaseBuilder<T extends Command,B extends Command.BaseBuilder<T,B>>

    • Field Detail

      • text

        protected java.lang.String text
      • extraText

        protected java.lang.String extraText
      • iconFactory

        protected org.pushingpixels.neon.api.icon.ResizableIcon.Factory iconFactory
      • disabledIconFactory

        protected org.pushingpixels.neon.api.icon.ResizableIcon.Factory disabledIconFactory
      • actionRichTooltip

        protected RichTooltip actionRichTooltip
      • secondaryRichTooltip

        protected RichTooltip secondaryRichTooltip
      • isActionEnabled

        protected boolean isActionEnabled
      • isSecondaryEnabled

        protected boolean isSecondaryEnabled
      • isToggle

        protected boolean isToggle
      • isToggleSelected

        protected boolean isToggleSelected
    • Constructor Detail

      • BaseBuilder

        public BaseBuilder​()
    • Method Detail

      • configureBaseCommand

        protected void configureBaseCommand​(Command command)
      • setText

        public B setText​(java.lang.String text)
      • setIconFactory

        public B setIconFactory​(org.pushingpixels.neon.api.icon.ResizableIcon.Factory iconFactory)
      • setDisabledIconFactory

        public B setDisabledIconFactory​(org.pushingpixels.neon.api.icon.ResizableIcon.Factory iconFactory)
      • setExtraText

        public B setExtraText​(java.lang.String extraText)
      • setActionRichTooltip

        public B setActionRichTooltip​(RichTooltip actionRichTooltip)
      • setSecondaryRichTooltip

        public B setSecondaryRichTooltip​(RichTooltip secondaryRichTooltip)
      • setActionEnabled

        public B setActionEnabled​(boolean isActionEnabled)
      • setSecondaryEnabled

        public B setSecondaryEnabled​(boolean isSecondaryEnabled)
      • setToggle

        public B setToggle​()
      • setToggleSelected

        public B setToggleSelected​(boolean toggleSelected)