Package com.iizigo.prop.editor.dialog
Class StringMapPropDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.StringMapPropDialog
public class StringMapPropDialog extends org.eclipse.swt.widgets.Dialog
Dialog used to edit a linked hash map of text entries directly in a styled text area.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionStringMapPropDialog
(org.eclipse.swt.widgets.Shell parent, Map<String, String> map) Create the dialog.Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Constructor Details
StringMapPropDialog
Create the dialog.- Parameters:
parent
- The parent shell.map
- The map to edit, null for none.
Method Details
open
Open the dialog.- Returns:
- the result, or null for cancel.