|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Dialog
pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog
pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDateDataTypeConfigDialog
pl.edu.agh.cast.importer.wizard.dialog.analyzer.TimeConfigDialog
public class TimeConfigDialog
Dialog of the import wizard, which serves for configuration of data of type time.
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 | |
---|---|
TimeConfigDialog()
The default constructor. |
Method Summary | |
---|---|
protected 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 |
---|
public TimeConfigDialog()
Method Detail |
---|
public static void main(String[] args)
args
- arguments for the main methodpublic static void showGUI()
protected void createContents()
createContents
in class AbstractDataTypeConfigDialog
AbstractDataTypeConfigDialog.createContents()
protected void handleResetAction()
handleResetAction
in class AbstractDataTypeConfigDialog
AbstractDataTypeConfigDialog.handleResetAction()
protected void handleSaveAction()
handleSaveAction
in class AbstractDataTypeConfigDialog
AbstractDataTypeConfigDialog.handleSaveAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |