pl.edu.agh.cast.ui.dialogs
Class AttributeEditorDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by pl.edu.agh.cast.ui.dialogs.AttributeEditorDialog

public class AttributeEditorDialog
extends org.eclipse.swt.widgets.Dialog

Shows and enables changes of attributes of modelElement


Constructor Summary
AttributeEditorDialog(org.eclipse.swt.widgets.Shell parent, AttributeValueContainer element, AttributeManager attributeManager)
           
AttributeEditorDialog(org.eclipse.swt.widgets.Shell parent, AttributeValueContainer element, AttributeManager attributeManager, int sourceTargetConnectionCount, int targetSourceConnectionCount)
           
 
Method Summary
 void open()
           
static void showDialog(ModelElement modelElement)
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeEditorDialog

public AttributeEditorDialog(org.eclipse.swt.widgets.Shell parent,
                             AttributeValueContainer element,
                             AttributeManager attributeManager)

AttributeEditorDialog

public AttributeEditorDialog(org.eclipse.swt.widgets.Shell parent,
                             AttributeValueContainer element,
                             AttributeManager attributeManager,
                             int sourceTargetConnectionCount,
                             int targetSourceConnectionCount)
Method Detail

showDialog

public static void showDialog(ModelElement modelElement)

open

public void open()


Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.