pl.edu.agh.cast.importer.wizard.dialog
Class AdvancedEncodingDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
pl.edu.agh.cast.importer.wizard.dialog.AdvancedEncodingDialog
public class AdvancedEncodingDialog
- extends org.eclipse.swt.widgets.Dialog
Dialog of the import wizard, which serves for advanced encoding support.
- Author:
- AGH CAST Team
Methods inherited from class org.eclipse.swt.widgets.Dialog |
checkSubclass, getParent, getStyle, getText, setText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedEncodingDialog
public AdvancedEncodingDialog(org.eclipse.swt.widgets.Shell parent,
FileParamsSelectionPage mediator,
Charset selectedEncoding,
RawTabularData data)
- The default constructor.
- Parameters:
parent
- the parent shellmediator
- the mediating wizard pageselectedEncoding
- the previously selected encodingdata
- the preview data
open
public void open()
- Opens the dialog.
getSelectedEncoding
public Charset getSelectedEncoding()
- Retrieves the selected charset.
- Returns:
- selected charset
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.