public static interface ISettingDescriber.IProvideMetadataContext
Modifier and Type | Method and Description |
---|---|
ISettingUIDescription |
declareSetting(java.lang.String name,
int type,
java.lang.String label)
Adds a new setting description.
|
boolean |
forRegistration()
Determines whether the HTML GUI that must be generated is intended for the registration of the
plug-in (true) or for the configuration of new instances (false).
|
void |
setEditHelpText(Message helpText)
Sets the help text for the plug-in that will be displayed on the 'edit' page
|
void |
setSummaryHelpText(Message helpText)
Sets the help text for the plug-in that will be displayed on the summary page
|
void |
setTitle(Message title)
Sets the title for the plug-in that will be displayed at the top of the plug-in's 'edit' page
|
boolean forRegistration()
void setTitle(Message title)
void setSummaryHelpText(Message helpText)
helpText
- The help text associated with the plug-in
void setEditHelpText(Message helpText)
helpText
- The help text associated with the plug-in
ISettingUIDescription declareSetting(java.lang.String name, int type, java.lang.String label)
name
- Programmatic name of the setting being declaredtype
- one of ISettingTypes
label
- Display name of the setting being declaredISettingUIDescription
instance for the newly declared setting