Uses of Class
org.eclnt.ccaddons.pbc.CCWorkplaceFunctionTree.Hit
Packages that use CCWorkplaceFunctionTree.Hit
-
Uses of CCWorkplaceFunctionTree.Hit in org.eclnt.ccaddons.pbc
Methods in org.eclnt.ccaddons.pbc that return types with arguments of type CCWorkplaceFunctionTree.HitModifier and TypeMethodDescriptionCCWorkplaceSearch.DefaultListener.reactOnSearch(String searchText) CCWorkplaceSearch.IListener.reactOnSearch(String searchText) Called during a search.CCWorkplaceSearchViaPopup.DefaultListener.reactOnSearch(String searchText) CCWorkplaceSearchViaPopup.IListener.reactOnSearch(String searchText) Called during a search.CCWorkplaceFunctions.searchFunctionNodes(String searchText) Search for nodes inside the function trees.protected List<CCWorkplaceFunctionTree.Hit>CCWorkplaceSearch.searchFunctions()Actual searching: the search first tries to use the listener's search.protected List<CCWorkplaceFunctionTree.Hit>CCWorkplaceSearchViaPopup.searchFunctions()Actual searching: the search first tries to use the listeners search.Methods in org.eclnt.ccaddons.pbc with parameters of type CCWorkplaceFunctionTree.HitModifier and TypeMethodDescriptionvoidCCWorkplaceSearch.DefaultListener.reactOnFunctionStarted(CCWorkplaceFunctionTree.Hit hit) voidCCWorkplaceSearch.IListener.reactOnFunctionStarted(CCWorkplaceFunctionTree.Hit hit) voidCCWorkplaceSearchViaPopup.DefaultListener.reactOnItemStarted(CCWorkplaceFunctionTree.Hit hit) voidCCWorkplaceSearchViaPopup.IListener.reactOnItemStarted(CCWorkplaceFunctionTree.Hit hit) Called in any case after an �tem was started.booleanCCWorkplaceSearchViaPopup.DefaultListener.reactOnStartItem(CCWorkplaceFunctionTree.Hit hit) booleanCCWorkplaceSearchViaPopup.IListener.reactOnStartItem(CCWorkplaceFunctionTree.Hit hit) Called when starting an item.protected CCObjectListWithImage.ListItemDataCCWorkplaceSearchViaPopup.transferHitIntoListItem(CCWorkplaceFunctionTree.Hit hit) Transfer Hit-data into ListItemData which is shown in grid.Method parameters in org.eclnt.ccaddons.pbc with type arguments of type CCWorkplaceFunctionTree.HitModifier and TypeMethodDescriptionvoidCCWorkplaceFunctionTree.searchForText(String searchText, List<CCWorkplaceFunctionTree.Hit> hits) Constructors in org.eclnt.ccaddons.pbc with parameters of type CCWorkplaceFunctionTree.Hit