pl.edu.agh.cast.importer.wizard.dialog.analyzer
Class DateConfigDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
          extended by pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
              extended by pl.edu.agh.cast.importer.wizard.dialog.analyzer.DateConfigDialog

public class DateConfigDialog
extends AbstractDateDataTypeConfigDialog

Dialog of the import wizard, which serves for configuration of data of type date.

Author:
AGH CAST Team

Field Summary
 
Fields inherited from class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
SAMPLE_DATE
 
Fields inherited from class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
analyzer, columnIndex, mediator, shell
 
Constructor Summary
DateConfigDialog()
          The default constructor.
 
Method Summary
 void createContents()
          Creates dialog contents.
protected  void handleResetAction()
          Handles reset action - must be overridden by subclasses.
protected  void handleSaveAction()
          Handles save action - must be overridden by subclasses.
static void main(String[] args)
          Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
static void showGUI()
          Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
 
Methods inherited from class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
addConfigLabel, addDateTableItems, addDateTimeTableItems, addTimeTableItems, createTable, getTimeChars, handleCustomDateFormatTxtVerification, handleCustomDateTimeFormatVerification, handleCustomFormatModification, handleCustomTimeFormatTxtVerification
 
Methods inherited from class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
createButtons, handleCancelAction, open, setData
 
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

DateConfigDialog

public DateConfigDialog()
The default constructor.

Method Detail

main

public static void main(String[] args)
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.

Parameters:
args - arguments for the main method

showGUI

public static void showGUI()
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.


createContents

public void createContents()
Creates dialog contents. Must be overridden by subclasses to provide dialog content.

Specified by:
createContents in class AbstractDataTypeConfigDialog
See Also:
AbstractDataTypeConfigDialog.createContents()

handleResetAction

protected void handleResetAction()
Handles reset action - must be overridden by subclasses.

Specified by:
handleResetAction in class AbstractDataTypeConfigDialog
See Also:
AbstractDataTypeConfigDialog.handleResetAction()

handleSaveAction

protected void handleSaveAction()
Handles save action - must be overridden by subclasses.

Specified by:
handleSaveAction in class AbstractDataTypeConfigDialog
See Also:
AbstractDataTypeConfigDialog.handleSaveAction()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.