public class QuoteActionGroup
extends org.eclipse.ui.actions.ActionGroup
This class may be instantiated; it is not intended to be sub class.
Constructor and Description |
---|
QuoteActionGroup(org.eclipse.ui.IViewPart part, java.lang.String groupName)
The default constructor that creates a new QutoeActionGroup.
|
Modifier and Type | Method and Description |
---|---|
void | fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
This method adds the applicable actions to a context menu based on the state of the Action Context.
|
void | fillContextMenuForCustomer(org.eclipse.jface.action.IMenuManager menu)
This method adds the applicable actions to a context menu for customer.
|
void | fillContextMenuForQuote(org.eclipse.jface.action.IMenuManager menu)
This method adds the applicable actions to a context menu for quote.
|
void | fillContextMenuForStore(org.eclipse.jface.action.IMenuManager menu)
This method adds the applicable actions to a context menu for store.
|
org.eclipse.jface.action.IAction | getCreateOrderFromQuoteAction()
This method returns the create order from quote action.
|
org.eclipse.jface.action.IAction | getCreateQuoteAction()
This method returns the create quote action.
|
org.eclipse.jface.action.IAction | getEditQuoteAction()
This method returns the edit quote action.
|
org.eclipse.jface.action.IAction | getRemoveQuoteAction()
This method returns the remove quote action.
|
public QuoteActionGroup(org.eclipse.ui.IViewPart part, java.lang.String groupName)
public void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
public void fillContextMenuForStore(org.eclipse.jface.action.IMenuManager menu)
public void fillContextMenuForCustomer(org.eclipse.jface.action.IMenuManager menu)
public void fillContextMenuForQuote(org.eclipse.jface.action.IMenuManager menu)
public org.eclipse.jface.action.IAction getCreateQuoteAction()
public org.eclipse.jface.action.IAction getEditQuoteAction()
public org.eclipse.jface.action.IAction getRemoveQuoteAction()
public org.eclipse.jface.action.IAction getCreateOrderFromQuoteAction()