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, parseArguments
private 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 ActionListener
void centerFrame()
public void changedUpdate(DocumentEvent arg0)
changedUpdate
in interface DocumentListener
void enableComponent(Container cont, boolean enable)
public void insertUpdate(DocumentEvent arg0)
insertUpdate
in interface DocumentListener
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void listSelectionChanged(SelectionListe list)
ImportListener
listSelectionChanged
in interface ImportListener
list
- Listepublic void removeUpdate(DocumentEvent arg0)
removeUpdate
in interface DocumentListener
public void startImport() throws Exception
KexMIF
startImport
in class KexMIF
Exception
- bei Ausnahmen.private void updateMifDb()
private void updateZielTypen()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.