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 |
|---|
TreeCellContext.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, getThicknesspublic void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
paintBorder in interface javax.swing.border.BorderpaintBorder in class javax.swing.border.LineBorderpublic boolean isBorderOpaque()
isBorderOpaque in interface javax.swing.border.BorderisBorderOpaque in class javax.swing.border.LineBorder