public class OrderImportWizard
extends de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>
Constructor and Description |
---|
OrderImportWizard(int position)
Constructs a new wizard dialog window. the position can be provided. the
resize option is set to true.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getData() |
protected void |
paint(org.eclipse.swt.widgets.Composite parent) |
void |
redrawButtons()
Redraws the button to fit to new text
|
public OrderImportWizard(int position)
position
- the position of the dialogpublic void redrawButtons()
protected java.lang.Object getData() throws java.lang.Exception
getData
in class de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>
java.lang.Exception
protected void paint(org.eclipse.swt.widgets.Composite parent) throws java.lang.Exception
paint
in class de.willuhn.jameica.gui.dialogs.AbstractDialog<java.lang.Object>
java.lang.Exception