com.tensegrity.wpalo.server.childloader
Class ModellerChildLoader
java.lang.Object
com.tensegrity.wpalo.server.childloader.ModellerChildLoader
- All Implemented Interfaces:
- ChildLoader
public class ModellerChildLoader
- extends java.lang.Object
- implements ChildLoader
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 |
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
ModellerChildLoader
public ModellerChildLoader()
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