public interface JavaSourceCompletion
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Force subclasses to override equals().
|
void |
rendererText(java.awt.Graphics g,
int x,
int y,
boolean selected)
Used by
JavaCellRenderer to render this completion choice. |
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectvoid rendererText(java.awt.Graphics g,
int x,
int y,
boolean selected)
JavaCellRenderer to render this completion choice.g - x - y - selected -