roneditor.dialogs
Class AbstractPropertiesDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by roneditor.dialogs.AbstractPropertiesDialog
Direct Known Subclasses:
HLTransitionPropertiesDialog, ONArcPropertiesDialog, ONPlacePropertiesDialog, ONTransitionPropertiesDialog

public abstract class AbstractPropertiesDialog
extends org.eclipse.swt.widgets.Dialog


Field Summary
protected  boolean cancelled
           
protected  org.eclipse.swt.widgets.Shell dialogShell
           
protected  java.lang.String title
           
 
Constructor Summary
AbstractPropertiesDialog(org.eclipse.swt.widgets.Shell parent, int style)
           
 
Method Summary
protected  void cancelMouseDown(org.eclipse.swt.events.MouseEvent evt)
           
protected abstract  void init()
           
 boolean isCancelled()
           
 void open()
           
 void setTitle(java.lang.String title)
           
 
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

dialogShell

protected org.eclipse.swt.widgets.Shell dialogShell

title

protected java.lang.String title

cancelled

protected boolean cancelled
Constructor Detail

AbstractPropertiesDialog

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

isCancelled

public boolean isCancelled()

setTitle

public void setTitle(java.lang.String title)

open

public void open()

cancelMouseDown

protected void cancelMouseDown(org.eclipse.swt.events.MouseEvent evt)

init

protected abstract void init()