|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.config.extension.ContributionsProvider
public final class ContributionsProvider
Provides two combo boxes for the toolbar in the Execution Manager.
Constructor Summary | |
---|---|
ContributionsProvider()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContributionsProvider()
Method Detail |
---|
public 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.
provideToolbarContributions
in interface IKiemToolbarContributor
info
- may hold some information.
public 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.
provideToolbarActions
in interface IKiemToolbarContributor
info
- may hold some information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |