pl.edu.agh.cast.importer.wizard.dialog
Class AdvancedEncodingDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by 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

Constructor Summary
AdvancedEncodingDialog(org.eclipse.swt.widgets.Shell parent, FileParamsSelectionPage mediator, Charset selectedEncoding, RawTabularData data)
          The default constructor.
 
Method Summary
 Charset getSelectedEncoding()
          Retrieves the selected charset.
 void open()
          Opens the dialog.
 
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
 

Constructor Detail

AdvancedEncodingDialog

public AdvancedEncodingDialog(org.eclipse.swt.widgets.Shell parent,
                              FileParamsSelectionPage mediator,
                              Charset selectedEncoding,
                              RawTabularData data)
The default constructor.

Parameters:
parent - the parent shell
mediator - the mediating wizard page
selectedEncoding - the previously selected encoding
data - the preview data
Method Detail

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.