Package com.iizigo.prop.editor.dialog
Class InsertTextIDDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- com.iizigo.prop.editor.dialog.InsertTextIDDialog
-
- All Implemented Interfaces:
java.util.EventListener
,org.eclipse.swt.events.ModifyListener
,org.eclipse.swt.internal.SWTEventListener
public class InsertTextIDDialog extends org.eclipse.swt.widgets.Dialog implements org.eclipse.swt.events.ModifyListener
Dialog box to insert or edit a text ID tag of a KString.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description InsertTextIDDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, java.lang.String[] dialogData)
Create the dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
modifyText(org.eclipse.swt.events.ModifyEvent e)
Changes in reference.int
open()
Open the dialog.
-
-
-
Constructor Detail
-
InsertTextIDDialog
public InsertTextIDDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, java.lang.String[] dialogData)
Create the dialog.- Parameters:
parent
- The parent shell.dialogData
- Dialog data [1], where [0]='textIDReference'.
-
-