Uses of Interface
com.jalios.util.TreeNode

Packages that use TreeNode
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.mail   
com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcms.taglib Provides many of the classes used for JCMS jsp tags. 
com.jalios.jtaglib Contains the classes of utility Jalios JSP custom tag. 
com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). 
 

Uses of TreeNode in com.jalios.jcms
 

Classes in com.jalios.jcms that implement TreeNode
 class AbstractReview
           
 class Category
          A Category object is a node of the category tree.
 class Content
          Content is a tagging abstract class which a type implements to indicates it is an editorial publication.
 class FileDocument
           
 class Form
          Form is the mother class of all form types.
 class Publication
          This abstract class is the super class of all the Publication classes.
 class UserContent
          UserContent is a tagging abstract class which a type implements to indicates it is a user content.
 

Methods in com.jalios.jcms that return TreeNode
 TreeNode Publication.getTreeParent()
           
 TreeNode Category.getTreeParent()
           
 TreeNode Publication.getTreeRoot()
           
 TreeNode Category.getTreeRoot()
           
 

Methods in com.jalios.jcms that return types with arguments of type TreeNode
 Collection<? extends TreeNode> Publication.getTreeChildren()
           
 Collection<? extends TreeNode> Category.getTreeChildren()
           
 

Uses of TreeNode in com.jalios.jcms.calendar
 

Classes in com.jalios.jcms.calendar that implement TreeNode
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 

Uses of TreeNode in com.jalios.jcms.mail
 

Classes in com.jalios.jcms.mail that implement TreeNode
 class MailMessage
          Class used to build and send a mail message.
 

Methods in com.jalios.jcms.mail that return TreeNode
 TreeNode MailMessage.getTreeParent()
           
 

Methods in com.jalios.jcms.mail that return types with arguments of type TreeNode
 Collection<? extends TreeNode> MailMessage.getTreeChildren()
           
 

Uses of TreeNode in com.jalios.jcms.portlet
 

Classes in com.jalios.jcms.portlet that implement TreeNode
 class Portal
          An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Child
 class PortalElement
           
 class PortalRedirect
          An abstract Portal representation with fields to implements.
 class Portlet
          An abstract Portlet représentation with fields to implements
 class PortletCollection
          An abstract PortletCollection représentation with fields to implements - PortalElement[] -> Children
 class PortletParent
          An abstract PortletParent représentation with fields to implements - Publication -> Children
 class PortletSkinable
          An abstract Portlet représentation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS
 

Methods in com.jalios.jcms.portlet that return TreeNode
 TreeNode PortalInterface.getTreeParent()
           
 TreeNode PortalElement.getTreeParent()
           
 TreeNode PortalInterface.getTreeParent(TreeNode node)
           
 TreeNode PortalElement.getTreeParent(TreeNode node)
           
 

Methods in com.jalios.jcms.portlet that return types with arguments of type TreeNode
 Collection<? extends TreeNode> PortalElement.getTreeChildren()
           
 

Methods in com.jalios.jcms.portlet with parameters of type TreeNode
 boolean PortalElement.containsTreeDescendant(TreeNode tn)
           
 TreeNode PortalInterface.getTreeParent(TreeNode node)
           
 TreeNode PortalElement.getTreeParent(TreeNode node)
           
 boolean PortalElement.isChildTreeNode(TreeNode child)
           
 

Uses of TreeNode in com.jalios.jcms.taglib
 

Fields in com.jalios.jcms.taglib declared as TreeNode
protected  TreeNode EditTag.parentData
           
 

Methods in com.jalios.jcms.taglib with parameters of type TreeNode
protected  String EditTag.generateAddIcon(Class clazz, Workspace ws, Member loggedMember, String anchorParam, String userLang, String contextPath, TreeNode parent, boolean withLabel)
           
 void EditTag.setParentData(TreeNode parentData)
           
 

Uses of TreeNode in com.jalios.jtaglib
 

Methods in com.jalios.jtaglib with parameters of type TreeNode
 void TreeTag.setRoot(TreeNode rootNode)
           
 

Uses of TreeNode in com.jalios.util
 

Methods in com.jalios.util that return TreeNode
 TreeNode TreeNode.getTreeParent()
          Returns parent of the current node
 TreeNode TreeNode.getTreeRoot()
          Returns the root of the current node
 

Methods in com.jalios.util that return types with arguments of type TreeNode
 Collection<? extends TreeNode> TreeNode.getTreeChildren()
          Returns a Collection of TreeNode children of the current node
 

Methods in com.jalios.util with parameters of type TreeNode
static Set Util.getAllChildren(TreeNode node, Set nodeSet)
          Fill the given set with every children of the given treenode, including the node itself, returns the filled set.
static TreeSet Util.getAllChildrenSet(TreeNode node)
          Returns a TreeSet with all children of the given treenode, (including the node itself)
static TreeSet Util.getTreeDescendantSet(TreeNode node)
          Returns a TreeSet with all descendant of the given treenode, (excluding the node itself)
static Set Util.getTreeDescendantSet(TreeNode node, Set nodeSet)
           
static boolean Util.isChildNode(TreeNode node, TreeNode child)
          Test if a node is a child of an other node
Return false if child == node
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.