org.eclipse.etrice.ui.structure.dialogs
Class ActorContainerRefPropertyDialog

java.lang.Object
  extended by FormDialog
      extended by org.eclipse.etrice.ui.common.dialogs.AbstractPropertyDialog
          extended by org.eclipse.etrice.ui.structure.dialogs.ActorContainerRefPropertyDialog

public class ActorContainerRefPropertyDialog
extends AbstractPropertyDialog


Constructor Summary
ActorContainerRefPropertyDialog(Shell shell, ActorContainerRef ref, IScope scope, StructureClass sc, boolean newRef)
           
 
Method Summary
protected  void createContent(IManagedForm mform, Composite body, org.eclipse.core.databinding.DataBindingContext bindingContext)
           
protected  Image getImage()
           
protected  void initializeBounds()
           
 
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

ActorContainerRefPropertyDialog

public ActorContainerRefPropertyDialog(Shell shell,
                                       ActorContainerRef ref,
                                       IScope scope,
                                       StructureClass sc,
                                       boolean newRef)
Method Detail

initializeBounds

protected void initializeBounds()

createContent

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

getImage

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