Serialized Form


Package EasyFile

Class EasyFile.addedEntryEvent implements Serializable

Serialized Fields

id

int id
Identifikationsnummer des neuen Eintrags der Hotlist. Mit dieser Nummer verwaltet Mdl_Hotlist die Einträge. Z.B. erhält man die Daten des Hotlist-Eintrags mit Mdl_Hotlist.getEntry(int id) und löscht einen Hotlisteintrag mit Mdl_Hotlist.removeEntry(int id).

Class EasyFile.DirEntryEvent implements Serializable

Serialized Fields

place

int place
Gibt an, ob sich das Event auf ein Verzeichnis-Listing auf dem Ftp-Server (Wert isFtp==0) oder dem lokalen System (Wert isLocal==1) bezieht.

isDir

boolean isDir
Art des Verzeichniseintrags. Gibt an, ob der Verzeichniseintrag ein Verzeichnis ist (Wert true) oder eine Datei (Wert false).

dirEntry

java.lang.StringBuffer dirEntry
Name des Verzeichniseintrags. Ein Verzeichniseintrag ist ein Verzeichnis oder eine Datei.

Class EasyFile.GUI_EinstgDlg implements Serializable

Serialized Fields

theSetting

Mdl_Setting theSetting

rootPanel

javax.swing.JPanel rootPanel

gridBagLayout

java.awt.GridBagLayout gridBagLayout

serverLabel

javax.swing.JLabel serverLabel

serverField

javax.swing.JTextField serverField

portLabel

javax.swing.JLabel portLabel

portField

javax.swing.JTextField portField

anonymLabel

javax.swing.JLabel anonymLabel

userLabel

javax.swing.JLabel userLabel

userField

javax.swing.JTextField userField

passwordLabel

javax.swing.JLabel passwordLabel

passwordField

javax.swing.JTextField passwordField

asciiRadio

javax.swing.JRadioButton asciiRadio

binaryRadio

javax.swing.JRadioButton binaryRadio

transmissionModeGroup

javax.swing.ButtonGroup transmissionModeGroup

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class EasyFile.GUI_HauptDlg implements Serializable

Serialized Fields

theFtp

Mdl_Ftp theFtp

theHotlist

Mdl_Hotlist theHotlist

theConnection

Mdl_Connection theConnection

theLog

Mdl_Log theLog

theSetting

Mdl_Setting theSetting

Menu

javax.swing.JMenuBar Menu

Verbindung

javax.swing.JMenu Verbindung

VerbdgHerstellen

javax.swing.JMenuItem VerbdgHerstellen

VerbdgTrennen

javax.swing.JMenuItem VerbdgTrennen

Einstellungen

javax.swing.JMenuItem Einstellungen

FehlerMldg

javax.swing.JMenuItem FehlerMldg

Beenden

javax.swing.JMenuItem Beenden

Hotlist

javax.swing.JMenu Hotlist

aktVerbindung

javax.swing.JMenuItem aktVerbindung

verwalten

javax.swing.JMenuItem verwalten

Hilfe

javax.swing.JMenu Hilfe

Hilfethemen

javax.swing.JMenuItem Hilfethemen

Info

javax.swing.JMenuItem Info

rootPanel

javax.swing.JPanel rootPanel

borderLayout1

java.awt.BorderLayout borderLayout1

flowLayout2

java.awt.FlowLayout flowLayout2

flowLayout4

java.awt.FlowLayout flowLayout4

Split_Vert

javax.swing.JSplitPane Split_Vert

Box_ftp

javax.swing.Box Box_ftp

Box_lokal

javax.swing.Box Box_lokal

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

Panel_lokal

javax.swing.JPanel Panel_lokal

Panel_ftp

javax.swing.JPanel Panel_ftp

Label_lokal

javax.swing.JLabel Label_lokal

Label_ftp

javax.swing.JLabel Label_ftp

Doc_Dir_lokal

javax.swing.text.PlainDocument Doc_Dir_lokal

Dir_lokal

javax.swing.JTextField Dir_lokal

Doc_Dir_ftp

javax.swing.text.PlainDocument Doc_Dir_ftp

Dir_ftp

javax.swing.JTextField Dir_ftp

ProgressBarMdl

javax.swing.DefaultBoundedRangeModel ProgressBarMdl

ProgressBar

javax.swing.JProgressBar ProgressBar

flowLayout5

java.awt.FlowLayout flowLayout5

Button_Stop

javax.swing.JButton Button_Stop

Button_Start

javax.swing.JButton Button_Start

Panel_Buttons

javax.swing.JPanel Panel_Buttons

Button_Dir_lokal

javax.swing.JButton Button_Dir_lokal

Button_Dir_ftp

javax.swing.JButton Button_Dir_ftp

ListFtpModel

javax.swing.DefaultListModel ListFtpModel

ListFtp

javax.swing.JList ListFtp

FtpScrollPane

javax.swing.JScrollPane FtpScrollPane

ListLokalModel

javax.swing.DefaultListModel ListLokalModel

