|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.refractions.udig.ui.StartupOperations
public class StartupOperations
Add additional operation menu contributions to the screen.
This is an experiment it may be too late; since it appears the workbench window is already set up?
| Constructor Summary | |
|---|---|
StartupOperations()
|
|
| Method Summary | |
|---|---|
void |
earlyStartup()
|
protected AbstractContributionFactory |
operationsMenu(IMenuService menuService,
java.util.List<IConfigurationElement> list,
java.lang.String locationURI,
java.lang.String categoryId)
This will produce an AbstractConfigurationFactory that adds a CommandContribution for each operation in the indicated category. |
protected void |
processOperations(IWorkbench workbench)
Process operations for the provided scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartupOperations()
| Method Detail |
|---|
public void earlyStartup()
protected void processOperations(IWorkbench workbench)
workbench - scope -
protected AbstractContributionFactory operationsMenu(IMenuService menuService,
java.util.List<IConfigurationElement> list,
java.lang.String locationURI,
java.lang.String categoryId)
The following are all related "categoryId":
list - locationURI -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||