|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyGroupContainerListener
This interface has methods that represent events corresponding to property group containers; you can register a property group container listener on a property group manager.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
void |
addContainer(IPropertyGroupContainer container)
This method is called when a container is created by a property group manager. |
void |
addPropertyGroup(IPropertyGroup propertyGroup)
This method is called when a property group is added to a container. |
void |
deleteContainer(IPropertyGroupContainer container)
This method is called when a property group container is deleted by a property group manager. |
void |
deletePropertyGroup(IPropertyGroup propertyGroup)
This method is called when a property group is deleted from a container. |
void |
descriptionChanged(IPropertyGroup propertyGroup,
String oldDescription)
This method is called when the description of a property group changes. |
void |
renameContainer(IPropertyGroupContainer container,
String oldName)
This method is called when the system that a property group container is associated with is renamed. |
void |
renamePropertyGroup(IPropertyGroup propertyGroup,
String oldName)
This method is called when a property group is renamed. |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
void addContainer(IPropertyGroupContainer container)
container - The new property group containervoid deleteContainer(IPropertyGroupContainer container)
container - The property group container that is deleted
void renameContainer(IPropertyGroupContainer container,
String oldName)
container - The property group container associated with the renamed
systemoldName - The old name of the systemvoid addPropertyGroup(IPropertyGroup propertyGroup)
propertyGroup - The new property group.void deletePropertyGroup(IPropertyGroup propertyGroup)
propertyGroup - The deleted property group
void renamePropertyGroup(IPropertyGroup propertyGroup,
String oldName)
propertyGroup - The renamed property groupoldName - The previous name of the property group.
void descriptionChanged(IPropertyGroup propertyGroup,
String oldDescription)
propertyGroup - The property group with a changed descriptionoldDescription - The old description of the property group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||