roneditor.objectnetview.dialogs
Class ONArcPropertiesDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by roneditor.dialogs.AbstractPropertiesDialog
          extended by roneditor.objectnetview.dialogs.ONArcPropertiesDialog

public class ONArcPropertiesDialog
extends AbstractPropertiesDialog

Dialog zum ändern die Properties eines ONArc


Field Summary
private  org.eclipse.swt.widgets.Button cancelButton
           
private  org.eclipse.swt.widgets.Composite composite1
           
private  org.eclipse.swt.widgets.Button okButton
           
private  int weight
           
private  org.eclipse.swt.widgets.Label weightLabel
           
private  org.eclipse.swt.widgets.Text weightValue
           
 
Fields inherited from class roneditor.dialogs.AbstractPropertiesDialog
cancelled, dialogShell, title
 
Constructor Summary
ONArcPropertiesDialog(org.eclipse.swt.widgets.Shell parent, int style)
           
 
Method Summary
 int getWeight()
           
 void init()
           
static void main(java.lang.String[] args)
           
private  void okMouseDown(org.eclipse.swt.events.MouseEvent evt)
           
 void setWeight(int weight)
           
 
Methods inherited from class roneditor.dialogs.AbstractPropertiesDialog
cancelMouseDown, isCancelled, open, setTitle
 
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
 

Field Detail

composite1

private org.eclipse.swt.widgets.Composite composite1

cancelButton

private org.eclipse.swt.widgets.Button cancelButton

okButton

private org.eclipse.swt.widgets.Button okButton

weightValue

private org.eclipse.swt.widgets.Text weightValue

weightLabel

private org.eclipse.swt.widgets.Label weightLabel

weight

private int weight
Constructor Detail

ONArcPropertiesDialog

public ONArcPropertiesDialog(org.eclipse.swt.widgets.Shell parent,
                             int style)
Method Detail

main

public static void main(java.lang.String[] args)

init

public void init()
Specified by:
init in class AbstractPropertiesDialog

okMouseDown

private void okMouseDown(org.eclipse.swt.events.MouseEvent evt)

setWeight

public void setWeight(int weight)

getWeight

public int getWeight()