All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

abort(). Static method in class Assert
Abort program with a stack trace.
abort(String). Static method in class Assert
Print message and abort program with a stack trace.
actionPerformed(ActionEvent). Method in class OnBase.DocViewer
actionPerformed(ActionEvent). Method in class ImageViewer
Called when a menu item is clicked.
addLayoutComponent(String, Component). Method in class ScrollerLayout
Add the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in class ThumbnailScrollerLayout
Add the specified component with the specified name to the layout.
addPopupTriggerListener(PopupTriggerListener). Method in class OnBaseWindow
Adds the specified popup menu trigger listener to receive mouse events from this component.
adjustmentValueChanged(AdjustmentEvent). Method in class Scroller
Respond to a change in a scrollbar position.
Assert(). Constructor for class Assert
assert(boolean). Static method in class Assert
Boolean assertions.
assert(boolean, String). Static method in class Assert
Boolean assertions.
assert(double). Static method in class Assert
Float and double assertions.
assert(double, String). Static method in class Assert
Float and double assertions.
assert(long). Static method in class Assert
Byte, char, short, int, and long assertions.
assert(long, String). Static method in class Assert
Byte, char, short, int, and long assertions.
assert(Object). Static method in class Assert
Reference assertions.
assert(Object, String). Static method in class Assert
Reference assertions.

B

buildMenu(Object, Object[], Object). Static method in class OnBaseWindow
Builds a menu from a list of menu items.

D

DocumentInfo(String). Constructor for class DocumentInfo
A straightforward constructor which copies the specified document information.
DocumentViewer(). Constructor for class DocumentViewer
DocumentViewerTest(). Constructor for class DocumentViewerTest
DocViewer(). Constructor for class DocViewer
DocViewer(). Constructor for class OnBase.DocViewer

E

EAST. Static variable in class ScrollerLayout
The east layout constraint (left side of container).
entry(). Static method in class Trace
If tracing is on, log entry to the caller's method.
exit(). Static method in class Trace
If tracing is on, log exit from the caller's method.

F

fetchDocumentInfo(). Method in class DocumentViewer
Reads the document information from the source which spawned the DocumentViewer - probably a dynamic html file.

G

getFileName(). Method in class DocumentInfo
Get the document's file name.
getImage(). Method in class ImageCanvas
Return the image.
getImage(). Method in class ImageScroller
Return the image.
getPreferredSize(). Method in class ImageCanvas
The preferred size is the image size.
getScrollAreaSize(). Method in class ImageScroller
Report the size of the image being scrolled.
getScrollAreaSize(). Method in class Scroller
Report the size of the object being scrolled.
getScrollPosition(). Method in class Scroller
Get the current x,y position that is displayed in the viewport.
getScrollPosition(). Method in class ThumbnailScroller
Get the current x,y position that is displayed in the scroller.
getViewportSize(). Method in class Scroller
Get the current size of the viewport.

H

hbar. Variable in class Scroller

I

ImageCanvas(Image). Constructor for class ImageCanvas
Straightforward constructor.
ImageScroller(Image). Constructor for class ImageScroller
Construction from an image.
ImageScroller(ImageCanvas). Constructor for class ImageScroller
Construction from an ImageCanvas.
ImageScrollerTest(). Constructor for class ImageScrollerTest
imageUpdate(Image, int, int, int, int, int). Method in class ImageCanvas
The callback function for image updates.
ImageViewer(). Constructor for class ImageViewer
init(). Method in class DocViewer
init(). Method in class OnBase.DocViewer
init(). Method in class ImageViewer
In lieu of a constructor because this class is derived from Applet.
init(). Method in class OnBaseWindow
Define the popup menu.
isTracingOn(). Static method in class Trace
Is tracing on ?
itemStateChanged(ItemEvent). Method in class ImageViewer
Called when a check box menu item is clicked.

J

JimiIsReallyEasy(). Constructor for class JimiIsReallyEasy

L

layoutContainer(Container). Method in class ScrollerLayout
Lay out the specified container.
layoutContainer(Container). Method in class ThumbnailScrollerLayout
Lay out the specified container.

M

