Class BasicBreadcrumbBarUI

    • Constructor Detail

      • BasicBreadcrumbBarUI

        public BasicBreadcrumbBarUI()
    • Method Detail

      • installDefaults

        protected void installDefaults​(JBreadcrumbBar bar)
      • installComponents

        protected void installComponents​(JBreadcrumbBar bar)
      • installListeners

        protected void installListeners​(JBreadcrumbBar bar)
      • uninstallDefaults

        protected void uninstallDefaults​(JBreadcrumbBar bar)
      • uninstallComponents

        protected void uninstallComponents​(JBreadcrumbBar bar)
      • uninstallListeners

        protected void uninstallListeners​(JBreadcrumbBar bar)
      • updateComponents

        protected void updateComponents()
      • pushChoices

        protected Object pushChoices​(org.pushingpixels.flamingo.internal.ui.bcb.BreadcrumbItemChoices bic)
        Pushes a choice to the top position of the stack. If the current top is already a BreadcrumbItemChoices, replace it.
        Parameters:
        bic - The choice item to push.
        Returns:
        The item that has been pushed.
      • pushChoices

        protected Object pushChoices​(org.pushingpixels.flamingo.internal.ui.bcb.BreadcrumbItemChoices bic,
                                     boolean toUpdateUI)
        Pushes a choice to the top position of the stack. If the current top is already a BreadcrumbItemChoices, replace it.
        Parameters:
        bic - The choice item to push.
        toUpdateUI - Indication whether the bar should be repainted.
        Returns:
        The item that has been pushed.
      • pushChoice

        protected Object pushChoice​(BreadcrumbItem bi,
                                    boolean toUpdateUI)
        Pushes an item to the top position of the stack. If the current top is already a BreadcrumbItemChoices, replace it.
        Parameters:
        bi - The item to push.
        toUpdateUI - Indication whether the bar should be repainted.
        Returns:
        The item that has been pushed.