com.tensegrity.palowebviewer.modules.paloclient.client
Class XFolder
java.lang.Object
com.tensegrity.palowebviewer.modules.paloclient.client.XFavoriteNode
com.tensegrity.palowebviewer.modules.paloclient.client.XFolder
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class XFolder
- extends XFavoriteNode
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XFolder
public XFolder()
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