Class ExternalizeTextsDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.text.ExternalizeTextsDialog
All Implemented Interfaces:
ICheckStateListener, IDoubleClickListener

public class ExternalizeTextsDialog extends Dialog implements IDoubleClickListener, ICheckStateListener
Dialog used for text table externalize strings for KStringProp's and TooltipProp's.
Author:
Christopher Mindus
  • Constructor Details

    • ExternalizeTextsDialog

      public ExternalizeTextsDialog(Shell parent, EditorTextTable textTable, List<DesignerProp> list, IPropUndoRedo undoRedo)
      Create the dialog.
      Parameters:
      parent - The parent shell.
      textTable - Text table for externalized texts.
      list - The properties whose texts are to be externalized.
      undoRedo - The undo/redo instance the operation is recorded against.
  • Method Details