Serialized Form


Package dirk_krause.jtools

Class dirk_krause.jtools.ApplicationFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

guic

GuiController guic
GUI controller for application.

Class dirk_krause.jtools.ColorShowArea extends javax.swing.JPanel implements Serializable

Serialized Fields

mouseOverArea

boolean mouseOverArea
Flag to indicate whether or not the mouse is over the component


mouseKeyPressed

boolean mouseKeyPressed
Flag to indicate whether or not the mouse key is pressed


c

java.awt.Color c
The color to show.


minimumSize

java.awt.Dimension minimumSize
The minimum size of the component


preferredSize

java.awt.Dimension preferredSize
The preferred size of the component


actionCommand

java.lang.String actionCommand
The action command to send on mouse-clicks


all

java.util.ArrayList<E> all
The list of all action listeners to notify on mouse-clicks

Class dirk_krause.jtools.FilenameDropTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

enabled

boolean enabled
While background threads are running we want to disable drag-and-drop


acceptFiles

boolean acceptFiles
Accept/reject regular files


acceptDirectories

boolean acceptDirectories
Accept/reject directories


mustAcceptAll

boolean mustAcceptAll
Is it sufficient to process one name successfully or do we need to process all names successfully?


finishedAfterFirst

boolean finishedAfterFirst
We can finish data import after first succeeded filename.

Class dirk_krause.jtools.GuiDialog extends SelfPositioningDialog implements Serializable

Serialized Fields

guic

GuiController guic
Controller for GUI


componentBorder

int componentBorder
Border between GUI compoents


jLayoutSizeMinX

int jLayoutSizeMinX

jLayoutSizeMinY

int jLayoutSizeMinY

jLayoutSizePrefX

int jLayoutSizePrefX

jLayoutSizePrefY

int jLayoutSizePrefY

jLayoutSizeMaxX

int jLayoutSizeMaxX

jLayoutSizeMaxY

int jLayoutSizeMaxY

bCancel

javax.swing.JButton bCancel

bDefaults

javax.swing.JButton bDefaults

bOK

javax.swing.JButton bOK

bReset

javax.swing.JButton bReset

cbChooseLaf

javax.swing.JComboBox cbChooseLaf

cbMinimumFontSize

javax.swing.JCheckBox cbMinimumFontSize

cbReplaceFont

javax.swing.JCheckBox cbReplaceFont

cbUseForAll

javax.swing.JCheckBox cbUseForAll

lBy

javax.swing.JLabel lBy

lChooseLaf

javax.swing.JLabel lChooseLaf

lComponentBorder

javax.swing.JLabel lComponentBorder

lFontsInUse

javax.swing.JLabel lFontsInUse

lFontsOrig

javax.swing.JLabel lFontsOrig

lRestartApplication

javax.swing.JLabel lRestartApplication

pButtons

javax.swing.JPanel pButtons

tfComponentBorder

javax.swing.JTextField tfComponentBorder

tfFontNew

javax.swing.JTextField tfFontNew

tfFontOld

javax.swing.JTextField tfFontOld

tfFontsInUse

javax.swing.JLabel tfFontsInUse

tfFontsOrig

javax.swing.JLabel tfFontsOrig

tfMinimumFontSize

javax.swing.JTextField tfMinimumFontSize

Class dirk_krause.jtools.HelpWindow extends SelfPositioningDialog implements Serializable

Serialized Fields

b

int b
Border (space) between GUI elements.


ta

javax.swing.JEditorPane ta
An editor pane to show the text.


bOK

javax.swing.JButton bOK
The OK button to close the window.

Class dirk_krause.jtools.LogWindow extends SelfPositioningDialog implements Serializable

Serialized Fields

b

int b
Border between GUI elements.


ta

javax.swing.JTextArea ta
The text area to show the log output.


bOK

javax.swing.JButton bOK
The OK button to close the window.

Class dirk_krause.jtools.OneDirectoryDropTransferHandler extends FilenameDropTransferHandler implements Serializable

Class dirk_krause.jtools.SelfPositioningDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

positionWasChoosen

boolean positionWasChoosen
Indicator whether or not a position was choosen