A C D E F G H I K L R S

A

addUserComponent(JComponent) - Static method in class calpa.html.CalHTMLManager
Adds a JComponent to the Manager's component cache.
addUserComponentArray(JComponent[], String) - Static method in class calpa.html.CalHTMLManager
Adds an array of JComponents to the Manager's component cache.
addUserImage(Image, String) - Static method in class calpa.html.CalHTMLManager
Adds an Image to the Manager's image cache.

C

CalHTMLManager - class calpa.html.CalHTMLManager.
A class with static members and methods which primarily controls the caching of data which will be available to all current instances of CalHTMLPane.
CalHTMLObserver - interface calpa.html.CalHTMLObserver.
A class implementing this interface can be passed to a CalHTMLPane at construction time and will thereafter receive notification of events which have occured within the Pane.
CalHTMLPane - class calpa.html.CalHTMLPane.
A component class which has the capacity to display HTML-formatted content.
CalHTMLPane() - Constructor for class calpa.html.CalHTMLPane
Constructs a CalHTMLPane with default CalHTMLPreferences, a default CalHTMLObserver and default top-level frame name.
CalHTMLPane(CalHTMLPreferences, CalHTMLObserver, String) - Constructor for class calpa.html.CalHTMLPane
Constucts a CalHTMLPane with the specified CalHTMLObserver, CalHTMLPreferences and top-level frame name.
CalHTMLPreferences - class calpa.html.CalHTMLPreferences.
A class used to control the default operation and rendering methods of a CalHTMLPane.
CalHTMLPreferences() - Constructor for class calpa.html.CalHTMLPreferences
Creates a new CalHTMLPreferences object which will have all fields set to default values.
closeDialog() - Method in class calpa.html.CalHTMLPane
Closes the Pane's dialog if it is currently visible.

D

DefaultCalHTMLObserver - class calpa.html.DefaultCalHTMLObserver.
A default implementation of the CalHTMLObserver interface.
DefaultCalHTMLObserver() - Constructor for class calpa.html.DefaultCalHTMLObserver
 

E

emptyDocumentCache() - Static method in class calpa.html.CalHTMLManager
Empties the Manager's document cache.

F

formSubmitUpdate(CalHTMLPane, URL, int, String, String) - Method in interface calpa.html.CalHTMLObserver
Notification that a form submission has been initiated.
formSubmitUpdate(CalHTMLPane, URL, int, String, String) - Method in class calpa.html.DefaultCalHTMLObserver
 

G

getDefaultButtonFont(int) - Method in class calpa.html.CalHTMLPreferences
Returns a default font being used within THREEDEE and FLUSH Buttons and ComboBoxes.
getDefaultColor(int) - Method in class calpa.html.CalHTMLPreferences
Returns a default color used by a CalHTMLPane to render documents.
getDefaultFont(int) - Method in class calpa.html.CalHTMLPreferences
Returns a default font being used by a CalHTMLPane
getDefaultFormTextFont(int) - Method in class calpa.html.CalHTMLPreferences
Returns a default font being used within THREEDEE and FLUSH Textfields, TextAreas and Lists.
getDefaultFrameSpacing() - Method in class calpa.html.CalHTMLPreferences
Returns the default spacing in pixels between frames within a Frameset document.
getDefaultMarginheight() - Method in class calpa.html.CalHTMLPreferences
Returns the default vertical margin of a document.
getDefaultMarginwidth() - Method in class calpa.html.CalHTMLPreferences
Returns the default horizontal margin of a document.
getDocumentCacheCurrentSize() - Static method in class calpa.html.CalHTMLManager
Returns the Manager's estimate of the current memory being taken up by cached documents.
getDocumentCacheMaximumSize() - Static method in class calpa.html.CalHTMLManager
Returns the max size of the document cache used by the Manager.
getFormRenderingStyle() - Method in class calpa.html.CalHTMLPreferences
Returns the default rendering style of FORM components within a CalHTMLPane.
getFrameDisplayWidth(int) - Method in class calpa.html.CalHTMLPreferences
Returns the width for the specified displaySize at which point a CalHTMLPane will start scaling its display if optimizeDisplay is enabled.
getHomeURL() - Method in class calpa.html.CalHTMLPreferences
Returns the URL which will accessed if a CalHTMLPane's goHome() method is called
getIDComponents(String) - Method in class calpa.html.CalHTMLPane
Returns a Hashtable containing all components in the target frame which have the HTML 'id' attribute.
getOptimizeDisplay() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will adjust display parameters based on frame size.
getUserComponent(String, String) - Static method in class calpa.html.CalHTMLManager
Retrieves a JComponent from the Manager's component cache.
getUserImage(String) - Static method in class calpa.html.CalHTMLManager
Retrieves an Image from the Manager's image cache.
getVisitedHash() - Method in class calpa.html.CalHTMLPreferences
Returns a Hashtable containing references to visited URLs.
goBack() - Method in class calpa.html.CalHTMLPane
Show the previous document in the Pane's history list.
goForward() - Method in class calpa.html.CalHTMLPane
Show the next document in the Pane's history list.
goHome() - Method in class calpa.html.CalHTMLPane
Show the contents of the URL specified as homeURL by CalHTMLPreferences in the top level frame of the Pane.

