311312313314315316317318319320321
WatchInfo info = (WatchInfo) object; JComponent rval; if ( !childComponentByWatchInfo.containsKey(info)) { rval = new TreeLikeHierarchicalPanel(new FitScrollPane(createTable(info))); childComponentByWatchInfo.put(info, rval); } else {