com.tensegrity.palowebviewer.modules.paloclient.client
Class XFolder

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.XFavoriteNode
      extended by com.tensegrity.palowebviewer.modules.paloclient.client.XFolder
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class XFolder
extends XFavoriteNode


Constructor Summary
XFolder()
           
 
Method Summary
 void addChild(XFavoriteNode child)
           
 boolean equals(java.lang.Object o)
           
 XFavoriteNode getChild(int i)
           
 int getChildCount()
           
 boolean isConnection()
           
 void setConnnection(boolean value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.paloclient.client.XFavoriteNode
getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XFolder

public XFolder()
Method Detail

isConnection

public boolean isConnection()

setConnnection

public void setConnnection(boolean value)

getChildCount

public int getChildCount()

getChild

public XFavoriteNode getChild(int i)

addChild

public void addChild(XFavoriteNode child)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class XFavoriteNode