public class GotoSymbolModel2 extends FilteringGotoByModel<LanguageRef>
LOG, myProject| Constructor and Description |
|---|
GotoSymbolModel2(Project project) |
GotoSymbolModel2(Project project,
ChooseByNameContributor [] contributors) |
| Modifier and Type | Method and Description |
|---|---|
protected LanguageRef |
filterValueFor(NavigationItem item) |
java.lang.String |
getCheckBoxName()
return null to hide checkbox panel
|
protected java.util.List<ChooseByNameContributor> |
getContributorList() |
protected java.util.Collection<LanguageRef> |
getFilterItems() |
java.lang.String |
getFullName(java.lang.Object element) |
java.lang.String |
getHelpId() |
java.lang.String |
getNotFoundMessage() |
java.lang.String |
getNotInMessage() |
java.lang.String |
getPromptText() |
java.lang.String [] |
getSeparators() |
boolean |
loadInitialCheckBoxState() |
void |
saveInitialCheckBoxState(boolean state) |
boolean |
willOpenEditor() |
acceptItem, setFilterItemsgetContributors, getElementName, getElementsByName, getElementsByName, getListCellRenderer, getNames, getProject, isDumbAware, processContributorNames, processNames, removeModelSpecificMarkup, sameNamesForProjectAndLibraries, useMiddleMatchingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemProvider, getItemProvider, processNamesgetCheckBoxMnemonicpublic GotoSymbolModel2(Project project, ChooseByNameContributor [] contributors)
public GotoSymbolModel2(Project project)
protected java.util.List<ChooseByNameContributor> getContributorList()
getContributorList in class ContributorsBasedGotoByModelprotected LanguageRef filterValueFor(NavigationItem item)
filterValueFor in class FilteringGotoByModel<LanguageRef>protected java.util.Collection<LanguageRef> getFilterItems()
getFilterItems in class FilteringGotoByModel<LanguageRef>public java.lang.String getPromptText()
public java.lang.String getCheckBoxName()
ChooseByNameModelpublic java.lang.String getNotInMessage()
public java.lang.String getNotFoundMessage()
public boolean loadInitialCheckBoxState()
public void saveInitialCheckBoxState(boolean state)
public java.lang.String getFullName(java.lang.Object element)
public java.lang.String [] getSeparators()
public java.lang.String getHelpId()
getHelpId in interface ChooseByNameModelgetHelpId in class ContributorsBasedGotoByModelpublic boolean willOpenEditor()