Class FieldBorder
java.lang.Object
com.inductiveautomation.ignition.common.gui.border.FieldBorder
- All Implemented Interfaces:
- Border
This border delegates to the UIManager's "TextField.border" border.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) 
- 
Constructor Details- 
FieldBorderpublic FieldBorder()
 
- 
- 
Method Details- 
getBorderInsets- Specified by:
- getBorderInsetsin interface- Border
 
- 
isBorderOpaquepublic boolean isBorderOpaque()- Specified by:
- isBorderOpaquein interface- Border
 
- 
paintBorder- Specified by:
- paintBorderin interface- Border
 
 
-