org.gamenet.application.mm8leveleditor.handler
Class TxtHandler
java.lang.Object
org.gamenet.application.mm8leveleditor.handler.TxtHandler
- All Implemented Interfaces:
- LodResourceHandler
- public class TxtHandler
- extends Object
- implements LodResourceHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sourceLodResource
private LodResource sourceLodResource
stringTableModel
private VariableTabularStringTableModel stringTableModel
TxtHandler
public TxtHandler()
getComponentFor
public Component getComponentFor(LodResource lodResource,
TaskObserver taskObserver)
- Specified by:
getComponentFor
in interface LodResourceHandler
convertTxtDataToListOfListOfStrings
private List convertTxtDataToListOfListOfStrings(byte[] byteData)
convertListOfListOfStringsToTxtData
private byte[] convertListOfListOfStringsToTxtData(List lineList)
getUpdatedLodResource
public LodResource getUpdatedLodResource()
- Specified by:
getUpdatedLodResource
in interface LodResourceHandler