roneditor.dialogs
Class HLTransitionPropertiesDialog

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

public class HLTransitionPropertiesDialog
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.


Field Summary
private  org.eclipse.swt.widgets.Button applyRuleRadioButton
           
private  org.eclipse.swt.widgets.Button cancelButton
           
private  org.eclipse.swt.widgets.Button fireRadioButton
           
private  ronmodel.HLTransitionKind kind
           
private  org.eclipse.swt.widgets.Label nameLabel
           
private  org.eclipse.swt.widgets.Text nameValueText
           
private  org.eclipse.swt.widgets.Button okButton
           
private  org.eclipse.swt.widgets.Composite rootComposit
           
private  org.eclipse.swt.widgets.Button splitRadioButton
           
private  org.eclipse.swt.widgets.Button standardRadioButton
           
private  java.lang.String transitionName
           
 
Fields inherited from class roneditor.dialogs.AbstractPropertiesDialog
cancelled, dialogShell, title
 
Constructor Summary
HLTransitionPropertiesDialog(org.eclipse.swt.widgets.Shell parent, int style)
           
 
Method Summary
 ronmodel.HLTransitionKind getKind()
           
private  ronmodel.HLTransitionKind getSelectedRadioButton()
           
 java.lang.String getTransitionName()
           
 void init()
           
static void main(java.lang.String[] args)
           
private  void okMouseDown(org.eclipse.swt.events.MouseEvent evt)
           
 void setKind(ronmodel.HLTransitionKind kind)
           
private  void setNotSelected()
           
 void setTransitionName(java.lang.String transitionName)
           
 
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

rootComposit

private org.eclipse.swt.widgets.Composite rootComposit

standardRadioButton

private org.eclipse.swt.widgets.Button standardRadioButton

splitRadioButton

private org.eclipse.swt.widgets.Button splitRadioButton

cancelButton

private org.eclipse.swt.widgets.Button cancelButton

okButton

private org.eclipse.swt.widgets.Button okButton

nameValueText

private org.eclipse.swt.widgets.Text nameValueText

nameLabel

private org.eclipse.swt.widgets.Label nameLabel

applyRuleRadioButton

private org.eclipse.swt.widgets.Button applyRuleRadioButton

fireRadioButton

private org.eclipse.swt.widgets.Button fireRadioButton

transitionName

private java.lang.String transitionName

kind

private ronmodel.HLTransitionKind kind
Constructor Detail

HLTransitionPropertiesDialog

public HLTransitionPropertiesDialog(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)

getKind

public ronmodel.HLTransitionKind getKind()

setKind

public void setKind(ronmodel.HLTransitionKind kind)

getTransitionName

public java.lang.String getTransitionName()

setTransitionName

public void setTransitionName(java.lang.String transitionName)

setNotSelected

private void setNotSelected()

getSelectedRadioButton

private ronmodel.HLTransitionKind getSelectedRadioButton()