|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyGroupManager
A property group manager provides access to registered categories and property group containers that can be used to work with property groups.
A property group manager provides the following functionality:
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
void |
deregister(IPropertyGroupContainerListener listener)
Removes the listener from being notified of any future changes. |
List<ICategory> |
getCategories()
Returns the categories that have been registered with the property group manager. |
List<IPropertyGroupContainer> |
getPropertyGroupContainers()
Returns the property group containers created by the property group manager. |
void |
register(IPropertyGroupContainerListener listener)
Registers the given listener with the property group manager, so the listener will be notified when containers are created and deleted, and property groups are created, deleted, renamed, and their description is modified. |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
List<IPropertyGroupContainer> getPropertyGroupContainers()
List<ICategory> getCategories()
void register(IPropertyGroupContainerListener listener)
listener - The property group container listener.void deregister(IPropertyGroupContainerListener listener)
listener - The property group container listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||