|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.importer.wizard.utils.AbstractWizardPageHelper
public abstract class AbstractWizardPageHelper
Helper class containing common constants and methods for all importer wizard pages.
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 |
---|
public static final String[] TEXT_QUALIFIERS
public static final int PREVIEW_ROWS_LIMIT_PARTIAL
public static final int PREVIEW_ROWS_LIMIT_FOR_ANALYSIS
public static final String DEFAULT_COMMENT_CHAR
Constructor Detail |
---|
public AbstractWizardPageHelper()
Method Detail |
---|
public static void handleCommentCharVerification(org.eclipse.swt.events.VerifyEvent event)
DelimiterSelectionPageComposite
) and the FixedWidthColumnSelectionPageComposite
.
event
- the verify event that had occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |