org.gamenet.application.mm8leveleditor.dataSectionable
Class DsftBinDataSectionable
java.lang.Object
org.gamenet.application.mm8leveleditor.dataSectionable.BaseDataSectionable
org.gamenet.application.mm8leveleditor.dataSectionable.DsftBinDataSectionable
- All Implemented Interfaces:
- DataSectionable
- public class DsftBinDataSectionable
- extends BaseDataSectionable
- implements DataSectionable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dsftBin
private DsftBin dsftBin
DATA_SECTION_DSFT_SPRITE_SETS
public static final String DATA_SECTION_DSFT_SPRITE_SETS
- See Also:
- Constant Field Values
DATA_SECTION_INDEXES
public static final String DATA_SECTION_INDEXES
- See Also:
- Constant Field Values
DsftBinDataSectionable
public DsftBinDataSectionable(DsftBin srcDsftBin)
getListComponentForDataSection
public Component getListComponentForDataSection(TaskObserver taskObserver,
String dataSectionName,
List list,
Iterator indexIterator)
throws InterruptedException
- Specified by:
getListComponentForDataSection
in interface DataSectionable
- Throws:
InterruptedException
getComponentForDataSection
public Component getComponentForDataSection(TaskObserver taskObserver,
String dataSectionName)
throws InterruptedException
- Specified by:
getComponentForDataSection
in interface DataSectionable
- Throws:
InterruptedException
getIndexPanel
public Component getIndexPanel(TaskObserver taskObserver,
List indexNumberList)
throws InterruptedException
- Throws:
InterruptedException
getDsftBinSpriteSetPanel
public Component getDsftBinSpriteSetPanel(TaskObserver taskObserver,
List indexNumberList)
throws InterruptedException
- Throws:
InterruptedException
getDataTypeInfo
public BaseDataSectionable.DataTypeInfo getDataTypeInfo(String dataSectionName)
- Specified by:
getDataTypeInfo
in class BaseDataSectionable
getData
public Object getData()
- Specified by:
getData
in interface DataSectionable
getDataSections
public static DataSection[] getDataSections()
getStaticDataSections
public DataSection[] getStaticDataSections()
- Specified by:
getStaticDataSections
in interface DataSectionable
getDataForDataSection
public Object getDataForDataSection(DataSection dataSection)
- Specified by:
getDataForDataSection
in interface DataSectionable