public class TreeCellContext.TreeFocusBorder
extends javax.swing.border.LineBorder
PENDING: isn't that the same as around a list or table cell, but without a tree-specific key/value pair in UIManager?
Constructor and Description |
---|
TreeFocusBorder() |
Modifier and Type | Method and Description |
---|---|
boolean |
isBorderOpaque() |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getLineColor, getRoundedCorners, getThickness
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
paintBorder
in class javax.swing.border.LineBorder
public boolean isBorderOpaque()
isBorderOpaque
in interface javax.swing.border.Border
isBorderOpaque
in class javax.swing.border.LineBorder