org.gamenet.application.mm8leveleditor.handler
Class DChestBinHandler

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

public class DChestBinHandler
extends AbstractBaseHandler


Field Summary
private  List dChestBinList
           
private  byte[] sourceDataCache
           
private  LodResource sourceLodResource
           
 
Constructor Summary
DChestBinHandler()
           
 
Method Summary
private  DChestBin createNewDChestBin()
           
 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

sourceDataCache

private byte[] sourceDataCache

dChestBinList

private List dChestBinList
Constructor Detail

DChestBinHandler

public DChestBinHandler()
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

createNewDChestBin

private DChestBin createNewDChestBin()

getUpdatedLodResource

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