Serialized Form


Package ghm.follow

Class ghm.follow.InvalidVkException extends java.lang.Exception implements Serializable


Package ghm.follow.config

Class ghm.follow.config.Configure extends FollowAppAction implements Serializable

Serialized Fields

dialog_

Configure.CfgDialog dialog_

TOP

ghm.follow.config.Configure.TabPlacementValue TOP

BOTTOM

ghm.follow.config.Configure.TabPlacementValue BOTTOM

LEFT

ghm.follow.config.Configure.TabPlacementValue LEFT

RIGHT

ghm.follow.config.Configure.TabPlacementValue RIGHT

ALL_TAB_PLACEMENT_VALUES

ghm.follow.config.Configure.TabPlacementValue[] ALL_TAB_PLACEMENT_VALUES

Class ghm.follow.config.EnumeratedProperties extends java.util.Properties implements Serializable


Package ghm.follow.font

Class ghm.follow.font.FontSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

fontFamilyList_

javax.swing.JList fontFamilyList_
JList for font family


fontStyleList_

FontSelectionPanel.FontStyleList fontStyleList_
FontStlyeList (subclass of JList) for font style


fontSize_

javax.swing.JTextField fontSize_
JTextField for font size


fontSizeList_

javax.swing.JList fontSizeList_
JList for font size


phraseCanvas_

FontSelectionPanel.PhraseCanvas phraseCanvas_
PhraseCanvas in which font samples are displayed


observable_

FontSelectionPanel.PublicChangeObservable observable_
Observable used for registering/notifying Observers


maxNumCharsInFontSize_

int maxNumCharsInFontSize_
Maximum number of characters permissibile in a valid font size

Class ghm.follow.font.FontSelectionPanel.FontStyleList extends javax.swing.JList implements Serializable

Class ghm.follow.font.FontSelectionPanel.ListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class ghm.follow.font.InvalidFontException extends java.lang.Exception implements Serializable

Class ghm.follow.font.InvalidFontSizeException extends InvalidFontException implements Serializable

Class ghm.follow.font.NoFontFamilySelectedException extends InvalidFontException implements Serializable

Class ghm.follow.font.NoFontSizeSpecifiedException extends InvalidFontException implements Serializable

Class ghm.follow.font.NoFontStyleSelectedException extends InvalidFontException implements Serializable


Package ghm.follow.gui

Class ghm.follow.gui.About extends FollowAppAction implements Serializable

Class ghm.follow.gui.Clear extends FollowAppAction implements Serializable

Class ghm.follow.gui.ClearAll extends FollowAppAction implements Serializable

Class ghm.follow.gui.Close extends FollowAppAction implements Serializable

Class ghm.follow.gui.Debug extends FollowAppAction implements Serializable

Class ghm.follow.gui.Delete extends FollowAppAction implements Serializable

Class ghm.follow.gui.DeleteAll extends FollowAppAction implements Serializable

Class ghm.follow.gui.DisableableConfirm extends javax.swing.JDialog implements Serializable

Serialized Fields

disabledCheckBox_

javax.swing.JCheckBox disabledCheckBox_

confirmed_

boolean confirmed_

Class ghm.follow.gui.Edit extends FollowAppAction implements Serializable

Class ghm.follow.gui.Exit extends FollowAppAction implements Serializable

Class ghm.follow.gui.FileFollowingPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

fileFollower_

FileFollower fileFollower_
FileFollower used to print to this component


textPane_

SearchableTextPane textPane_
Text area into which followed file's contents are printed


destination_

JTextPaneDestination destination_
OutputDestination used w/FileFollower

Class ghm.follow.gui.FollowAppAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

app_

FollowApp app_

mnemonic_

int mnemonic_

accelerator_

javax.swing.KeyStroke accelerator_

Class ghm.follow.gui.Open extends FollowAppAction implements Serializable

Serialized Fields

recentFile

java.io.File recentFile

Class ghm.follow.gui.Pause extends FollowAppAction implements Serializable

Class ghm.follow.gui.Reload extends FollowAppAction implements Serializable

Class ghm.follow.gui.Reset extends FollowAppAction implements Serializable

Class ghm.follow.gui.WhatIsThis extends javax.swing.JButton implements Serializable


Package ghm.follow.nav

Class ghm.follow.nav.Bottom extends FollowAppAction implements Serializable

Class ghm.follow.nav.NextTab extends FollowAppAction implements Serializable

Class ghm.follow.nav.PreviousTab extends FollowAppAction implements Serializable

Class ghm.follow.nav.Top extends FollowAppAction implements Serializable


Package ghm.follow.search

Class ghm.follow.search.ClearAllHighlights extends FollowAppAction implements Serializable

Class ghm.follow.search.ClearHighlights extends FollowAppAction implements Serializable

Class ghm.follow.search.Find extends FollowAppAction implements Serializable

Serialized Fields

dialog_

Find.FindDialog dialog_

find_

javax.swing.JTextField find_

regularExpression_

javax.swing.JCheckBox regularExpression_

caseSensitive_

javax.swing.JCheckBox caseSensitive_

findButton_

javax.swing.JButton findButton_

clearButton_

javax.swing.JButton clearButton_

closeButton_

javax.swing.JButton closeButton_

statusBar_

javax.swing.JLabel statusBar_

resultPane_

javax.swing.JScrollPane resultPane_

Class ghm.follow.search.SearchableTextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

lastSearchPos

int lastSearchPos

lastSearchTerm

java.lang.String lastSearchTerm

lineHighlighter

javax.swing.text.MutableAttributeSet lineHighlighter

wordHighlighter

javax.swing.text.MutableAttributeSet wordHighlighter

clearHighlighter

javax.swing.text.MutableAttributeSet clearHighlighter

tabSize

int tabSize

lineResults

LineResult[] lineResults