PTP
Release 5.0

org.eclipse.ptp.launch.ui
Class RuleDialogFactory

java.lang.Object
  extended by org.eclipse.ptp.launch.ui.RuleDialogFactory

public class RuleDialogFactory
extends java.lang.Object

TODO: NEEDS TO BE DOCUMENTED


Constructor Summary
RuleDialogFactory()
           
 
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
 

Constructor Detail

RuleDialogFactory

public RuleDialogFactory()
Method Detail

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 dialog
rule - The rule to edit
Returns:
The dialog or null if no dialog is known for the rule.
Since:
5.0

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.