|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICategory
A category defines a named collection of properties. All
registered categories can be obtained by calling
IPropertyGroupManager.getCategories().
A category instance is an object that contains the values of the properties in a category.
ICategoryInstance| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
boolean |
deleteInstance(ICategoryInstance instance)
Deletes a category instance from this category. |
List<ICategoryInstance> |
getInstances()
Returns all of the category instances for this category. |
String |
getName()
Returns the name of the category. |
List<IPropertyInfo> |
getPropertyInformation()
Returns the property info objects that contain information about the properties registered with the category in the property group manager. |
ICategoryInstance |
makeInstance()
Makes an instance of this category. |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
String getName()
List<IPropertyInfo> getPropertyInformation()
ICategoryInstance makeInstance()
boolean deleteInstance(ICategoryInstance instance)
The - category instance to delete.
List<ICategoryInstance> getInstances()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||