public static interface IPluginUI.IProvideMetadataContext
Modifier and Type | Method and Description |
---|---|
void |
addPage(java.lang.String pageID,
java.lang.String title)
Indicates to the hosting platform the IDs and titles of the different pages that may be displayed
during the configuration of the plug-in.
|
boolean |
forRegistration()
Returns a boolean value indicating whether the HTML GUI being generated is intended for the
registration of the plug-in (true) or for the configuration of a new instance (false).
|
java.lang.Object |
getProperty(java.lang.String key)
Returns a property for the specified key.
|
void |
setRequiresSettings(boolean val)
Indicates to the hosting platform whether the plug-in's configuration UI is required.
|
boolean forRegistration()
java.lang.Object getProperty(java.lang.String key)
void setRequiresSettings(boolean val)
val
- true if the plug-in requires any settings, false otherwise (default: true)
void addPage(java.lang.String pageID, java.lang.String title)
pageID
- The page identifier for the page being addedtitle
- The title which may be displayed by the hosting platform for this page