public class KexMIFgui extends KexMIF implements ActionListener, DocumentListener, ImportListener, ItemListener
| Modifier and Type | Class and Description |
|---|---|
class |
KexMIFgui.MifFileFilter
Dateifilter für MIF-Dateien.
|
dav, debug, konfigurationsdaten| Constructor and Description |
|---|
KexMIFgui() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
private static void |
addComponent(Container cont,
GridBagLayout gbl,
Component c,
int x,
int y,
int width,
int height,
double weightx,
double weighty,
int fill)
Fügt eine Komponente zum Container hinzu.
|
(package private) void |
centerFrame() |
void |
changedUpdate(DocumentEvent arg0) |
(package private) void |
enableComponent(Container cont,
boolean enable) |
void |
insertUpdate(DocumentEvent arg0) |
void |
itemStateChanged(ItemEvent e) |
void |
listSelectionChanged(SelectionListe list)
Methode wird aufgerufen, wenn die Selection der Liste geändert
wurde.
|
void |
removeUpdate(DocumentEvent arg0) |
void |
startImport()
Führt die Importoperation aus.
|
private void |
updateMifDb() |
private void |
updateZielTypen() |
checkParameter, initialize, main, parseArgumentsprivate static final long serialVersionUID
private GridBagLayout _gridbaglayout
private JButton _button_import
private JPanel _panel
private JTextField _mifdb_textfeld
SelectionListe _miftypen_liste
SelectionListe _mifspalten_liste
private JLabel _hl
private JTextField _kb_pfad
private JButton _mifdb_button
private JButton _kb_bt
private JTextField _kb_kv_text
private JTextField _kb_pid_text
private JTextField _kb_name_text
private JTextArea _kb_info_text
private JScrollPane _kb_info_scrollPane
JFrame _frame
KexMIF _parent
JProgressBar progressbar
JDialog waitdialog
JCheckBox _importAll
private JFrame _logFrame
int fontsize_i
SelectionListe _zieltyp_box
private JTextField _kb_appr
MifTyp[] _mifTypen_db
MifTyp[] _mifTypen_import
private boolean _wait_init
String _zielTyp
private static void addComponent(Container cont, GridBagLayout gbl, Component c, int x, int y, int width, int height, double weightx, double weighty, int fill)
cont - gbl - c - x - y - width - height - weightx - weighty - fill - public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenervoid centerFrame()
public void changedUpdate(DocumentEvent arg0)
changedUpdate in interface DocumentListenervoid enableComponent(Container cont, boolean enable)
public void insertUpdate(DocumentEvent arg0)
insertUpdate in interface DocumentListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerpublic void listSelectionChanged(SelectionListe list)
ImportListenerlistSelectionChanged in interface ImportListenerlist - Listepublic void removeUpdate(DocumentEvent arg0)
removeUpdate in interface DocumentListenerpublic void startImport()
throws Exception
KexMIFstartImport in class KexMIFException - bei Ausnahmen.private void updateMifDb()
private void updateZielTypen()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.