Class FlatTableCellBorder

    • Nested Class Summary

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

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

        bottom, left, right, top
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FlatTableCellBorder()  
    • 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

      • FlatTableCellBorder

        protected FlatTableCellBorder()