Class CommandPopupMenuPanelPresentationModel

    • Method Detail

      • getCommandContentPadding

        public java.awt.Insets getCommandContentPadding​()
      • setCommandContentPadding

        public void setCommandContentPadding​(java.awt.Insets commandContentPadding)
      • getCommandIconDimension

        public java.lang.Integer getCommandIconDimension​()
      • setCommandIconDimension

        public void setCommandIconDimension​(java.lang.Integer commandIconDimension)
      • getContentPadding

        public java.awt.Insets getContentPadding​()
      • setContentPadding

        public void setContentPadding​(java.awt.Insets contentPadding)
      • getContentGap

        public int getContentGap​()
      • setContentGap

        public void setContentGap​(int contentGap)
      • getCommandHorizontalGapScaleFactor

        public double getCommandHorizontalGapScaleFactor​()
      • setCommandHorizontalGapScaleFactor

        public void setCommandHorizontalGapScaleFactor​(double commandHorizontalGapScaleFactor)
      • getCommandVerticalGapScaleFactor

        public double getCommandVerticalGapScaleFactor​()
      • setCommandVerticalGapScaleFactor

        public void setCommandVerticalGapScaleFactor​(double commandVerticalGapScaleFactor)
      • getBackgroundAppearanceStrategy

        public org.pushingpixels.radiance.theming.api.RadianceThemingSlices.BackgroundAppearanceStrategy getBackgroundAppearanceStrategy​()
      • setBackgroundAppearanceStrategy

        public void setBackgroundAppearanceStrategy​(org.pushingpixels.radiance.theming.api.RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy)
      • getActiveIconFilterStrategy

        public org.pushingpixels.radiance.theming.api.RadianceThemingSlices.IconFilterStrategy getActiveIconFilterStrategy​()
      • getEnabledIconFilterStrategy

        public org.pushingpixels.radiance.theming.api.RadianceThemingSlices.IconFilterStrategy getEnabledIconFilterStrategy​()
      • getDisabledIconFilterStrategy

        public org.pushingpixels.radiance.theming.api.RadianceThemingSlices.IconFilterStrategy getDisabledIconFilterStrategy​()
      • setIconFilterStrategies

        public void setIconFilterStrategies​(org.pushingpixels.radiance.theming.api.RadianceThemingSlices.IconFilterStrategy activeIconFilterStrategy,
                                            org.pushingpixels.radiance.theming.api.RadianceThemingSlices.IconFilterStrategy enabledIconFilterStrategy,
                                            org.pushingpixels.radiance.theming.api.RadianceThemingSlices.IconFilterStrategy disabledIconFilterStrategy)
      • isToShowGroupLabels

        public boolean isToShowGroupLabels​()
      • setToShowGroupLabels

        public void setToShowGroupLabels​(boolean toShowGroupLabels)
      • getCommandHorizontalAlignment

        public int getCommandHorizontalAlignment​()