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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) 
- 
Constructor Details- 
ButtonBorderpublic ButtonBorder()
 
- 
- 
Method Details- 
getBorderInsets- Specified by:
- getBorderInsetsin interface- Border
 
- 
isBorderOpaquepublic boolean isBorderOpaque()- Specified by:
- isBorderOpaquein interface- Border
 
- 
paintBorder- Specified by:
- paintBorderin interface- Border
 
 
-