Class HexEditorRowHeader.RowHeaderBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
org.fife.ui.hex.swing.HexEditorRowHeader.RowHeaderBorder
- All Implemented Interfaces:
Serializable, Border
- Enclosing class:
HexEditorRowHeader
-
Field Summary
FieldsFields inherited from class EmptyBorder
bottom, left, right, top -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class EmptyBorder
getBorderInsets, getBorderInsets, isBorderOpaqueMethods inherited from class AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RowHeaderBorder
RowHeaderBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classEmptyBorder
-