Skip to content
Snippets Groups Projects
Commit 98414938 authored by Tiziano Munaro's avatar Tiziano Munaro
Browse files

[KISS] Fix context menu service handler count

parent 8c8d19c2
No related branches found
No related tags found
1 merge request!123[4020] KISS View to JavaFX
AllocationEditPartFactoryKISSDetailsUIHandler.java 96794fac55a7d37451d361312a0c4314695ede83 YELLOW
ConnectionCompositorKISSDetailsUIHandler.java ebc85ae220655ca741af69c8957a8dd018de013d YELLOW
ConstraintCheckerKISSDetailsUIHandler.java a4472923f74039e53162bac35694f0c01857315a YELLOW
ContextMenuKISSDetailsUIHandler.java bcf6a8c6b749cf761621e31412c294705eaae028 YELLOW
ContextMenuKISSDetailsUIHandler.java 6e329ca7f4e4919285a743cf49fba90e3789fcab YELLOW
EObjectAware2KISSDetailsUIHandlerBase.java 301276017de4db9bdd7fb90df09eaba8342a9e26 YELLOW
EObjectAwareKISSDetailsUIHandlerBase.java ff5a70e09a5a556cd7848179ca07031c87a3a17e YELLOW
EclipseResourceStorageKISSDetailsUIHandler.java b4a8d448631af61f79196e2b225aec586a77179d YELLOW
......
......@@ -39,7 +39,8 @@ public final class ContextMenuKISSDetailsUIHandler extends KISSDetailsUIHandlerB
@Override
public Node createDisplayControl() {
String h = "Type to search registered menu contributors:";
String f = "Number of registered menu contributors: " + getRootObject().getHandlerList();
String f = "Number of registered menu contributors: " +
getRootObject().getHandlerList().size();
return createFilteredTree(h, f);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment