Class FlatListCellBorder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FlatListCellBorder.Default
      Border for unselected cell that uses margins, but does not paint focus indicator border.
      static class  FlatListCellBorder.Focused
      Border for focused unselected cell that uses margins and paints focus indicator border.
      static class  FlatListCellBorder.Selected
      Border for selected cell that uses margins and paints focus indicator border if enabled (List.showCellFocusIndicator=true) and exactly one item is selected.
    • Field Summary

      • Fields inherited from class javax.swing.border.EmptyBorder

        bottom, left, right, top
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FlatListCellBorder()  
    • Method Summary

      • Methods inherited from class javax.swing.border.EmptyBorder

        isBorderOpaque
      • Methods inherited from class javax.swing.border.AbstractBorder

        getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatListCellBorder

        protected FlatListCellBorder()