Class FlatTreeUI

All Implemented Interfaces:
FlatStylingSupport.StyleableUI

public class FlatTreeUI extends BasicTreeUI implements FlatStylingSupport.StyleableUI
Provides the Flat LaF UI delegate for JTree.
  • Field Details

    • selectionBackground

      protected Color selectionBackground
    • selectionForeground

      protected Color selectionForeground
    • selectionInactiveBackground

      protected Color selectionInactiveBackground
    • selectionInactiveForeground

      protected Color selectionInactiveForeground
    • selectionBorderColor

      protected Color selectionBorderColor
    • selectionInsets

      protected Insets selectionInsets
      Since:
      3
    • selectionArc

      protected int selectionArc
      Since:
      3
    • wideSelection

      protected boolean wideSelection
    • showCellFocusIndicator

      protected boolean showCellFocusIndicator
    • showDefaultIcons

      protected boolean showDefaultIcons
      Since:
      3
    • iconArrowType

      public String iconArrowType
      Since:
      2
    • iconExpandedColor

      public Color iconExpandedColor
      Since:
      2
    • iconCollapsedColor

      public Color iconCollapsedColor
      Since:
      2
    • iconLeafColor

      public Color iconLeafColor
      Since:
      2
    • iconClosedColor

      public Color iconClosedColor
      Since:
      2
    • iconOpenColor

      public Color iconOpenColor
      Since:
      2
    • paintSelection

      protected boolean paintSelection
      Since:
      2
    • defaultLeafIcon

      private Icon defaultLeafIcon
    • defaultClosedIcon

      private Icon defaultClosedIcon
    • defaultOpenIcon

      private Icon defaultOpenIcon
    • paintLines

      private boolean paintLines
    • defaultCellNonSelectionBackground

      private Color defaultCellNonSelectionBackground
    • defaultSelectionBackground

      private Color defaultSelectionBackground
    • defaultSelectionForeground

      private Color defaultSelectionForeground
    • defaultSelectionBorderColor

      private Color defaultSelectionBorderColor
    • oldStyleValues

      private Map<String,Object> oldStyleValues
  • Constructor Details

    • FlatTreeUI

      public FlatTreeUI()
  • Method Details