com.tensegrity.palowebviewer.modules.engine.client
Class LoadingMap

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.LoadingMap

public class LoadingMap
extends java.lang.Object


Nested Class Summary
static class LoadingMap.ChildrenKey
           
 
Constructor Summary
LoadingMap()
           
 
Method Summary
 void clear()
           
protected  java.lang.Object getKey(XObject object, int childType)
           
 com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback getLoader(XObject object, int childType)
           
 boolean isLoading(XObject object, int childType)
           
 void setFinishLoading(XObject object, int childType)
           
 void setLoading(XObject object, int childType, com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadingMap

public LoadingMap()
Method Detail

clear

public void clear()

isLoading

public boolean isLoading(XObject object,
                         int childType)

getLoader

public com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback getLoader(XObject object,
                                                                                         int childType)

setLoading

public void setLoading(XObject object,
                       int childType,
                       com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback loader)

setFinishLoading

public void setFinishLoading(XObject object,
                             int childType)

getKey

protected java.lang.Object getKey(XObject object,
                                  int childType)