main(String[]). Static method in class ImageScrollerTest
main(String[]). Static method in class JimiIsReallyEasy
main(String[]). Static method in class TraceTest
makePopupMenu(PopupMenu). Method in class DocumentViewerTest
Makes the OnBase GUI popup menu.
makePopupMenu(PopupMenu). Method in class ImageViewer
Makes the OnBase GUI popup menu.
makePopupMenu(PopupMenu). Method in class OnBaseWindow
Makes the OnBase GUI popup menu.
makePopupMenu(PopupMenu). Method in class OnBaseWindowTest
Makes the OnBase GUI popup menu.
manageHorizontalScrollbar(). Method in class Scroller
Control the visibility of the horizontal scrollbar.
manageScrollbars(). Method in class Scroller
Control the visibility of the scrollbars.
manageVerticalScrollbar(). Method in class Scroller
Control the visibility of the vertical scrollbar.
minimumLayoutSize(Container). Method in class ScrollerLayout
Determine the minimum size of the target container using this layout manager.
minimumLayoutSize(Container). Method in class ThumbnailScrollerLayout
Determine the minimum size of the target container using this layout manager.
mouseClicked(MouseEvent). Method in class OnBaseWindow
One of three mouse events that can be a popup menu trigger.
mouseClicked(MouseEvent). Method in class PopupTriggerAdapter
One of three mouse events that can be a popup menu trigger.
mouseClicked(MouseEvent). Method in class ThumbnailScroller
The scroller viewport is moved to the thumbnail mouse position.
mouseDragged(MouseEvent). Method in class ThumbnailScroller
The scroller viewport is moved to the thumbnail mouse position.
mouseEntered(MouseEvent). Method in class OnBaseWindow
Empty implementation.
mouseEntered(MouseEvent). Method in class ThumbnailScroller
The cursor is changed in response to the mouse moving into the thumbnail.
mouseExited(MouseEvent). Method in class OnBaseWindow
Empty implementation.
mouseExited(MouseEvent). Method in class ThumbnailScroller
The cursor is changed in response to the mouse moving out of the thumbnail.
mouseMoved(MouseEvent). Method in class ThumbnailScroller
No implementation.
mousePressed(MouseEvent). Method in class OnBaseWindow
One of three mouse events that can be a popup menu trigger.
mousePressed(MouseEvent). Method in class PopupTriggerAdapter
One of three mouse events that can be a popup menu trigger.
mousePressed(MouseEvent). Method in class ThumbnailScroller
No implementation.
mouseReleased(MouseEvent). Method in class OnBaseWindow
One of three mouse events that can be a popup menu trigger.
mouseReleased(MouseEvent). Method in class PopupTriggerAdapter
One of three mouse events that can be a popup menu trigger.
mouseReleased(MouseEvent). Method in class ThumbnailScroller
No implementation.
mouseUp(Event, int, int). Method in class ImageScrollerTest

N

NORTH. Static variable in class ScrollerLayout
The north layout constraint (top of container).
note(String). Static method in class Trace
If tracing is on, log the caller's message.

O

OnBaseWindow(). Constructor for class OnBaseWindow
OnBaseWindowTest(). Constructor for class OnBaseWindowTest

P

paint(Graphics). Method in class DocViewer
paint(Graphics). Method in class OnBase.DocViewer
paint(Graphics). Method in class ImageCanvas
paint(Graphics). Method in class Scroller
popupMenu. Variable in class OnBaseWindow
The popup menu which is the the common OnBase GUI.
popupMenuTriggered(MouseEvent). Method in class OnBaseWindow
Invoked when a mouse button action is a popup menu trigger.
popupMenuTriggered(MouseEvent). Method in class PopupTriggerAdapter
An example implementation which performs the natural operation of showing the popup menu at the mouse coordinates where the popup was triggered.
popupMenuTriggered(MouseEvent). Method in interface PopupTriggerListener
Invoked when a popup menu trigger has been detected on a component.
PopupTriggerAdapter(). Constructor for class PopupTriggerAdapter
preferredLayoutSize(Container). Method in class ScrollerLayout
Determine the preferred size of the target container using this layout manager.
preferredLayoutSize(Container). Method in class ThumbnailScrollerLayout
Determine the preferred size of the target container using this layout manager.

R

