org.gamenet.application.mm8leveleditor.handler
Class DPftBinHandler

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

public class DPftBinHandler
extends AbstractBaseHandler


Field Summary
private  List dPftBinList
           
private  byte[] sourceDataCache
           
private  LodResource sourceLodResource
           
 
Constructor Summary
DPftBinHandler()
           
 
Method Summary
private  DPftBin createNewDPftBin()
           
 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

dPftBinList

private List dPftBinList
Constructor Detail

DPftBinHandler

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

createNewDPftBin

private DPftBin createNewDPftBin()

getUpdatedLodResource

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