Class ButtonBorder
java.lang.Object
com.inductiveautomation.ignition.common.gui.border.ButtonBorder
- All Implemented Interfaces:
Border
This class is a Border that simple delegates to the UIManager's version of "Button.border" Since button borders are
typically tricky, and will only actually paint on real buttons, if this is used on a non-button, this class will use
a dummy button so that the border is drawn regardless.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Constructor Details
-
ButtonBorder
public ButtonBorder()
-
-
Method Details
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-