|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertiesPropertyPage
This interface is implemented by property pages that are contributed to be included in property groups.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
void |
setCategoryInstance(ICategoryInstance instance)
This method is called to provide the category instance that the property page should set when performOk() is called. |
void |
setCategoryOverrideListener(ICategoryOverrideListener listener)
This method is called so that property pages can report whether overrides exist for a category. |
void |
setDefaultCategoryInstance(ICategoryInstance defaults)
This method is called to provide default values to be used when the performDefaults() is called. |
void |
setOverride(boolean value)
This method is called to indicate if a property page is being used to override property values. |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
void setCategoryInstance(ICategoryInstance instance)
instance - The category instance the property page should set.void setDefaultCategoryInstance(ICategoryInstance defaults)
defaults - The category instance that provides the defaults.void setOverride(boolean value)
value - True if the property page is being used to override property
values; false otherwise.void setCategoryOverrideListener(ICategoryOverrideListener listener)
listener - A category override listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||