org.gamenet.application.mm8leveleditor.handler
Class StrHandler

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

public class StrHandler
extends Object
implements LodResourceHandler


Field Summary
private  LodResource sourceLodResource
           
private  VariableTabularStringTableModel stringTableModel
           
 
Constructor Summary
StrHandler()
           
 
Method Summary
private  String[] convertStrDataToStringArray(byte[] byteData)
           
private  byte[] convertStringArrayToStrData(String[] strings)
           
 Component getComponentFor(LodResource lodResource, TaskObserver taskObserver)
           
 LodResource getUpdatedLodResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceLodResource

private LodResource sourceLodResource

stringTableModel

private VariableTabularStringTableModel stringTableModel
Constructor Detail

StrHandler

public StrHandler()
Method Detail

getComponentFor

public Component getComponentFor(LodResource lodResource,
                                 TaskObserver taskObserver)
Specified by:
getComponentFor in interface LodResourceHandler

convertStrDataToStringArray

private String[] convertStrDataToStringArray(byte[] byteData)

convertStringArrayToStrData

private byte[] convertStringArrayToStrData(String[] strings)

getUpdatedLodResource

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