Class FPMIInternalFrameTitlePane.SelfPaintingMenuBar
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.FPMIInternalFrameTitlePane.SelfPaintingMenuBar
 
- 
- All Implemented Interfaces:
- javax.swing.Icon
 - Enclosing class:
- FPMIInternalFrameTitlePane
 
 protected class FPMIInternalFrameTitlePane.SelfPaintingMenuBar extends java.lang.Object implements javax.swing.Icon
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSelfPaintingMenuBar()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
 
- 
- 
- 
Method Detail- 
paintIconpublic void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
- paintIconin interface- javax.swing.Icon
 
 - 
getIconWidthpublic int getIconWidth() - Specified by:
- getIconWidthin interface- javax.swing.Icon
 
 - 
getIconHeightpublic int getIconHeight() - Specified by:
- getIconHeightin interface- javax.swing.Icon
 
 
- 
 
-