public class FindProductAction extends org.eclipse.jface.action.Action implements IModelListener
Constructor and Description |
---|
FindProductAction()
Default constructor to create a new action.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getHelpId()
This method returns the context help ID for this action.
|
void | modelChanged(ModelObjectChangedEvent event)
This method listens to model changed events and sets the enablement state.
|
void | run()
This method launches the Find Product dialog to search for products with the minimum amount of data returned.
|
public FindProductAction()
public void modelChanged(ModelObjectChangedEvent event)
public java.lang.String getHelpId()
public void run()