Package com.iizix.prop.content
- Interface Summary - Interface - Description - IContentData<ITEM extends IContentItem> The data content interface used to carry information about an item.- IContentItem Content item property container using with the content provider framework.- IContentProvider<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>> Generic interface of content providing.- IContentProviderAPI<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>> Extends the generic interface of content providing with an API to add/remove items by means of API.- IContentProviderPropCnrAPI<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>> The API as an interface with default code that easily is added to a container to provide the general code.
- Class Summary - Class - Description - AbstractContentProvider<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>> The default content provider.- AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>> A property container that handles content and has custom content provider support.