Serialized Form


Package dirk_krause.tools

Class dirk_krause.tools.DkColorArea 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.tools.DkDropFile 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.tools.DkDropOneDirectory extends DkDropFile implements Serializable

Class dirk_krause.tools.DkFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

dkt

DkTool dkt
General options tool.


dkgt

DkGuiTool dkgt
GUI options tool.


border

int border
Border (space) between GUI elements.


exitOnClose

boolean exitOnClose
Flag: Can use System.exit() when closing final window.


scw

int scw
Screen width.


sch

int sch
Screen height.


xy

int[] xy
x, y, width, height


messageDialog

DkMsgDialog messageDialog
Message dialog.


guiDialog

DkGuiDialog guiDialog
Dialog box for GUI settings.


prcl

DkPrintClient prcl
Print client.

Class dirk_krause.tools.DkGuiDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

t

java.lang.String[] t
The texts shown in the dialog box.


dkt

DkTool dkt
The DkTool object.


dkgt

DkGuiTool dkgt
The DkGuiTool object.


b

int b
Space between components.


textForLafCb

java.lang.String[] textForLafCb
Texts for the look-and-feel combo box, filled by constructor.


textForSaveCb

java.lang.String[] textForSaveCb
Texts for the save for dialog box, filled by constructor.


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

bFontInfo

javax.swing.JButton bFontInfo

bOK

javax.swing.JButton bOK

bReset

javax.swing.JButton bReset

cbLAF

javax.swing.JComboBox cbLAF

cbMinimum

javax.swing.JCheckBox cbMinimum

cbReplace1

javax.swing.JCheckBox cbReplace1

cbSaveStage

javax.swing.JComboBox cbSaveStage

lBorder

javax.swing.JLabel lBorder

lFonts

javax.swing.JLabel lFonts

lGeneralAppearance

javax.swing.JLabel lGeneralAppearance

lLAF

javax.swing.JLabel lLAF

lReplace2

javax.swing.JLabel lReplace2

lSaveOptions

javax.swing.JLabel lSaveOptions

lSaveStage

javax.swing.JLabel lSaveStage

pa

javax.swing.JPanel pa

paButtons

javax.swing.JPanel paButtons

paData

javax.swing.JPanel paData

tBorder

javax.swing.JTextField tBorder

tMinimum

javax.swing.JTextField tMinimum

tReplace1

javax.swing.JTextField tReplace1

tReplace2

javax.swing.JTextField tReplace2

textsToCheck

int[] textsToCheck
Indices of texts which appear as action commands.

Class dirk_krause.tools.DkLogPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jed

javax.swing.JEditorPane jed
Editor pane (contents of the scroll pane.


jsp

javax.swing.JScrollPane jsp
Scroll pane.

Class dirk_krause.tools.DkMsgDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

dkt

DkTool dkt
General tool.


dkg

DkGuiTool dkg
GUI tool.


parent

javax.swing.JFrame parent
The parent frame of the dialog box.


b

int b
Border (space between GUI components.


bOK

javax.swing.JButton bOK

pButton

javax.swing.JPanel pButton

pa

javax.swing.JPanel pa

sp

javax.swing.JScrollPane sp

tMsg

javax.swing.JEditorPane tMsg