pl.edu.agh.cast.importer.wizard.utils
Class AbstractWizardPageHelper

java.lang.Object
  extended by pl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper

public abstract class AbstractWizardPageHelper
extends Object

Helper class containing common constants and methods for all importer wizard pages.

Author:
AGH CAST Team

Field Summary
static String DEFAULT_COMMENT_CHAR
          The default comment character contained in the data file.
static int PREVIEW_ROWS_LIMIT_FOR_ANALYSIS
          The number of rows that is to be imported for analysis.
static int PREVIEW_ROWS_LIMIT_PARTIAL
          The number of rows that is to be imported for a partial data preview.
static String[] TEXT_QUALIFIERS
          The available text qualifier constants.
 
Constructor Summary
AbstractWizardPageHelper()
           
 
Method Summary
static void handleCommentCharVerification(org.eclipse.swt.events.VerifyEvent event)
          Action method, handling the comment character verification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_QUALIFIERS

public static final String[] TEXT_QUALIFIERS
The available text qualifier constants.


PREVIEW_ROWS_LIMIT_PARTIAL

public static final int PREVIEW_ROWS_LIMIT_PARTIAL
The number of rows that is to be imported for a partial data preview.

See Also:
Constant Field Values

PREVIEW_ROWS_LIMIT_FOR_ANALYSIS

public static final int PREVIEW_ROWS_LIMIT_FOR_ANALYSIS
The number of rows that is to be imported for analysis.

See Also:
Constant Field Values

DEFAULT_COMMENT_CHAR

public static final String DEFAULT_COMMENT_CHAR
The default comment character contained in the data file.

See Also:
Constant Field Values
Constructor Detail

AbstractWizardPageHelper

public AbstractWizardPageHelper()
Method Detail

handleCommentCharVerification

public static void handleCommentCharVerification(org.eclipse.swt.events.VerifyEvent event)
Action method, handling the comment character verification. It is used by the DelimiterSelectionPageComposite) and the FixedWidthColumnSelectionPageComposite.

Parameters:
event - the verify event that had occurred


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