org.gamenet.application.mm8leveleditor.dataSectionable
Class ShopContentsDataSectionable
java.lang.Object
org.gamenet.application.mm8leveleditor.dataSectionable.BaseDataSectionable
org.gamenet.application.mm8leveleditor.dataSectionable.ShopContentsDataSectionable
- All Implemented Interfaces:
- DataSectionable
- public class ShopContentsDataSectionable
- extends BaseDataSectionable
- implements DataSectionable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shopContents
private ShopContents shopContents
DATA_SECTION_CONTAINEDITEMS
public static final String DATA_SECTION_CONTAINEDITEMS
- See Also:
- Constant Field Values
containedItemDataTypeInfo
private BaseDataSectionable.DataTypeInfo containedItemDataTypeInfo
ShopContentsDataSectionable
public ShopContentsDataSectionable(ShopContents srcShopContents)
getData
public Object getData()
- Specified by:
getData
in interface DataSectionable
getComponentForDataSection
public Component getComponentForDataSection(TaskObserver taskObserver,
String dataSectionName)
throws InterruptedException
- Specified by:
getComponentForDataSection
in interface DataSectionable
- Throws:
InterruptedException
getListComponentForDataSection
public Component getListComponentForDataSection(TaskObserver taskObserver,
String dataSectionName,
List list,
Iterator indexIterator)
throws InterruptedException
- Specified by:
getListComponentForDataSection
in interface DataSectionable
- Throws:
InterruptedException
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
getDataTypeInfo
public BaseDataSectionable.DataTypeInfo getDataTypeInfo(String dataSectionName)
- Specified by:
getDataTypeInfo
in class BaseDataSectionable
createNewContainedItem
private ContainedItem createNewContainedItem()