roneditor.objectnetview.dialog
Class ONPlacePropertiesDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by roneditor.objectnetview.dialog.AbstractPropertiesDialog
          extended by roneditor.objectnetview.dialog.ONPlacePropertiesDialog

public class ONPlacePropertiesDialog
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 cancelButton
           
private  org.eclipse.swt.widgets.Composite composite1
           
private  org.eclipse.swt.widgets.Label nameLabel
           
private  org.eclipse.swt.widgets.Text nameValue
           
private  org.eclipse.swt.widgets.Button okButton
           
private  java.lang.String placeName
           
private  int tokens
           
private  org.eclipse.swt.widgets.Label tokensLabel
           
private  org.eclipse.swt.widgets.Text tokensValue
           
 
Fields inherited from class roneditor.objectnetview.dialog.AbstractPropertiesDialog
cancelled, dialogShell, title
 
Constructor Summary
ONPlacePropertiesDialog(org.eclipse.swt.widgets.Shell parent, int style)
           
 
Method Summary
 java.lang.String getPlaceName()
           
 int getTokens()
           
 void init()
           
private  void okMouseDown(org.eclipse.swt.events.MouseEvent evt)
           
 void setPlaceName(java.lang.String placeName)
           
 void setTokens(int tokens)
           
 
Methods inherited from class roneditor.objectnetview.dialog.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

nameValue

private org.eclipse.swt.widgets.Text nameValue

nameLabel

private org.eclipse.swt.widgets.Label nameLabel

tokensValue

private org.eclipse.swt.widgets.Text tokensValue

tokensLabel

private org.eclipse.swt.widgets.Label tokensLabel

placeName

private java.lang.String placeName

tokens

private int tokens
Constructor Detail

ONPlacePropertiesDialog

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

init

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

okMouseDown

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

setPlaceName

public void setPlaceName(java.lang.String placeName)

getPlaceName

public java.lang.String getPlaceName()

getTokens

public int getTokens()

setTokens

public void setTokens(int tokens)