org.eclipse.ptp.launch.ui
Class RuleDialogFactory
java.lang.Object
org.eclipse.ptp.launch.ui.RuleDialogFactory
public class RuleDialogFactory
- extends Object
TODO: NEEDS TO BE DOCUMENTED
|
Method Summary |
static org.eclipse.jface.dialogs.Dialog |
createDialogForRule(org.eclipse.swt.widgets.Shell shell,
org.eclipse.ptp.launch.rulesengine.ISynchronizationRule rule)
Returns a new dialog that is able to edit a rule. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleDialogFactory
public RuleDialogFactory()
createDialogForRule
public static org.eclipse.jface.dialogs.Dialog createDialogForRule(org.eclipse.swt.widgets.Shell shell,
org.eclipse.ptp.launch.rulesengine.ISynchronizationRule rule)
- Returns a new dialog that is able to edit a rule.
- Parameters:
shell - The SWT shell for the dialogrule - The rule to edit
- Returns:
- The dialog or null if no dialog is known for the rule.
- Since:
- 5.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.