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

ghm.follow.config.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

ghm.follow.font.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

Serialized Fields

log

java.util.logging.Logger log

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

Serialized Fields

log

java.util.logging.Logger log

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

Serialized Fields

log

java.util.logging.Logger log

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

log

java.util.logging.Logger log

fileFollower

FileFollower fileFollower
FileFollower used to print to this component


textArea

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


destination

JTextComponentDestination 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

context

FollowAppAction.ActionContext context

Class ghm.follow.gui.LineEditorKit extends javax.swing.text.StyledEditorKit implements Serializable

Class ghm.follow.gui.Menu extends javax.swing.JMenu implements Serializable

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.PopupMenu extends javax.swing.JPopupMenu implements Serializable

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

Class ghm.follow.gui.StartupStatus extends javax.swing.JWindow implements Serializable

Serialized Fields

currentTask

int currentTask

progressBar

javax.swing.JProgressBar progressBar

allTasks

java.util.List<E> allTasks

LOAD_SYSTEM_FONTS

ghm.follow.gui.StartupStatus.Task LOAD_SYSTEM_FONTS

CREATE_WIDGETS

ghm.follow.gui.StartupStatus.Task CREATE_WIDGETS

Class ghm.follow.gui.TabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

attributes

FollowAppAttributes attributes

Class ghm.follow.gui.ToolBar extends javax.swing.JToolBar 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

FindDialog dialog

Class ghm.follow.search.FindDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

resultsLabel

java.lang.String resultsLabel

findField

javax.swing.JTextField findField

regEx

javax.swing.JCheckBox regEx

caseSensitive

javax.swing.JCheckBox caseSensitive

findAction

Find findAction

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

Serialized Fields

log

java.util.logging.Logger log

lastSearchPos

int lastSearchPos

lastSearchTerm

java.lang.String lastSearchTerm

wordPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter wordPainter



Copyright © 2008. All Rights Reserved.