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:
EventListener
,ModifyListener
,SWTEventListener
Dialog box to insert or edit a text ID tag of a KString.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionInsertTextIDDialog
(Shell parent, ModuleModel model, String[] dialogData) Create the dialog.Method Summary
Constructor Details
InsertTextIDDialog
Create the dialog.- Parameters:
parent
- The parent shell.dialogData
- Dialog data [1], where [0]='textIDReference'.
Method Details
open
public int open()Open the dialog.- Returns:
- the gradient.
modifyText
Changes in reference.- Specified by:
modifyText
in interfaceModifyListener