roneditor.objectnetview.dialog
Class ONTransitionPropertiesDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
roneditor.objectnetview.dialog.AbstractPropertiesDialog
roneditor.objectnetview.dialog.ONTransitionPropertiesDialog
public class ONTransitionPropertiesDialog
- extends AbstractPropertiesDialog
This code was edited or generated using CloudGarden's Jigloo
SWT/Swing GUI Builder, which is free for non-commercial
use. If Jigloo is being used commercially (ie, by a corporation,
company or business for any purpose whatever) then you
should purchase a license for each developer using Jigloo.
Please visit www.cloudgarden.com for details.
Use of Jigloo implies acceptance of these licensing terms.
A COMMERCIAL LICENSE HAS NOT BEEN PURCHASED FOR
THIS MACHINE, SO JIGLOO OR THIS CODE CANNOT BE USED
LEGALLY FOR ANY CORPORATE OR COMMERCIAL PURPOSE.
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 |
composite1
private org.eclipse.swt.widgets.Composite composite1
cancelButton
private org.eclipse.swt.widgets.Button cancelButton
okButton
private org.eclipse.swt.widgets.Button okButton
nameValue
private org.eclipse.swt.widgets.Text nameValue
nameLabel
private org.eclipse.swt.widgets.Label nameLabel
transitionName
private java.lang.String transitionName
ONTransitionPropertiesDialog
public ONTransitionPropertiesDialog(org.eclipse.swt.widgets.Shell parent,
int style)
init
public void init()
- Specified by:
init
in class AbstractPropertiesDialog
okMouseDown
private void okMouseDown(org.eclipse.swt.events.MouseEvent evt)
setTransitionName
public void setTransitionName(java.lang.String transitionName)
getTransitionName
public java.lang.String getTransitionName()