net.refractions.udig.ui.action
Class NewObjectContribution

java.lang.Object
  extended by ContributionItem
      extended by net.refractions.udig.ui.action.NewObjectContribution

public class NewObjectContribution
extends ContributionItem

Contribution item that will add the "NewObjectDelegate" actions to a drop down button

Since:
0.6.0
Author:
jeichar

Field Summary
static java.lang.String NEW_ACTION_ID
           
 
Constructor Summary
NewObjectContribution(IWorkbenchWindow window)
          Construct UDIGActionBarAdvisor.NewContribution.
 
Method Summary
 void fill(ToolBar parent, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_ACTION_ID

public static final java.lang.String NEW_ACTION_ID
See Also:
Constant Field Values
Constructor Detail

NewObjectContribution

public NewObjectContribution(IWorkbenchWindow window)
Construct UDIGActionBarAdvisor.NewContribution.

Parameters:
window - The window this action will operate in.
Method Detail

fill

public void fill(ToolBar parent,
                 int index)
See Also:
org.eclipse.jface.action.ContributionItem#fill(org.eclipse.swt.widgets.ToolBar, int)