public class RunAnythingHelpItem extends RunAnythingItemBase
| Constructor and Description |
|---|
RunAnythingHelpItem(java.lang.String placeholder,
java.lang.String command,
java.lang.String description,
javax.swing.Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
createComponent(java.lang.String pattern,
boolean isSelected,
boolean hasFocus)
Creates current item
Component |
appendDescription, equals, getCommand, getDescription, hashCode, setupIconcreateComponentpublic RunAnythingHelpItem(java.lang.String placeholder,
java.lang.String command,
java.lang.String description,
javax.swing.Icon icon)
public java.awt.Component createComponent(java.lang.String pattern,
boolean isSelected,
boolean hasFocus)
RunAnythingItemComponentcreateComponent in class RunAnythingItemBasepattern - search field input fieldisSelected - true if item is selected in the listhasFocus - true if item has focus in the list