Package org.flexdock.plaf.common.border
Class CompoundEmptyBorder.MutableEmptyBorder
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.border.EmptyBorder
-
- org.flexdock.plaf.common.border.CompoundEmptyBorder.MutableEmptyBorder
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.border.Border
- Enclosing class:
- CompoundEmptyBorder
protected static class CompoundEmptyBorder.MutableEmptyBorder extends javax.swing.border.EmptyBorder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutableEmptyBorder(int top, int left, int bottom, int right)
MutableEmptyBorder(java.awt.Insets borderInsets)
-