Class FocusStateMatteBorder

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.border.Border

    public class FocusStateMatteBorder
    extends javax.swing.border.MatteBorder
    See Also:
    Serialized Form
    • Field Summary

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

        color, tileIcon
      • Fields inherited from class javax.swing.border.EmptyBorder

        bottom, left, right, top
    • Constructor Summary

      Constructors 
      Constructor Description
      FocusStateMatteBorder​(int top, int left, int bottom, int right, java.awt.Color focusedColor, java.awt.Color unfocusedColor, javax.swing.JComponent componentToTrackFocusOf)  
    • Method Summary

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

        getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
      • 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

      • FocusStateMatteBorder

        public FocusStateMatteBorder​(int top,
                                     int left,
                                     int bottom,
                                     int right,
                                     java.awt.Color focusedColor,
                                     java.awt.Color unfocusedColor,
                                     javax.swing.JComponent componentToTrackFocusOf)