com.tensegrity.wpalo.server.childloader
Class ModellerChildLoader

java.lang.Object
  extended by com.tensegrity.wpalo.server.childloader.ModellerChildLoader
All Implemented Interfaces:
ChildLoader

public class ModellerChildLoader
extends java.lang.Object
implements ChildLoader


Field Summary
 int idCounter
           
static java.lang.String TYPE_STATIC_FOLDER_ATTRIBUTECUBES
           
static java.lang.String TYPE_STATIC_FOLDER_ATTRIBUTEDIMENSIONS
           
static java.lang.String TYPE_STATIC_FOLDER_CUBES
           
static java.lang.String TYPE_STATIC_FOLDER_DIMENSIONS
           
static java.lang.String TYPE_STATIC_FOLDER_SYSTEMCUBES
           
static java.lang.String TYPE_STATIC_FOLDER_SYSTEMDIMENSIONS
           
 
Constructor Summary
ModellerChildLoader()
           
 
Method Summary
 boolean accepts(com.tensegrity.palo.gwt.core.client.models.XObject parent)
           
 com.tensegrity.palo.gwt.core.client.models.XObject[] loadChildren(com.tensegrity.palo.gwt.core.client.models.XObject parent, com.tensegrity.palo.gwt.core.server.services.UserSession userSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_STATIC_FOLDER_CUBES

public static java.lang.String TYPE_STATIC_FOLDER_CUBES

TYPE_STATIC_FOLDER_DIMENSIONS

public static java.lang.String TYPE_STATIC_FOLDER_DIMENSIONS

TYPE_STATIC_FOLDER_SYSTEMDIMENSIONS

public static java.lang.String TYPE_STATIC_FOLDER_SYSTEMDIMENSIONS

TYPE_STATIC_FOLDER_ATTRIBUTEDIMENSIONS

public static java.lang.String TYPE_STATIC_FOLDER_ATTRIBUTEDIMENSIONS

TYPE_STATIC_FOLDER_SYSTEMCUBES

public static java.lang.String TYPE_STATIC_FOLDER_SYSTEMCUBES

TYPE_STATIC_FOLDER_ATTRIBUTECUBES

public static java.lang.String TYPE_STATIC_FOLDER_ATTRIBUTECUBES

idCounter

public int idCounter
Constructor Detail

ModellerChildLoader

public ModellerChildLoader()
Method Detail

accepts

public boolean accepts(com.tensegrity.palo.gwt.core.client.models.XObject parent)
Specified by:
accepts in interface ChildLoader

loadChildren

public com.tensegrity.palo.gwt.core.client.models.XObject[] loadChildren(com.tensegrity.palo.gwt.core.client.models.XObject parent,
                                                                         com.tensegrity.palo.gwt.core.server.services.UserSession userSession)
Specified by:
loadChildren in interface ChildLoader