org.gamenet.application.mm8leveleditor.handler
Class DataHandler

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.handler.AbstractBaseHandler
      extended byorg.gamenet.application.mm8leveleditor.handler.DataHandler
All Implemented Interfaces:
LodResourceHandler

public class DataHandler
extends AbstractBaseHandler


Nested Class Summary
 class DataHandler.ByteDataLodResource
           
 
Field Summary
private  ByteDataTableControl byteDataTableControl
           
private  LodResource sourceLodResource
           
 
Constructor Summary
DataHandler()
           
 
Method Summary
 Component getComponentFor(LodResource lodResource, TaskObserver taskObserver)
           
 LodResource getUpdatedLodResource()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.handler.AbstractBaseHandler
makeNonStretchedPanelFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceLodResource

private LodResource sourceLodResource

byteDataTableControl

private ByteDataTableControl byteDataTableControl
Constructor Detail

DataHandler

public DataHandler()
Method Detail

getComponentFor

public Component getComponentFor(LodResource lodResource,
                                 TaskObserver taskObserver)
                          throws InterruptedException
Specified by:
getComponentFor in interface LodResourceHandler
Specified by:
getComponentFor in class AbstractBaseHandler
Throws:
InterruptedException

getUpdatedLodResource

public LodResource getUpdatedLodResource()
Specified by:
getUpdatedLodResource in interface LodResourceHandler
Specified by:
getUpdatedLodResource in class AbstractBaseHandler