Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.beans.BeanNodeVisitor
-
Packages that use BeanNodeVisitor Package Description net.sourceforge.pmd.util.fxdesigner.util.beans -
-
Uses of BeanNodeVisitor in net.sourceforge.pmd.util.fxdesigner.util.beans
Subclasses of BeanNodeVisitor in net.sourceforge.pmd.util.fxdesigner.util.beans Modifier and Type Class Description classRestorePropertyVisitorVisits a bean model and restores the properties described by the nodes into their respective settings owner.static classXmlInterfaceImpl.DocumentMakerVisitorMethods in net.sourceforge.pmd.util.fxdesigner.util.beans that return BeanNodeVisitor Modifier and Type Method Description protected abstract BeanNodeVisitor<org.w3c.dom.Element>XmlInterface. getDocumentMakerVisitor()Gets a visitor which populates xml elements with corresponding nodes.protected BeanNodeVisitor<org.w3c.dom.Element>XmlInterfaceImpl. getDocumentMakerVisitor()Methods in net.sourceforge.pmd.util.fxdesigner.util.beans with parameters of type BeanNodeVisitor Modifier and Type Method Description protected abstract <T> voidBeanModelNode. accept(BeanNodeVisitor<T> visitor, T data)Accepts a visitor.protected <U> voidBeanModelNodeSeq. accept(BeanNodeVisitor<U> visitor, U data)protected <U> voidSimpleBeanModelNode. accept(BeanNodeVisitor<U> visitor, U data)<T> voidBeanModelNode. childrenAccept(BeanNodeVisitor<T> visitor, T data)Makes the children accept the visitor.
-