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 TypeMethodDescriptionbooleanvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)  
- 
Constructor Details
- 
ButtonBorder
public ButtonBorder() 
 - 
 - 
Method Details
- 
getBorderInsets
- Specified by:
 getBorderInsetsin interfaceBorder
 - 
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
 isBorderOpaquein interfaceBorder
 - 
paintBorder
- Specified by:
 paintBorderin interfaceBorder
 
 -