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 | Description |
|---|---|
TreeFocusBorder() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isBorderOpaque() |
|
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectanglepublic void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
paintBorder in class javax.swing.border.LineBorderpublic boolean isBorderOpaque()
isBorderOpaque in class javax.swing.border.LineBorder