org.gamenet.application.mm8leveleditor.handler
Class AbstractBaseHandler
java.lang.Object
org.gamenet.application.mm8leveleditor.handler.AbstractBaseHandler
- All Implemented Interfaces:
- LodResourceHandler
- Direct Known Subclasses:
- BlvHandler, DataHandler, DChestBinHandler, DDecListBinHandler, DdmHandler, DIftBinHandler, DlvHandler, DMonListBinHandler, DObjListBinHandler, DOverlayBinHandler, DPftBinHandler, DsftBinHandler, DSoundsBinHandler, DTftBinHandler, DTileBinHandler, EvtHandler, NPCDataBinHandler, OdmHandler, PartyBinHandler
- public abstract class AbstractBaseHandler
- extends Object
- implements LodResourceHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBaseHandler
public AbstractBaseHandler()
getComponentFor
public abstract Component getComponentFor(LodResource lodResource,
TaskObserver taskObserver)
throws InterruptedException
- Specified by:
getComponentFor
in interface LodResourceHandler
- Throws:
InterruptedException
getUpdatedLodResource
public abstract LodResource getUpdatedLodResource()
- Specified by:
getUpdatedLodResource
in interface LodResourceHandler
makeNonStretchedPanelFor
protected JPanel makeNonStretchedPanelFor(Component component)