Package org.pentaho.di.ui.spoon
Annotation Type SpoonUiExtenderPlugin
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface SpoonUiExtenderPlugin
Xul-based Spoon plugin. Implementations can modify the look of Spoon, register a SpoonLifecycleListener and add a SpoonPerspective.- Author:
- nbaker
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
category
String
categoryDescription
String
classLoaderGroup
String
description
String
i18nPackageName
String
name
String
version
-
-
-
Element Detail
-
id
String id
-
-
-
image
String image
-
-
-
name
String name
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
version
String version
- Default:
- ""
-
-
-
categoryDescription
String categoryDescription
- Default:
- ""
-
-
-
i18nPackageName
String i18nPackageName
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-