org.gamenet.application.mm8leveleditor.handler
Class DMonListBinMM6Handler

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.handler.AbstractBaseSubHandler
      extended byorg.gamenet.application.mm8leveleditor.handler.DMonListBinMM6Handler
All Implemented Interfaces:
LodResourceSubHandler

public class DMonListBinMM6Handler
extends AbstractBaseSubHandler


Field Summary
private  List dMonListBinList
           
private  byte[] sourceDataCache
           
private  LodResource sourceLodResource
           
 
Constructor Summary
DMonListBinMM6Handler()
           
 
Method Summary
private  DMonListBinMM6 createNewDMonListBin()
           
 Component getComponentFor(LodResource lodResource, byte[] sourceDataCache, TaskObserver taskObserver)
           
 LodResource getUpdatedLodResource()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.handler.AbstractBaseSubHandler
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

dMonListBinList

private List dMonListBinList
Constructor Detail

DMonListBinMM6Handler

public DMonListBinMM6Handler()
Method Detail

getComponentFor

public Component getComponentFor(LodResource lodResource,
                                 byte[] sourceDataCache,
                                 TaskObserver taskObserver)
                          throws InterruptedException
Specified by:
getComponentFor in interface LodResourceSubHandler
Specified by:
getComponentFor in class AbstractBaseSubHandler
Throws:
InterruptedException

createNewDMonListBin

private DMonListBinMM6 createNewDMonListBin()

getUpdatedLodResource

public LodResource getUpdatedLodResource()
Specified by:
getUpdatedLodResource in interface LodResourceSubHandler
Specified by:
getUpdatedLodResource in class AbstractBaseSubHandler