public abstract class RunAnythingItem
extends java.lang.Object
RunAnythingItem
represents an item of 'Run Anything' listConstructor and Description |
---|
RunAnythingItem() |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
createComponent(boolean isSelected)
Deprecated.
use
#createComponent(String, Icon, boolean, boolean) |
abstract java.awt.Component |
createComponent(java.lang.String pattern,
boolean isSelected,
boolean hasFocus)
Creates current item
Component |
abstract java.lang.String |
getCommand()
Returns text presentation of command
|
public abstract java.lang.String getCommand()
@Deprecated public java.awt.Component createComponent(boolean isSelected)
#createComponent(String, Icon, boolean, boolean)
Component
isSelected
- true if item is selected in the listpublic abstract java.awt.Component createComponent(java.lang.String pattern, boolean isSelected, boolean hasFocus)
Component
pattern
- search field input fieldisSelected
- true if item is selected in the listhasFocus
- true if item has focus in the list