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 TypeMethodDescriptionvoid
CCWorkplaceSearch.DefaultListener.reactOnFunctionStarted
(CCWorkplaceFunctionTree.Hit hit) void
CCWorkplaceSearch.IListener.reactOnFunctionStarted
(CCWorkplaceFunctionTree.Hit hit) void
CCWorkplaceSearchViaPopup.DefaultListener.reactOnItemStarted
(CCWorkplaceFunctionTree.Hit hit) void
CCWorkplaceSearchViaPopup.IListener.reactOnItemStarted
(CCWorkplaceFunctionTree.Hit hit) Called in any case after an �tem was started.boolean
CCWorkplaceSearchViaPopup.DefaultListener.reactOnStartItem
(CCWorkplaceFunctionTree.Hit hit) boolean
CCWorkplaceSearchViaPopup.IListener.reactOnStartItem
(CCWorkplaceFunctionTree.Hit hit) Called when starting an item.protected CCObjectListWithImage.ListItemData
CCWorkplaceSearchViaPopup.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 TypeMethodDescriptionvoid
CCWorkplaceFunctionTree.searchForText
(String searchText, List<CCWorkplaceFunctionTree.Hit> hits) Constructors in org.eclnt.ccaddons.pbc with parameters of type CCWorkplaceFunctionTree.Hit