|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PropertyGroup is a logical collection of property settings that the
properties system interacts with. Only PropertyGroup instances that have
been registered via PropertyManager.registerPropertyGroup
will
be notified during initialization and when a property dialog is
displayed.
Method Summary | |
PropertyPageFactory |
getPageFactory(java.lang.Object topic)
Invoked every time a property dialog is displayed to determine whether this property group has a relevant property page for a given topic. |
void |
initializeProperties()
Invoked once for a PropertyGroup to indicate that the values of all global properties have been read from permanent storage and that any settings that depend on these properties can be safely made. |
Method Detail |
public PropertyPageFactory getPageFactory(java.lang.Object topic)
Invoked every time a property dialog is displayed to determine whether this property group has a relevant property page for a given topic.
topic
- A specific topic for the property dialog, or null if global
property settings are being displayed.public void initializeProperties()
Invoked once for a PropertyGroup to indicate that the values of all global properties have been read from permanent storage and that any settings that depend on these properties can be safely made.
Only PropertyGroup instances registered during OpenTool initialization will receive this notification.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |