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 SummaryConstructorsConstructorDescription- InsertTextIDDialog- (Shell parent, ModuleModel model, String[] dialogData) Create the dialog.
- Method Summary
- Constructor Details- InsertTextIDDialogCreate the dialog.- Parameters:
- parent- The parent shell.
- dialogData- Dialog data [1], where [0]='textIDReference'.
 
 
- Method Details- openpublic int open()Open the dialog.- Returns:
- the gradient.
 
- modifyTextChanges in reference.- Specified by:
- modifyTextin interface- ModifyListener