286287288289290291292293294295296
pm = getPopupMenu((ClassNameNode) o); } else if (o instanceof AttributeSelectionNode) { pm = getAttributeNodePopupMenu(); } if (pm != null) { tree.showPopupMenu(pm); } return true; } private Object getSelectedObject(KongaTree tree, int x, int y) {