82838485868788
getActionMap().put("selectPreviousColumnCell", new SelectPreviousColumnCellAction()); } @Override protected ZoomToAction buildZoomToAction() { return new ZoomToAction(this); }
15161718192021
super(name, model, dm, new NodeListColumnModel(new NodeListTableCellRenderer()), sm); } @Override protected ZoomToAction buildZoomToAction() { return new ZoomToAction(this); }
super(name, model, dm, new RelationMemberListColumnModel(), sm); } @Override protected ZoomToAction buildZoomToAction() { return new ZoomToAction(this); }