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 someCompletion
s 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 int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
-