| org.eclipse.ui.internal.ide.TipsAndTricksAction
TipsAndTricksAction | public class TipsAndTricksAction extends PartEventAction implements ActionFactory.IWorkbenchAction(Code) | | Launch the tips and tricks action.
|
Constructor Summary | |
public | TipsAndTricksAction(IWorkbenchWindow window) Create an instance of this class. |
Method Summary | |
public void | dispose() | public void | run() |
TipsAndTricksAction | public TipsAndTricksAction(IWorkbenchWindow window)(Code) | | Create an instance of this class.
Parameters: window - the window |
dispose | public void dispose()(Code) | | |
run | public void run()(Code) | | The user has invoked this action
|
|
|