- uncaughtException(Thread, Throwable) - Method in class org.crosswire.common.swing.CatchingThreadGroup
-
- up - Variable in class org.crosswire.common.swing.NudgeButton
-
The up button
- update(InstallerEvent) - Method in class org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel
-
Simple way to avoid eclipse private/protected warning
- update(String, String, String) - Method in class org.crosswire.common.swing.MapTableModel
-
- updateDescription() - Method in class org.crosswire.bibledesktop.book.install.SitePane
-
- updateDisplay() - Method in class org.crosswire.bibledesktop.book.DisplaySelectPane
-
Sync the viewed passage with the passage text box
- updateDisplay() - Method in class org.crosswire.bibledesktop.book.MultiBookPane
-
- updateJob(Progress) - Method in class org.crosswire.common.progress.swing.JobsProgressBar
-
Update the job details because it has just progressed
- updateMessage(NoSuchKeyException) - Method in class org.crosswire.bibledesktop.book.PassageSelectionPane
-
Write out an error message to the message label
- updateMessageSummary() - Method in class org.crosswire.bibledesktop.book.PassageSelectionPane
-
Write out an summary message to the message label
- updatePreset() - Method in class org.crosswire.bibledesktop.book.AdvancedSearchPane
-
- updateSearchString() - Method in class org.crosswire.bibledesktop.book.AdvancedSearchPane
-
Regenerate the search string from the input boxes
- updateText(URIEvent) - Method in class org.crosswire.bibledesktop.display.basic.ActiveURITip
-
- updateText() - Method in class org.crosswire.bibledesktop.display.basic.URITipMgr
-
- updateTitle(Component) - Method in class org.crosswire.common.swing.desktop.AbstractViewLayout
-
Update the title of the view.
- updateTitle(Component) - Method in class org.crosswire.common.swing.desktop.MDIViewLayout
-
- updateTitle(Component) - Method in class org.crosswire.common.swing.desktop.TDIViewLayout
-
- updateTitle(Component) - Method in interface org.crosswire.common.swing.desktop.Viewable
-
Update the title of the view.
- updateTitle(Component) - Method in class org.crosswire.common.swing.desktop.ViewManager
-
- updateTree() - Method in class org.crosswire.common.config.swing.AbstractConfigEditor
-
Update the tree structure
- updateTree() - Method in class org.crosswire.common.config.swing.AdvancedConfigEditor
-
Updates to the tree that we need to do on any change
- updateTree() - Method in class org.crosswire.common.config.swing.TreeConfigEditor
-
Updates to the tree that we need to do on any change
- updateUI() - Method in class org.crosswire.common.swing.AltFixedSplitPane
-
- updateUI() - Method in class org.crosswire.common.swing.FixedSplitPane
-
- upper - Variable in class org.crosswire.common.swing.ExceptionPane
-
- uri - Variable in class org.crosswire.bibledesktop.display.URIEvent
-
- uri - Variable in class org.crosswire.common.config.swing.ConfigEditorFactory.URIActionListener
-
The URI to save to if needed
- URIEvent - Class in org.crosswire.bibledesktop.display
-
A URIEvent happens whenever a user selects a URI.
- URIEvent(Object, String, String) - Constructor for class org.crosswire.bibledesktop.display.URIEvent
-
For when a command has been made
- URIEventListener - Interface in org.crosswire.bibledesktop.display
-
Implement URIEventListener to receive URIEvents whenever someone activates an
URI.
- uriEventListeners - Variable in class org.crosswire.bibledesktop.display.basic.TabbedBookDataDisplay
-
A list of all the URIEventListeners
- URITipHelper - Class in org.crosswire.bibledesktop.display.basic
-
Implement URIEventListener to receive URIEvents whenever someone activates an
URI.
- URITipHelper() - Constructor for class org.crosswire.bibledesktop.display.basic.URITipHelper
-
ctor: after creation, add this as a listener to a BookDataDisplay, for
example: basic/TextPaneBookDataDisplay.java
This class can also have a list of URIEvent content retrievers, who
specialize in retrieving the content of a URI request and may also
perform some kind of processing, such as converting to html (return a
string if success, null o/w):
Such specialized retrievers will have two methods: public boolean
handles(String protocol); public String retrieve(URIEvent evt);
- URITipMgr - Class in org.crosswire.bibledesktop.display.basic
-
How it works:
1.
- URITipMgr(Component, Dimension) - Constructor for class org.crosswire.bibledesktop.display.basic.URITipMgr
-
- userInitiated - Variable in class org.crosswire.bibledesktop.book.install.EditSitePane
-
Edits to the type combo box mean different things depending on whether it
was triggered by the user or the application.