H

historyUpdate(CalHTMLPane, int) - Method in interface calpa.html.CalHTMLObserver
Notification of a change in position within the Pane's document history.
historyUpdate(CalHTMLPane, int) - Method in class calpa.html.DefaultCalHTMLObserver
 

I

isAutomaticallyFollowHyperlinksEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will automatically navigate activated hyperlinks.
isCacheDocumentsEnabled() - Static method in class calpa.html.CalHTMLManager
Indicates whether document caching is currently enabled.
isCalFocusManagerEnabled() - Static method in class calpa.html.CalHTMLManager
Indicates whether a CalFocusManager is currently enabled.
isDisplayErrorDialogsEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will automatically display a dialog when errors such as failed hyperlinks occur.
isFocusTraversable() - Method in class calpa.html.CalHTMLPane
Overrides JComponent isFocusTraversable().
isHandleFormSubmissionEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will automatically handle GET and POST form submissions.
isHandleNewFramesEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a new CalHTMLPane will automatically be created if specified by an HTML tag.
isLoadImagesEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will automatically load images within documents.
isLoadSynchronouslyEnabled() - Method in class calpa.html.CalHTMLPane
Returns whether documents will be loaded by the CalPane synchronously or asynchronously.
isManagingFocus() - Method in class calpa.html.CalHTMLPane
Overrides JComponent isManagingFocus().
isRequestFocusOnMouseClickEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will request keyboard focus if the mouse is clicked within it.
isShowHyperlinkOnMouseFocusEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will only show a hyperlink when the link has mouse focus.
isShowTestNavBarEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will display a diagnostic navigation bar on startup.
isShowWarningBeforePostEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will show a warning to the user before a form POST submission is made.
isUnderlineLinksEnabled() - Method in class calpa.html.CalHTMLPreferences
Returns whether a CalHTMLPane will underline hyperlinks.

K

keyPressed(KeyEvent) - Method in class calpa.html.CalHTMLPane
Public due to implementation requirements.
keyReleased(KeyEvent) - Method in class calpa.html.CalHTMLPane
Public due to implementation requirements.
keyTyped(KeyEvent) - Method in class calpa.html.CalHTMLPane
Public due to implementation requirements.

L

linkActivatedUpdate(CalHTMLPane, URL, String, String) - Method in interface calpa.html.CalHTMLObserver
Notification that a hyperlink has been activated via the keyboard or mouse.
linkActivatedUpdate(CalHTMLPane, URL, String, String) - Method in class calpa.html.DefaultCalHTMLObserver
 
linkFocusedUpdate(CalHTMLPane, URL) - Method in interface calpa.html.CalHTMLObserver
Notification that a hyperlink has received or lost keyboard/mouse focus.
linkFocusedUpdate(CalHTMLPane, URL) - Method in class calpa.html.DefaultCalHTMLObserver
 

R

reloadDocument() - Method in class calpa.html.CalHTMLPane
Reloads the current document.
removeOldestDocumentFromCache() - Static method in class calpa.html.CalHTMLManager
Removes the oldest document from the Manager's document cache.
removeUserComponent(String) - Static method in class calpa.html.CalHTMLManager
Removes a JComponent from the Manager's component cache.
removeUserComponentArray(String) - Static method in class calpa.html.CalHTMLManager
Removes a JComponent array from the Manager's component cache.
removeUserImage(String) - Static method in class calpa.html.CalHTMLManager
Removes an Image from the Manager's image cache.

S

