Class StringMapPropDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.StringMapPropDialog

public class StringMapPropDialog extends Dialog
Dialog used to edit a linked hash map of text entries directly in a styled text area.
Author:
Christopher Mindus
  • Constructor Details

    • StringMapPropDialog

      public StringMapPropDialog(Shell parent, Map<String,String> map)
      Create the dialog.
      Parameters:
      parent - The parent shell.
      map - The map to edit, null for none.
  • Method Details