Examples of addChild()

  • org.sindice.siren.search.node.TwigQuery.addChild()
    Adds a child clause to the twig query. @throws TooManyClauses if the new number of clauses exceeds the maximum clause number @see #getMaxClauseCount()
  • org.springframework.binding.form.HierarchicalFormModel.addChild()
    Adds a new child to the form model. The child form model will have it's parent set to this.
  • org.springframework.binding.form.support.DefaultFormModel.addChild()
  • org.teiid.query.mapping.xml.MappingSourceNode.addChild()
  • org.teiid.query.processor.relational.GroupingNode.addChild()
  • org.teiid.query.processor.relational.ProjectNode.addChild()
  • org.teiid.query.processor.relational.UnionAllNode.addChild()
  • org.thechiselgroup.choosel.core.client.persistence.Memento.addChild()
  • org.thymeleaf.dom.Document.addChild()
  • org.thymeleaf.dom.Element.addChild()
  • org.thymeleaf.dom.NestableNode.addChild()

    Adds a new child to the node.

    @param newChild the new child to be added.
  • org.tinyuml.draw.CompositeNode.addChild()
  • org.tmatesoft.svn.core.internal.util.SVNSkel.addChild()
  • org.uguess.birt.report.engine.layout.wrapper.impl.AreaFrame.addChild()
  • org.uguess.birt.report.engine.layout.wrapper.impl.MultiAreaFrame.addChild()
  • org.vietspider.html.HTMLNode.addChild()
  • org.vietspider.html.parser.NodeImpl.addChild()
  • org.vietspider.parser.xml.XMLNode.addChild()
  • org.woped.editor.controller.Role.addChild()
  • org.wso2.carbon.mediator.service.builtin.SequenceMediator.addChild()
    @param parent the parent element. @param childElemNS the namespace of the child element. @param childElemName the name of the child element. @param elemKey the optional key used to fetch an input. @return the created child element.
  • org.wso2.carbon.registry.common.ui.utils.TreeNode.addChild()
  • org.xhtmlrenderer.newtable.TableBox.addChild()
  • org.xhtmlrenderer.newtable.TableRowBox.addChild()
  • org.xhtmlrenderer.newtable.TableSectionBox.addChild()
  • org.xhtmlrenderer.render.BlockBox.addChild()
  • org.xith3d.scenegraph.BranchGroup.addChild()
  • org.xmlpull.infoset.XmlElement.addChild()
  • org.xmlpull.v1.builder.XmlElement.addChild()
  • org.zachtaylor.jnodalxml.XmlNode.addChild()
    Shorthand for {@link #addChild(XmlNode)} @param childName Name of the child node to add @return This node @throws XmlException If the child cannot be added, for instance if thisnode is self-closing or has value
  • pedro.model.RecordModel.addChild()
  • prefuse.data.Tree.addChild()
    Add a child node to the given parent node. An edge between the two will also be created. @param parent the parent node id (node table row number) @return the added child node id
  • primitives.cluster.ClusterHead.addChild()
  • primitives.cluster.ClusterNode.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlBlockContainer.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlContainer.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlInlineContainer.addChild()
  • pt.ist.fenixWebFramework.renderers.components.HtmlListItem.addChild()
  • regions.ParentRegion.addChild()
    Adds child. @param child
  • rex.graphics.mdxeditor.mdxbuilder.nodes.MBTFunctionNode.addChild()
  • soot.toolkits.graph.DominatorNode.addChild()
  • tigase.xml.Element.addChild()
  • ugh.dl.DocStruct.addChild()
  • uk.ac.man.cs.mig.util.graph.model.impl.DefaultGraphNode.addChild()
  • uk.co.badgersinfoil.metaas.impl.antlr.LinkedListTree.addChild()
    @deprecated use #addChildWithTokens(LinkedListTree), damnit

  • Examples of cloudsync.model.Item.addChild()

            final String parentPath = childPath.length() == item.getName().length() ? "" : StringUtils.removeEnd(FilenameUtils.getPath(childPath), Item.SEPARATOR);
            mapping.put(childPath, item);
            // System.out.println(parentPath+":"+item.getName());
            Item parent = mapping.get(parentPath);
            item.setParent(parent);
            parent.addChild(item);
          }
        } catch (final IOException e) {

          throw new CloudsyncException("Can't read cache from file '" + cacheFilePath.toString() + "'", e);
        }
    View Full Code Here

    Examples of collide.demo.view.SplitPanel.addChild()

        e.getStyle().setBackgroundColor("grey");
        outer.addChild(e, 0.25);
       
        e = Browser.getDocument().createDivElement();
        e.getStyle().setBackgroundColor("yellow");
        inner.addChild(e, 0.25);
        e = Browser.getDocument().createDivElement();
        e.getStyle().setBackgroundColor("red");
        inner.addChild(e, 0.25);
        e = Browser.getDocument().createDivElement();
        e.getStyle().setBackgroundColor("blue");
    View Full Code Here

    Examples of com.adito.core.MenuItem.addChild()

         */
        public void addMenuItem(String parentId, MenuItem menuItem) {
            MenuItem parent = parentId == null ? null : (MenuItem) menuMap.get(parentId);
            if (parent != null) {
                menuItem.setParent(parent);
                parent.addChild(menuItem);
            } else {
                menus.add(menuItem);
            }
            menuMap.put(menuItem.getId(), menuItem);
        }
    View Full Code Here

    Examples of com.adobe.fxg.dom.FXGNode.addChild()

                if (content.length() > 0)
                {
                    CDATANode cdata = new CDATANode();
                    cdata.content = content;
                    assignNodeLocation(cdata);
                    node.addChild(cdata);
                }
            }

            // Reset starting position
            startLine = locator.getLineNumber();
    View Full Code Here

    Examples of com.affymetrix.genometryImpl.symmetry.TypeContainerAnnot.addChild()

            // sorting exons, so that later position calculations are accurate

            Collections.sort(exon_list, new SeqSymStartComparator( genomic, forward));
            for (SeqSymmetry esym : exon_list) {
                m2gSym.addChild(esym);
            }

        BioSeq mrna = addSpans(m2gSym, genomic, exon_insert_list, start);
       
        String protein_id = determineProteinID(children);
    View Full Code Here

    Examples of com.affymetrix.genoviz.bioviews.GlyphI.addChild()

            if(interpro != null){
              spanno += interpro;
            }
            cglyph.setText(spanno);
                    cglyph.setCoords(gSpan.getMin(), 0, gSpan.getLength(), 20);
                    aGlyph.addChild(cglyph);
                    seqmap.setDataModel(cglyph, original_child);
                    original_child.setProperty("type", "protspan");
                }
            }
            tier.addChild(aGlyph);
    View Full Code Here

    Examples of com.affymetrix.genoviz.glyph.LineContainerGlyph.addChild()

          // so let's put it in a list
          exonList.add(exon2genome);
          cglyph.setColor(col_ts);
          cglyph.setCoords(gSpan.getMin(), 0, gSpan.getLength(), 20);
          exonGlyphs.add(cglyph);
          tGlyph.addChild(cglyph);
          //  testing display of "exon segments" for transcripts that have
          //     base inserts relative to the genomic sequence
          //  haven't dealt with display of base deletions in transcript relative to genomic yet
          //  if exon is segmented by inserts, then it will have children
          //     that specify this segmentation
    View Full Code Here

    Examples of com.affymetrix.genoviz.glyph.StretchContainerGlyph.addChild()

                //      newgl.setCoords(segStart, 0, segEnd - segStart, hitCount);
                // just hardwiring height multiple till get normalization code implemented
                //      newgl.setCoords(segStart, 0, segEnd - segStart, hitCount*10);
                // if want to filter out regions with no hits, uncomment out conditional
                newgl.setCoords(segStart, -hitCount * scale_factor, segEnd - segStart, hitCount * scale_factor);
          summaryGlyph.addChild(newgl);
            }

            /**
             * 5) normalize height somehow...
             *  NOT YET IMPLEMENTED
    View Full Code Here

    Examples of com.affymetrix.genoviz.widget.tieredmap.MapTierGlyph.addChild()

            ExpandedTierPacker epack = (ExpandedTierPacker) sumTier.getExpandedPacker();
            epack.setMoveType(ExpandedTierPacker.DOWN);
            GlyphSummarizer summer = new GlyphSummarizer(col_exon_summary);
            if (exonGlyphs.size() > 0) {
                GlyphI gl = summer.getSummaryGlyph(exonGlyphs);
                sumTier.addChild(gl);
            }
            seqmap.addTier(sumTier);
            seqmap.repack();

    //        table_view.showProperties(new Properties[0]);
    View Full Code Here

    Examples of com.anthonyeden.lib.config.Dom4jConfiguration.addChild()

      public void exportGroups(BGContext context, File fExportFile) {
        if (context == null) return; // nothing to do... says Florian.
        Dom4jConfiguration root = new Dom4jConfiguration(EXPORT_KEY_ROOT);

        // export areas
        MutableConfiguration confAreas = root.addChild(EXPORT_KEY_AREA_COLLECTION);
        BGAreaManager am = BGAreaManagerImpl.getInstance();
        List areas = am.findBGAreasOfBGContext(context);
        for (Iterator iter = areas.iterator(); iter.hasNext();) {
          BGArea area = (BGArea) iter.next();
          MutableConfiguration newArea = confAreas.addChild(EXPORT_KEY_AREA);
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.