|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKiemToolbarContributor
Classes implementing this interface may be asked if they want to contribute controls to the toolbar inside the KIEM View.
The plugin will add the components from left to right in the order that the contributors are stored in the extension registry. KIEM's own controls will be added after the contributed components have been added.
Method Summary | |
---|---|
Action[] |
provideToolbarActions(Object info)
The plugin will add the components from left to right in the order that the contributors are stored in the extension registry. |
ControlContribution[] |
provideToolbarContributions(Object info)
The plugin will add the components from left to right in the order that the contributors are stored in the extension registry. |
Method Detail |
---|
ControlContribution[] provideToolbarContributions(Object info)
The plugin will add the components from left to right in the order that the contributors are stored in the extension registry. KIEM's own controls will be added after the contributed components have been added.
The array should contain the components in the order that they are supposed to be added, null values will be ignored.
info
- may hold some information.
Action[] provideToolbarActions(Object info)
The plugin will add the components from left to right in the order that the contributors are stored in the extension registry. KIEM's own controls will be added after the contributed components have been added.
The array should contain the components in the order that they are supposed to be added, null values will be ignored.
info
- may hold some information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |