java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
- All Implemented Interfaces:
- Serializable,- Border,- UIResource
- Enclosing class:
- MetalBorders
public static class MetalBorders.PopupMenuBorder extends AbstractBorder implements UIResource
The class represents the border of a 
JPopupMenu.- 
Field SummaryFields Modifier and Type Field Description protected static InsetsborderInsetsThe border insets.
- 
Constructor SummaryConstructors Constructor Description PopupMenuBorder()
- 
Method SummaryMethods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
- 
Field Details- 
borderInsetsThe border insets.
 
- 
- 
Constructor Details- 
PopupMenuBorderpublic PopupMenuBorder()
 
-