org.eclipse.etrice.ui.behavior.dialogs
Class ChoicePointPropertyDialog

java.lang.Object
  extended by FormDialog
      extended by org.eclipse.etrice.ui.common.dialogs.AbstractPropertyDialog
          extended by org.eclipse.etrice.ui.behavior.dialogs.ChoicePointPropertyDialog

public class ChoicePointPropertyDialog
extends AbstractPropertyDialog


Constructor Summary
ChoicePointPropertyDialog(Shell shell, ChoicePoint cp)
           
 
Method Summary
protected  void createContent(IManagedForm mform, Composite body, org.eclipse.core.databinding.DataBindingContext bindingContext)
           
protected  Image getImage()
           
 
Methods inherited from class org.eclipse.etrice.ui.common.dialogs.AbstractPropertyDialog
createButtonBar, createCheck, createCheck, createCombo, createCombo, createComboUsingDesc, createDecorator, createFormContent, createInfoDecorator, createText, createText, createText, createText, getBindingContext, getToolkit, setValidationText, updateValidationFeedback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChoicePointPropertyDialog

public ChoicePointPropertyDialog(Shell shell,
                                 ChoicePoint cp)
Method Detail

getImage

protected Image getImage()
Specified by:
getImage in class AbstractPropertyDialog

createContent

protected void createContent(IManagedForm mform,
                             Composite body,
                             org.eclipse.core.databinding.DataBindingContext bindingContext)
Specified by:
createContent in class AbstractPropertyDialog