- fetchToolTip() - Method in class org.crosswire.bibledesktop.display.basic.URITipHelper
-
- Field - Interface in org.crosswire.common.config.swing
-
A Field is an interface for a visual representation of a Choice.
- FieldMap - Class in org.crosswire.common.config.swing
-
This class provides mapping between Choice types and Fields.
- FieldMap() - Constructor for class org.crosswire.common.config.swing.FieldMap
-
Prevent instantiation
- fields - Variable in class org.crosswire.common.config.swing.AbstractConfigEditor
-
The set of fields that we are displaying
- FileField - Class in org.crosswire.common.config.swing
-
A Filename selection.
- FileField() - Constructor for class org.crosswire.common.config.swing.FileField
-
Create a new FileField
- fillChoiceFactory() - Method in class org.crosswire.bibledesktop.desktop.Desktop
-
Setup the choices so that the options dialog knows what there is to
select from.
- filter - Variable in class org.crosswire.bibledesktop.book.BooksListModel
-
The filter used to choose Bibles
- filter - Variable in class org.crosswire.bibledesktop.book.ParallelBookPicker
-
The filter to apply
- findAction(String) - Method in class org.crosswire.common.swing.ActionFactory
-
Get the Action for the given actionName.
- findEmptyPosition() - Method in class org.crosswire.common.progress.swing.JobsProgressBar
-
Where is the next hole in the positions array
- fireActivateURI(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
-
Notify the listeners that the hyperlink (URI) has been activated.
- fireBooksChosen(BookSelectEvent) - Method in class org.crosswire.bibledesktop.book.ParallelBookPicker
-
Inform the version listeners
- fireCommandMade(DisplaySelectEvent) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
-
Inform the command listeners
- fireContentsChanged(Object, int, int) - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModel
-
- fireContentsChanged() - Method in class org.crosswire.bibledesktop.book.BibleComboBoxModelSet
-
Called after the verse changes.
- fireContentsChanged(Object, int, int) - Method in class org.crosswire.bibledesktop.book.BooksListModel
-
- fireEnterURI(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
-
Notify the listeners that the hyperlink (URI) has been entered.
- fireKeyChanged(KeyChangeEvent) - Method in class org.crosswire.bibledesktop.passage.KeySidebar
-
Inform the command keyChangeListeners
- fireLeaveURI(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.TextPaneBookDataDisplay
-
Notify the listeners that the hyperlink (URI) has been left.
- fireStateChange() - Method in class org.crosswire.bibledesktop.book.install.InternetWarning
-
When something changes we must inform out listeners.
- fireStateChange() - Method in class org.crosswire.common.swing.FontChooser
-
When something changes we must inform out listeners.
- fireTitleChanged(TitleChangedEvent) - Method in class org.crosswire.bibledesktop.book.BibleViewPane
-
Listen for changes to the title
- fireTitleChanged(TitleChangedEvent) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
-
Listen for changes to the title
- fireTreeStructureChanged(Object) - Method in class org.crosswire.common.config.swing.TreeConfigEditor.ConfigureTreeModel
-
Notify all listeners that have registered interest for notification
on this event type.
- fireTreeStructureChanged(Object, Object...) - Method in class org.crosswire.common.config.swing.TreeConfigEditor.ConfigureTreeModel
-
Notify all listeners that have registered interest for notification
on this event type.
- fireVersionChanged(DisplaySelectEvent) - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
-
Inform the version listeners
- fireViewRemoved(ViewEvent) - Method in class org.crosswire.common.swing.desktop.AbstractViewLayout
-
Notify the listeners that the view has been removed.
- firstValidate - Variable in class org.crosswire.common.swing.AltFixedSplitPane
-
- firstValidate - Variable in class org.crosswire.common.swing.FixedSplitPane
-
- FixedSplitPane - Class in org.crosswire.common.swing
-
This is a hack to fix the setDividerLocation problem and other layout
problems.
- FixedSplitPane() - Constructor for class org.crosswire.common.swing.FixedSplitPane
-
Constructor for FixedSplitPane
- FixedSplitPane(boolean) - Constructor for class org.crosswire.common.swing.FixedSplitPane
-
Constructor for FixedSplitPane that has no divider shadow and starts out
with an empty border.
- FixedSplitPane(int) - Constructor for class org.crosswire.common.swing.FixedSplitPane
-
Constructor for FixedSplitPane
- FixedSplitPane(int, boolean) - Constructor for class org.crosswire.common.swing.FixedSplitPane
-
Constructor for FixedSplitPane
- FixedSplitPane(int, Component, Component) - Constructor for class org.crosswire.common.swing.FixedSplitPane
-
Constructor for FixedSplitPane
- FixedSplitPane(int, boolean, Component, Component) - Constructor for class org.crosswire.common.swing.FixedSplitPane
-
Constructor for FixedSplitPane
- fixGnome() - Method in class org.crosswire.bibledesktop.desktop.DesktopActions
-
- fixOptions(Object[], int, int) - Static method in class org.crosswire.common.swing.CWOptionPane
-
- flags - Variable in class org.crosswire.common.swing.plaf.MetalPanelBorder
-
- flatten(JButton) - Static method in class org.crosswire.common.swing.GuiUtil
-
- font - Static variable in class org.crosswire.bibledesktop.util.ConfigurableSwingConverter
-
The font to be used in OSIS->HTML generation
- font - Variable in class org.crosswire.common.progress.swing.JobsProgressBar
-
The font for the progress-bars
- font - Variable in class org.crosswire.common.swing.FontChooser
-
The current font
- font - Static variable in class org.crosswire.common.swing.LookAndFeelUtil
-
The font to be used for the application
- font2String(Font) - Static method in class org.crosswire.common.swing.GuiConvert
-
Convert a Font to a String.
- FontChooser - Class in org.crosswire.common.swing
-
FontChooserBean allows the user to select a font in a similar way to a
FileSelectionDialog.
- FontChooser() - Constructor for class org.crosswire.common.swing.FontChooser
-
Create a FontChooser.
- FontChooser.CustomComboBoxModel - Class in org.crosswire.common.swing
-
Model for the font style drop down
- FontChooser.CustomComboBoxModel() - Constructor for class org.crosswire.common.swing.FontChooser.CustomComboBoxModel
-
Create a custom data model for a JComboBox
- FontChooser.CustomListCellRenderer - Class in org.crosswire.common.swing
-
An extension of JLabel that resets it's font so that it can be used to
render the items in a JComboBox
- FontChooser.CustomListCellRenderer() - Constructor for class org.crosswire.common.swing.FontChooser.CustomListCellRenderer
-
- FontChooser.FontNameComboBox - Class in org.crosswire.common.swing
-
An extension of JComboBox that selects a font in the combo based on it's
name, not object equivalence.
- FontChooser.FontNameComboBox() - Constructor for class org.crosswire.common.swing.FontChooser.FontNameComboBox
-
- fontCount - Variable in class org.crosswire.common.swing.FontChooser.CustomComboBoxModel
-
The total number of fonts.
- FontField - Class in org.crosswire.common.config.swing
-
A swing view of a FontChoice.
- FontField() - Constructor for class org.crosswire.common.config.swing.FontField
-
- fontMap - Variable in class org.crosswire.common.swing.FontStore
-
- fonts - Static variable in class org.crosswire.bibledesktop.book.install.BookFont
-
- fonts - Variable in class org.crosswire.common.swing.FontChooser.CustomComboBoxModel
-
An array of the fonts themselves.
- FontStore - Class in org.crosswire.common.swing
-
Font Store maintains a persistent, hierarchical store of user font
preferences.
- FontStore(String, URI) - Constructor for class org.crosswire.common.swing.FontStore
-
Create an new FontStore with the given persistent store.
- fontStore - Variable in class org.crosswire.common.swing.FontStore
-
- forceRemoveView(Component) - Method in class org.crosswire.common.swing.desktop.AbstractViewLayout
-
Unconditionally remove a view from the set.
- forceRemoveView(Component) - Method in class org.crosswire.common.swing.desktop.MDIViewLayout
-
- forceRemoveView(Component) - Method in class org.crosswire.common.swing.desktop.TDIViewLayout
-
- formerDismissDelay - Variable in class org.crosswire.bibledesktop.display.basic.URITipHelper
-
- FormPane - Class in org.crosswire.common.swing
-
A Panel customized to hold fields.
- FormPane() - Constructor for class org.crosswire.common.swing.FormPane
-
Create a FormPane
- frame - Variable in class org.crosswire.bibledesktop.desktop.ViewSourcePane
-
- frame - Variable in class org.crosswire.common.swing.desktop.ToolBar
-
The frame in which the toolbar is shown.
- fromInteger(int) - Static method in enum org.crosswire.bibledesktop.desktop.XSLTProperty
-
Lookup method to convert from an integer
- fromInteger(int) - Static method in enum org.crosswire.common.swing.desktop.LayoutType
-
Lookup method by ordinal value
- fromString(String) - Static method in enum org.crosswire.bibledesktop.desktop.XSLTProperty
-
Lookup method to convert from a String
- fromString(String) - Static method in enum org.crosswire.common.swing.desktop.LayoutType
-
Lookup method to convert from a String
- FullHTMLTip - Class in org.crosswire.bibledesktop.display.basic
-
A specialization of a JToolTip
- FullHTMLTip() - Constructor for class org.crosswire.bibledesktop.display.basic.FullHTMLTip
-