scrollToReference(String, String) - Method in class calpa.html.CalHTMLPane
Scrolls the document view to the specified anchor reference in the named target frame.
setAutomaticallyFollowHyperlinks(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the automatic navigation of activated hyperlinks in a CalHTMLPane.
setBounds(int, int, int, int) - Method in class calpa.html.CalHTMLPane
Public due to inheritance.
setCacheDocuments(boolean) - Static method in class calpa.html.CalHTMLManager
Enables or disables the caching of documents by the Manager.
setCalFocusManagerEnabled(boolean) - Static method in class calpa.html.CalHTMLManager
Enables or disables the CalFocusManager.
setDefaultButtonFont(int, Font) - Method in class calpa.html.CalHTMLPreferences
Sets a default font to be used within form Buttons and ComboBoxes.
setDefaultColor(int, Color) - Method in class calpa.html.CalHTMLPreferences
Sets a default color.
setDefaultFont(int, Font) - Method in class calpa.html.CalHTMLPreferences
Sets a default font to be used by a CalHTMLPane.
setDefaultFont(int, int, int) - Method in class calpa.html.CalHTMLPreferences
Deprecated. Use setDefaultFont(int, Font) which allows the setting of system fonts.
setDefaultFormTextFont(int, Font) - Method in class calpa.html.CalHTMLPreferences
Sets a default font to be used within form TextFields, TextAreas and Lists.
setDefaultFrameSpacing(int) - Method in class calpa.html.CalHTMLPreferences
Sets the default spacing in pixels between frames within a Frameset document.
setDefaultMarginheight(int) - Method in class calpa.html.CalHTMLPreferences
Sets the default vertical margin of a document.
setDefaultMarginwidth(int) - Method in class calpa.html.CalHTMLPreferences
Sets the default horizontal margin of a document.
setDisplayErrorDialogs(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the automatic display of error dialogs within a CalHTMLPane.
setDocumentCacheMaximumSize(int) - Static method in class calpa.html.CalHTMLManager
Sets the size of the document cache used by the Manager.
setFormFont(int, int, int, int) - Method in class calpa.html.CalHTMLPreferences
Deprecated. Use either setDefaultButtonFont(int, Font) or setDefaultFormTextFont(int, Font).
setFormRenderingStyle(int) - Method in class calpa.html.CalHTMLPreferences
Sets the rendering style of FORM components within a CalHTMLPane.
setFrameDisplayWidth(int, int) - Method in class calpa.html.CalHTMLPreferences
Sets the width for the specified displaySize at which point a CalHTMLPane will start scaling its display if optimizeDisplay is enabled.
setHandleFormSubmission(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the automatic processing of GET and POST html forms within a CalHTMLPane.
setHandleNewFrames(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the automatic creation of a new CalHTMLPane if specified by an HTML tag.
setHomeURL(URL) - Method in class calpa.html.CalHTMLPreferences
Sets the URL which will be accessed if a CalHTMLPane's goHome() method is called.
setLoadImages(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the automatic loading of images within a CalHTMLPane.
setLoadSynchronously(boolean) - Method in class calpa.html.CalHTMLPane
Enables/disables the synchronous loading of documents.
setOptimizeDisplay(int) - Method in class calpa.html.CalHTMLPreferences
Determines whether a CalHTMLPane will adjust display parameters based on frame width.
setRequestFocusOnMouseClick(boolean) - Method in class calpa.html.CalHTMLPreferences
Determines whether a CalHTMLPane or one of its subframes will request keyboard focus if the mouse is clicked within it.
setScrollBarPolicy(int) - Method in class calpa.html.CalHTMLPane
Sets the scrollbar policy of the Pane.
setShowHyperlinkOnMouseFocus(boolean) - Method in class calpa.html.CalHTMLPreferences
Determines whether a hyperlink will only be marked as such when it has mouse focus.
setShowTestNavBar(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the display of a diagnostic navigation bar.
setShowWarningBeforePost(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the showing of a warning message before a form POST submission is made.
setUnderlineLinks(boolean) - Method in class calpa.html.CalHTMLPreferences
Enables/disables the underlining of hyperlinks within a CalHTMLPane.
setVisitedHash(Hashtable) - Method in class calpa.html.CalHTMLPreferences
Sets the Hashtable containing references to URLs which will be used by a CalHTMLPane to mark visited hyperlinks.
showDialog(String) - Method in class calpa.html.CalHTMLPane
Parses the sent message as HTML and displays the result in the Pane's dialog.
showDialog(String, String, int, int, int, int) - Method in class calpa.html.CalHTMLPane
Parses the sent message as HTML and displays the result in the Pane's dialog.
showHTMLDocument(String) - Method in class calpa.html.CalHTMLPane
Formats and displays the specified String as an HTML document in the top level frame of the Pane.
showHTMLDocument(String, String) - Method in class calpa.html.CalHTMLPane
Formats and displays the specified String as an HTML document in the named target frame.
showHTMLDocument(URL) - Method in class calpa.html.CalHTMLPane
Shows the contents of the specified URL in the top level frame of the Pane.
showHTMLDocument(URL, String, boolean) - Method in class calpa.html.CalHTMLPane
Shows the contents of the specified URL in the named target frame.
showNewFrameRequest(CalHTMLPane, String, URL) - Method in interface calpa.html.CalHTMLObserver
Notification for a new CalHTMLPane to be created with the specified top-level frame name and showing the specified document.
showNewFrameRequest(CalHTMLPane, String, URL) - Method in class calpa.html.DefaultCalHTMLObserver
 
statusUpdate(CalHTMLPane, int, URL, int, String) - Method in interface calpa.html.CalHTMLObserver
Gives general notifications of events or errors which are occuring within the Pane.
statusUpdate(CalHTMLPane, int, URL, int, String) - Method in class calpa.html.DefaultCalHTMLObserver
 
stopAll() - Method in class calpa.html.CalHTMLPane
Stops all processes within the Pane.

A C D E F G H I K L R S