java.lang.Object
com.inductiveautomation.ignition.common.gui.border.ButtonBorder
All Implemented Interfaces:
Border

public class ButtonBorder extends Object implements 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.