roneditor.dialogs
Class AbstractPropertiesDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
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
|
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 |
dialogShell
protected org.eclipse.swt.widgets.Shell dialogShell
title
protected java.lang.String title
cancelled
protected boolean cancelled
AbstractPropertiesDialog
public AbstractPropertiesDialog(org.eclipse.swt.widgets.Shell parent,
int style)
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()