|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.refractions.udig.ui.action.NewObjectDelegate
public class NewObjectDelegate
Description of NewObjectAction.
Information about NewObjectAction is processed from the extension point IConfigurationElement data.
You can consider this a really early version of "Action" back before Eclipse 3.3 made this sort of thing easy.
| Field Summary | |
|---|---|
IConfigurationElement |
element
NewItem element field |
ImageDescriptor |
icon
NewItem icon field |
java.lang.String |
id
NewItem id field |
java.lang.String |
text
NewItem text field |
| Constructor Summary | |
|---|---|
NewObjectDelegate(IConfigurationElement element,
IWorkbenchWindow window)
Construct UDIGActionBarAdvisor.NewContribution.NewItem. |
|
| Method Summary | |
|---|---|
void |
runAction()
Create the IWorkbenchWindowActionDelegate (if required) and call run. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String id
public final java.lang.String text
public final ImageDescriptor icon
public final IConfigurationElement element
| Constructor Detail |
|---|
public NewObjectDelegate(IConfigurationElement element,
IWorkbenchWindow window)
UDIGActionBarAdvisor.NewContribution.NewItem.
element - The configuration element that holds the properties (from plugin.xml)window - The window this action will operate in.| Method Detail |
|---|
public void runAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||