Package org.fife.ui.autocomplete
Class EmptyIcon
- java.lang.Object
-
- org.fife.ui.autocomplete.EmptyIcon
-
- All Implemented Interfaces:
Serializable,Icon
public class EmptyIcon extends Object implements Icon, Serializable
A standard icon that doesn't paint anything. This can be used when someCompletions have icons and others don't, to visually align the text of all completions.- Version:
- 1.0
- Author:
- Robert Futrell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyIcon(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
-