|
||||||||||
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.DirectionConfigDialog
public class DirectionConfigDialog
Dialog of the import wizard, which serves for configuration of data of type direction.
Field Summary | |
---|---|
protected org.eclipse.swt.widgets.Label |
dialogDescriptionLbl
The dialog description label. |
Fields inherited from class pl.edu.agh.cast.importer.wizard.dialog.analyzer.AbstractDataTypeConfigDialog |
---|
analyzer, columnIndex, mediator, shell |
Constructor Summary | |
---|---|
DirectionConfigDialog()
The default constructor. |
Method Summary | |
---|---|
protected void |
createContents()
Creates dialog contents. |
protected List<String> |
getSelectedCustomDirections(org.eclipse.swt.widgets.Text customDirectionsTxt)
|
protected List<String> |
getSelectedInboundDirections()
|
protected List<String> |
getSelectedOutboundDirections()
|
protected List<String> |
getSelectedTokens(org.eclipse.jface.viewers.CheckboxTableViewer viewer,
org.eclipse.swt.widgets.Text customText)
|
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. |
protected void |
setSelectedDirections(List<String> directions,
org.eclipse.jface.viewers.CheckboxTableViewer directionsViewer,
org.eclipse.swt.widgets.Text customDirectionsTxt)
|
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.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 |
Field Detail |
---|
protected org.eclipse.swt.widgets.Label dialogDescriptionLbl
Constructor Detail |
---|
public DirectionConfigDialog()
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()
protected List<String> getSelectedInboundDirections()
protected List<String> getSelectedOutboundDirections()
protected List<String> getSelectedTokens(org.eclipse.jface.viewers.CheckboxTableViewer viewer, org.eclipse.swt.widgets.Text customText)
protected List<String> getSelectedCustomDirections(org.eclipse.swt.widgets.Text customDirectionsTxt)
protected void setSelectedDirections(List<String> directions, org.eclipse.jface.viewers.CheckboxTableViewer directionsViewer, org.eclipse.swt.widgets.Text customDirectionsTxt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |