Serialized Form


Package com.redcarton.photonotes

Class com.redcarton.photonotes.AboutPanel extends javax.swing.JPanel implements Serializable

Class com.redcarton.photonotes.AntiAliasedLabel extends javax.swing.JLabel implements Serializable

Class com.redcarton.photonotes.HeaderPane extends javax.swing.JPanel implements Serializable

Class com.redcarton.photonotes.PhotoNotePane extends javax.swing.JPanel implements Serializable

Serialized Fields

add

javax.swing.JButton add

cancel

javax.swing.JButton cancel

delete

javax.swing.JButton delete

edit

javax.swing.JButton edit

save

javax.swing.JButton save

textArea

javax.swing.JTextArea textArea
The text area that displays the note and allows it to be edited.


note

PhotoNote note
The note for the photo.


statusBar

StatusBar statusBar
The status bar.

Class com.redcarton.photonotes.PhotoNotes extends javax.swing.JFrame implements Serializable

Serialized Fields

fileSystemTree

PhotoTree fileSystemTree
The file tree.


notePane

PhotoNotePane notePane
The note pane.


preview

PhotoPreview preview
The photo preview pane.


statusBar

StatusBar statusBar
The application status bar.


ignoreEvents

boolean ignoreEvents
Whether to temporaily ignore TreeSelectionEvents.

Class com.redcarton.photonotes.PhotoPreview extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail
The preview thumbnail.


file

java.io.File file
The original photo file.

Class com.redcarton.photonotes.PhotoTree extends javax.swing.JTree implements Serializable

Serialized Fields

fileSystemView

javax.swing.filechooser.FileSystemView fileSystemView
The file tree view.

Class com.redcarton.photonotes.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

statusLabel

javax.swing.JLabel statusLabel