TreeMap Java Library

Uses of Interface
treemap.TMNode

Packages that use TMNode
treemap   
treemap.demo   
 

Uses of TMNode in treemap
 

Methods in treemap that return TMNode
abstract  TMNode TMNodeAdapter.getNode()
          Returns the TMNode encapsulated.
 

Methods in treemap with parameters of type TMNode
 void TMUpdater.addChild(TMNode node, TMNode child)
          To be called when the user node has a new child.
 float TMComputeSize.getSize(TMNode node)
          Returns the size of the TMNode.
 float TMComputeSizeAdapter.getSize(TMNode node)
          DO NOT OVERLOAD.
 boolean TMComputeDraw.isCompatibleWith(TMNode node)
          Test if this TMComputeDraw could be used with the kind of TMNode passed in parameter.
 boolean TMComputeDrawAdapter.isCompatibleWith(TMNode node)
          DO NOT OVERLOAD.
 boolean TMComputeSize.isCompatibleWith(TMNode node)
          Test if this TMComputeSize could be used with the kind of TMNode passed in parameter.
 boolean TMComputeSizeAdapter.isCompatibleWith(TMNode node)
          DO NOT OVERLOAD.
 void TMUpdater.removeChild(TMNode node, TMNode child)
          To be called when the user node removes a child.
 void TMUpdater.updateSize(TMNode node)
          To be called when the user node has its size changed.
 void TMUpdater.updateState(TMNode node)
          To be called when the user node has its state changed.
 

Constructors in treemap with parameters of type TMNode
TMExceptionBadTMNodeKind(TMComputeDraw cDraw, TMNode tNode)
          Constructor.
TMExceptionBadTMNodeKind(TMComputeSize cSize, TMNode tNode)
          Constructor.
TMExceptionLeafTMNode(TMNode tNode)
          Constructor.
TMExceptionUnknownTMNode(TMNode tNode)
          Constructor.
TreeMap(TMNode root)
          Constructor.
 

Uses of TMNode in treemap.demo
 

Classes in treemap.demo that implement TMNode
 class TMFileNode
          The TMFileNode implements an example of TMNode encapsulating a File.
 

Methods in treemap.demo with parameters of type TMNode
 float TMFileSize.getSize(TMNode node)
          Returns the size of the node.
 float TMFileSizeDate.getSize(TMNode node)
          Returns the size of the node.
 boolean TMFileDraw.isCompatibleWith(TMNode node)
          Test if this TMComputeDraw could be used with the kind of TMNode passed in parameter.
 boolean TMFileSize.isCompatibleWith(TMNode node)
          Test if this TMComputeSize could be used with the kind of TMNode passed in parameter.
 boolean TMFileSizeDate.isCompatibleWith(TMNode node)
          Test if this TMComputeSize could be used with the kind of TMNode passed in parameter.
 


TreeMap Java Library

TreeMap Java Library - www.bouthier.net - treemap.sf.net - 2001