Class FlatTableCellBorder.Focused

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.border.Border, javax.swing.plaf.UIResource
    Enclosing class:
    FlatTableCellBorder

    public static class FlatTableCellBorder.Focused
    extends FlatTableCellBorder
    Border for focused unselected cell that uses margins and paints focus indicator border.
    See Also:
    Serialized Form
    • Constructor Detail

      • Focused

        public Focused()
    • Method Detail

      • paintBorder

        public void paintBorder​(java.awt.Component c,
                                java.awt.Graphics g,
                                int x,
                                int y,
                                int width,
                                int height)
        Specified by:
        paintBorder in interface javax.swing.border.Border
        Overrides:
        paintBorder in class FlatTableCellBorder