com.tensegrity.palowebviewer.modules.ui.client.loaders
Class CubeTableModelLoader

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.ui.client.loaders.AbstractLoader
      extended by com.tensegrity.palowebviewer.modules.ui.client.loaders.CubeTableModelLoader
All Implemented Interfaces:
IChainLoader, ILoader, ILoaderCallback

public class CubeTableModelLoader
extends AbstractLoader


Constructor Summary
CubeTableModelLoader(XCubeEditor editor)
           
 
Method Summary
 java.lang.String getDescription()
           
 void load()
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.ui.client.loaders.AbstractLoader
executeCallback, loaded, setCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeTableModelLoader

public CubeTableModelLoader(XCubeEditor editor)
Method Detail

load

public void load()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class AbstractLoader