|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.ksbase.ui.menus.DynamicMenuContributions
public final class DynamicMenuContributions
Creates menus for all registered editor transformation settings and contributes them when starting an eclipse instance.
Field Summary | |
---|---|
static DynamicMenuContributions |
INSTANCE
DynamicMenuContribution instance. |
Method Summary | |
---|---|
void |
createAllMenuContributions()
Creates all menu contributions for all existing editors. |
void |
createMenuForEditor(EditorTransformationSettings editorSettings)
Creates a menu for an editor. |
void |
createMenuForEditors(Collection<EditorTransformationSettings> collection)
Creates a valid plug-in project for each editor and injects it to the eclipse run-time. |
List<IBalloonContribution> |
getBalloonContributions()
Getter method for elements that should show up in balloon popups. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DynamicMenuContributions INSTANCE
Method Detail |
---|
public List<IBalloonContribution> getBalloonContributions()
public void createMenuForEditor(EditorTransformationSettings editorSettings)
editorSettings
- The editor to create the menu for.public void createAllMenuContributions()
public void createMenuForEditors(Collection<EditorTransformationSettings> collection)
collection
- The list of editors to create the menu for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |