public class UITableScrollPaneBorder
extends javax.swing.border.AbstractBorder
implements javax.swing.plaf.UIResource
| 构造器和说明 |
|---|
UITableScrollPaneBorder() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c) |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h) |
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintBorder 在接口中 javax.swing.border.BorderpaintBorder 在类中 javax.swing.border.AbstractBorderpublic java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets 在接口中 javax.swing.border.BordergetBorderInsets 在类中 javax.swing.border.AbstractBorder