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

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

public class TrPointPropertyDialog
extends AbstractPropertyDialog


Constructor Summary
TrPointPropertyDialog(Shell shell, TrPoint tp, boolean subtp)
           
 
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, 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

TrPointPropertyDialog

public TrPointPropertyDialog(Shell shell,
                             TrPoint tp,
                             boolean subtp)
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