public abstract class LookupElementAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LookupElementAction.Result |
Modifier | Constructor and Description |
---|---|
protected |
LookupElementAction(javax.swing.Icon icon,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon() |
java.lang.String |
getText() |
abstract LookupElementAction.Result |
performLookupAction() |
protected LookupElementAction(javax.swing.Icon icon, java.lang.String text)
public javax.swing.Icon getIcon()
public java.lang.String getText()
public abstract LookupElementAction.Result performLookupAction()