removeLayoutComponent(Component). Method in class ScrollerLayout
Removes the specified component from this scroller layout.
removeLayoutComponent(Component). Method in class ThumbnailScrollerLayout
Removes the specified component from this scroller layout.
removePopupTriggerListener(PopupTriggerListener). Method in class OnBaseWindow
Removes the specified popup menu trigger listener so that it no longer receives mouse events from this component.
run(). Method in class DocViewer
run(). Method in class OnBase.DocViewer

S

scroll(). Method in class Scroller
Scroll to the position of the current scrollbar values.
scrollAbsolute(). Method in class Scroller
Perform the scrolling for a scrollbar TRACK adjustment event.
SCROLLER. Static variable in class ThumbnailScrollerLayout
The scroller layout constraint (the component that displays whatever is being scrolled).
Scroller(). Constructor for class Scroller
Straightforward constructor.
ScrollerLayout(Scroller). Constructor for class ScrollerLayout
Straightforward constructor.
scrollLineDown(). Method in class Scroller
Perform the scrolling for a scrollbar UNIT_DECREMENT adjustment event.
scrollLineUp(). Method in class Scroller
Perform the scrolling for a scrollbar UNIT_INCREMENT adjustment event.
scrollPageDown(). Method in class Scroller
Perform the scrolling for a scrollbar BLOCK_DECREMENT adjustment event.
scrollPageUp(). Method in class Scroller
Perform the scrolling for a scrollbar BLOCK_INCREMENT adjustment event.
scrollTo(int, int). Method in class ImageScroller
Scroll to position (x,y).
scrollTo(int, int). Method in class Scroller
Scroll to position (x,y).
setHorizontalLineAndPageIncrements(). Method in class Scroller
Set the line and page increments for the horizontal scrollbar.
setHorizontalScrollbarValues(). Method in class Scroller
Set the horizontal scrollbar properties.
setImage(Image). Method in class ImageScroller
Set the image to be scrolled.
setScrollbarValues(). Method in class Scroller
Set the Scrollbars properties.
setScrollPosition(int, int). Method in class Scroller
Scroll to position (x,y).
setScrollPosition(int, int). Method in class ThumbnailScroller
Scroll to position (x,y).
setScrollPosition(Point). Method in class Scroller
Scroll to position (x,y).
setScrollPosition(Point). Method in class ThumbnailScroller
Scroll to position (x,y).
setVerticalLineAndPageIncrements(). Method in class Scroller
Set the line and page increments for the vertical scrollbar.
setVerticalScrollbarValues(). Method in class Scroller
Set the vertical scrollbar properties.
SOUTH. Static variable in class ScrollerLayout
The south layout constraint (bottom of container).
start(). Method in class DocViewer
start(). Method in class OnBase.DocViewer
start(). Method in class ImageViewer
stop(). Method in class DocViewer
stop(). Method in class OnBase.DocViewer
stop(). Method in class ImageViewer

T

THUMBNAIL. Static variable in class ThumbnailScrollerLayout
The thumbnail layout constraint (the component that displays a thumbnail representation of whatever is being scrolled).
ThumbnailScroller(Image). Constructor for class ThumbnailScroller
Construction from an image.
ThumbnailScroller(ImageCanvas). Constructor for class ThumbnailScroller
Construction from an ImageCanvas.
ThumbnailScrollerLayout(Container). Constructor for class ThumbnailScrollerLayout
Straightforward constructor.
title(). Method in class ImageScrollerTest
Trace(). Constructor for class Trace
trace(boolean). Static method in class Trace
Turn tracing on or off.
traceOff(). Static method in class Trace
Turn tracing off.
traceOn(). Static method in class Trace
Turn tracing on.
TraceTest(). Constructor for class TraceTest

U

update(Graphics). Method in class ImageCanvas
Update the display screen.
update(Graphics). Method in class Scroller
Update the display screen.
update(Graphics). Method in class ThumbnailScroller
Update the display screen.

V

vbar. Variable in class Scroller
viewport. Variable in class Scroller
The viewport displays the visible portion of whatever is being scrolled.
VIEWPORT. Static variable in class ScrollerLayout
The viewport layout constraint (the component that displays whatever is being scrolled).

W

WEST. Static variable in class ScrollerLayout
The west layout constraint (right side of container).