ListLokal

javax.swing.JList ListLokal

LokalScrollPane

javax.swing.JScrollPane LokalScrollPane

Class EasyFile.GUI_HilfeDlg implements Serializable

Class EasyFile.GUI_InfoDlg implements Serializable

Serialized Fields

rootPanel

javax.swing.JPanel rootPanel

gridBagLayout

java.awt.GridBagLayout gridBagLayout

okButton

javax.swing.JButton okButton

product

java.lang.String product

version

java.lang.String version

copyright

java.lang.String copyright

comments

java.lang.String comments

productLabel

javax.swing.JLabel productLabel

versionLabel

javax.swing.JLabel versionLabel

copyrightLabel

javax.swing.JLabel copyrightLabel

commentsLabel

javax.swing.JLabel commentsLabel

Class EasyFile.GUI_LogDlg implements Serializable

Serialized Fields

theLog

Mdl_Log theLog

rootPanel

javax.swing.JPanel rootPanel

logbook

javax.swing.JTextArea logbook

close

javax.swing.JButton close

gridBagLayout

java.awt.GridBagLayout gridBagLayout

scrollableLogbook

javax.swing.JScrollPane scrollableLogbook

Class EasyFile.GUI_MkdirDlg implements Serializable

Serialized Fields

dirOn

int dirOn

theFtp

Mdl_Ftp theFtp

rootPanel

javax.swing.JPanel rootPanel

cancelButton

javax.swing.JButton cancelButton

makeButton

javax.swing.JButton makeButton

dirLabel

javax.swing.JLabel dirLabel

dirField

javax.swing.JTextField dirField

gridBagLayout

java.awt.GridBagLayout gridBagLayout

Class EasyFile.GUI_VerbdgDlg implements Serializable

Serialized Fields

theHotlist

Mdl_Hotlist theHotlist

theFtp

Mdl_Ftp theFtp

theHotlistboxMdl

Mdl_Hotlistbox theHotlistboxMdl

gridBagLayout

java.awt.GridBagLayout gridBagLayout

rootPanel

javax.swing.JPanel rootPanel

titleLabel

javax.swing.JLabel titleLabel

hotlistbox

javax.swing.JComboBox hotlistbox

thisConnectionLabel

javax.swing.JLabel thisConnectionLabel

server_feldDoc

javax.swing.text.PlainDocument server_feldDoc

verzeichnis_feldDoc

javax.swing.text.PlainDocument verzeichnis_feldDoc

user_feldDoc

javax.swing.text.PlainDocument user_feldDoc

passwort_feldDoc

javax.swing.text.PlainDocument passwort_feldDoc

server_label

javax.swing.JLabel server_label

server_feld

javax.swing.JTextField server_feld

verzeichnis_label

javax.swing.JLabel verzeichnis_label

passwort_label

javax.swing.JLabel passwort_label

user_label

javax.swing.JLabel user_label

verzeichnis_feld

javax.swing.JTextField verzeichnis_feld

user_feld

javax.swing.JTextField user_feld

passwort_feld

javax.swing.JPasswordField passwort_feld

logintitel_label

javax.swing.JLabel logintitel_label

verbinden

javax.swing.JButton verbinden

abbrechen

javax.swing.JButton abbrechen

aendern

javax.swing.JButton aendern

Class EasyFile.LogEvent implements Serializable

Serialized Fields

logMsg

java.lang.StringBuffer logMsg
Der neue hinzugekommene Log-Text.

Class EasyFile.Mdl_Hotlistbox implements Serializable

Serialized Fields

theHotlist

Mdl_Hotlist theHotlist

selectedItem

java.lang.Object selectedItem

Class EasyFile.progressEvent implements Serializable

Serialized Fields

progress

int progress
Fortschritt der Dateiübertragung beim Herauf- bzw. Herunterladen in Prozent. Die zulässigen Werte sind also 1 bis 100. Ein Wert von 100 zeigt an, dass die Datei nun vollständig übertragen wurde.

Class EasyFile.removedEntryEvent implements Serializable

Serialized Fields

id

int id
Identifikationsnummer des gelöschten Eintrags der Hotlist. Mit dieser Nummer verwaltet Mdl_Hotlist die Einträge. Z.B. erhält man die Daten des Hotlist-Eintrags mit Mdl_Hotlist.getEntry(int id) und löscht einen Hotlisteintrag mit Mdl_Hotlist.removeEntry(int id).

Class EasyFile.StartDirEvent implements Serializable

Serialized Fields

place

int place
Gibt an, ob sich das Event auf ein Verzeichnis-Listing auf dem Ftp-Server (Wert isFtp==0) oder dem lokalen System (Wert isLocal==1) bezieht.

Class EasyFile.StopDirEvent implements Serializable

Serialized Fields

place

int place
Gibt an, ob sich das Event auf ein Verzeichnis-Listing auf dem Ftp-Server (Wert isFtp==0) oder dem lokalen System (Wert isLocal==1) bezieht.