Thumbelina Home Page
A B C D E F G H I M N O P R S T U V W

A

about() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Display information about Thumbelina.
actionPerformed(ActionEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Handles events from the menu.
actionPerformed(ActionEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
add(Picture, boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Add an image to the panel.
add(Tile) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
Add a single tile to the list.
addHistory(String) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Adds the given url to the history list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Add a PropertyChangeListener to the listener list.
adjustClipForInsets(Graphics) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Adjust the graphics clip region to account for insets.
append(URL) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Append the given URL to the queue.
append(ArrayList) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Append the given URLs to the queue.

B

BLOCK_INCREMENT - Static variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Scrolling block increment (both directions).
bringToTop(Tile) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Move the given picture to the top of the Z order.
bringToTop(Tile) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
Move the given tile to the top of the Z order.

C

calculatePreferredSize() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Compute the preferred size of the component.
clone() - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Clone this object.
componentHidden(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the component has been made invisible.
componentMoved(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the component's position changes.
componentResized(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the container's size changes.
componentShown(ComponentEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the component has been made visible.

D

DEFAULT_DELAY - Static variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
The default delay time, 500 milliseconds.
draw(Picture, boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Draw an image on screen.

E

exit() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Exits the application.
extractImageLinks(Lexer, URL) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the links of an element of a document.

F

fetch(URL[]) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Fetch images.
filter(URL[]) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Filter URLs and add to queue.
find(String) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Find a picture with the given URL in the panel.
fromString(String) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Convert the given string to a valid rectangle.

G

getBackgroundThreadActive() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Gets the state of the background thread.
getBounds() - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Get the rectangular region for this tile.
getCurrentURL() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Return the URL currently being examined.
getDelay() - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Getter for property delay.
getExtent() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Getter for property extent.
getHistoryListVisible() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Gets the state of history list visibility.
getIdentity() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Getter for property identity.
getIdentity() - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Return the distinguishing identity for this tile.
getImage() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Getter for property image.
getImageLinks(URL) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the image links from the current URL.
getOrigin() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Getter for property origin.
getPicturePanel() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the picture panel object encapsulated by this Thumbelina.
getPreferredScrollableViewportSize() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Get the preferred size of the component.
getQueue() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Getter for property queue.
getQueueSize() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Getter for property queue.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getSequencerActive() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Gets the state of the sequencer thread.
getSpeed() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Get the sequencer delay time.
getStatusBarVisible() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Gets the state of status bar visibility.
getThumbelina() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Access the Thumbelina object contained in the frame.
getTileCount() - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
Get the number of tiles in this collection.
getTiles() - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
getValid() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
 
getValid() - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
 
googlesearch() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Query google via user specified keywords and queue results.

H

help() - Static method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Provide command line help.
hierarchyChanged(HierarchyEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Handles this components ancestor being added to a container.

I

imageUpdate(Image, int, int, int, int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
initSize() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Sets the frame size if no previous preference has been stored.
initState() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Initialize the user preferences.
isDiscardCGI() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Getter for property discardCGI.
isDiscardQueries() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Getter for property discardQueries.
isImage(String) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Check if the url looks like an image.
isVerbose() - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
itemStateChanged(ItemEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Handle checkbox events from the status bar.
itemStateChanged(ItemEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Handles selections on the view state checkboxes.

M

mAbout - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
About menu item.
mActive - Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Activity state.
mActive - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Activity state.
main(String[]) - Static method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Mainline.
main(String[]) - Static method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Alternate mainline for Thumbelina.
main(String[]) - Static method in class org.htmlparser.lexerapplications.thumbelina.TileSet
Visual unit test for the TileSet class.
makeMenu() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Create the menu.
mBackgroundToggle - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Background thread checkbox in status bar.
mClear - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Clear menu item
mCommand - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Vommand menu.
mCurrentURL - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
The URL being currently being examined.
mDelay - Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Delay between picture displays.
mDiscardCGI - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
If true, does not follow links containing cgi calls.
mDiscardQueries - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
If true, does not follow links containing queries (?).
memCheck() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Check for low memory situation.
mExit - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Exit menu item.
mExtent - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The lower right hand corner of the image.
mGoogle - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Google menu item.
mHelp - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Help submenu.
mHistory - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
History list.
mHistoryScroller - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Scroller for the history list.
mHistoryVisible - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
History list visible menu item.
mImage - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The cached image.
mListener - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The object to notify about picture events;
mLocalFile - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The local file containing the picture.
mMainArea - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Main panel in central area.
mMenu - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Main menu.
mMosaic - Variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
The display mosaic.
mOpen - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Open menu item.
mOrigin - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The upper left hand corner of the image.
mouseClicked(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
mouseEntered(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
mouseExited(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
mousePressed(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Handle left click on a picture by bringing it to the top.
mousePressed(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
mouseReleased(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
mPending - Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Pictures awaiting display.
mPicturePanel - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
The central area for pictures.
mPicturePanelScroller - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Scroller for the picture panel.
mPowerBar - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Status bar.
mPreferredSize - Variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
The preferred size of this component.
mPropertySupport - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Bound property support.
mQueueProgress - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Image request queue monitor in status bar.
mQueueSize - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
URL queue size display in status bar.
mRandom - Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Random number generator for picture placement.
mReadyProgress - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Image ready queue monitor in status bar.
mRegions - Variable in class org.htmlparser.lexerapplications.thumbelina.TileSet
The list of Tiles.
mRequested - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Images requested.
mReset - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Reset menu item.
mRunToggle - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sequencer thread toggle in status bar.
mSeparator1 - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
MRU list separator #1.
mSeparator2 - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
MRU list separator #2.
mSequencer - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
The picture sequencer.
mSpeedSlider - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sequencer speed slider in status bar.
mStatusVisible - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Status bar visible menu item.
mThread - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Background thread.
mThumbelina - Variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
The thumbelina object in use.
mThumbelina - Variable in class org.htmlparser.lexerapplications.thumbelina.Sequencer
The thumbelina object to drive.
mTracked - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Images being tracked currently.
mURL - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The URL for the picture.
mURL - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
URL submenu.
mUrlText - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
URL report in status bar.
mValid - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
Flag indicating the image is valid.
mView - Variable in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
View submenu.
mVisited - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
URL's visited.
mVisitedSize - Variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
URL visited count display in status bar.

N

NONE - Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Value returned when no links are discovered.

O

open(String) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Open a URL.
open() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Opens a user specified URL.
org.htmlparser.lexerapplications.thumbelina - package org.htmlparser.lexerapplications.thumbelina
Extract the images behind thumbnail images.
ORIGIN - Static variable in class org.htmlparser.lexerapplications.thumbelina.Picture
The origin for new points from the zero args constructor.

P

paint(Graphics) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Paints this component.
paint(Graphics) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
Picture - Class in org.htmlparser.lexerapplications.thumbelina
Class to track pictures within the frame.
Picture(URL, PictureListener, Rectangle) - Constructor for class org.htmlparser.lexerapplications.thumbelina.Picture
Construct a picture over the rectangle given.
PictureListener - Interface in org.htmlparser.lexerapplications.thumbelina
Provides notification functionality for pictures.
PicturePanel - Class in org.htmlparser.lexerapplications.thumbelina
Hold and display a group of pictures.
PicturePanel(Thumbelina) - Constructor for class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Creates a new instance of PicturePanel
pictureReady(Picture) - Method in interface org.htmlparser.lexerapplications.thumbelina.PictureListener
Notification for a picture ready for use (loaded into memory).
pictureReady(Picture) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
 
pictureReceived(Picture) - Method in interface org.htmlparser.lexerapplications.thumbelina.PictureListener
Notification for a download completed.
pictureReceived(Picture) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
 
place(Picture, boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Place a picture in the display area.
PROP_CURRENT_URL_PROPERTY - Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Property name for current URL binding.
PROP_URL_QUEUE_PROPERTY - Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Property name for queue size binding.
PROP_URL_VISITED_PROPERTY - Static variable in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Property name for visited URL size binding.
propertyChange(PropertyChangeEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Handle a property change.

R

random(String, int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Compute a random point to load the image.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Remove a PropertyChangeListener from the listener list.
reset() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Reset the picture to uncropped size.
reset() - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Clears the panel, discarding any existing images.
reset() - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Clears the pending images list.
reset() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Reset this Thumbelina.
reset() - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Reset the tile to it's uncropped size.
restoreSize() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Restores the window size based on stored preferences.
run() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
 
run() - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Display pictures from pending list with delay between.
run() - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
The main processing loop.

S

saveState() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Saves the current settings in the user preferences.
Sequencer - Class in org.htmlparser.lexerapplications.thumbelina
Display received images at a constant rate.
Sequencer(Thumbelina) - Constructor for class org.htmlparser.lexerapplications.thumbelina.Sequencer
Creates a new instance of a Sequencer.
setBackgroundThreadActive(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the state of the background thread activity.
setBounds(Rectangle) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
 
setBounds(int, int, int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
 
setBounds(Rectangle) - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Set the rectangular region for this tile.
setCurrentURL(String) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Set the current URL being examined.
setDelay(int) - Method in class org.htmlparser.lexerapplications.thumbelina.Sequencer
Setter for property delay.
setDiscardCGI(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Setter for property discardCGI.
setDiscardQueries(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Setter for property discardQueries.
setExtent(Point) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Setter for property extent.
setHistoryListVisible(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the history list visibility.
setIdentity(Object) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Setter for property identity.
setIdentity(Object) - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Set the distinguishing identity for this tile.
setOrigin(Point) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Setter for property origin.
setPreferredSize(Dimension) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Sets the preferred size of this component.
setSequencerActive(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the sequencer activity state.
setSpeed(int) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Set the sequencer delay time.
setStatus(String) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
setStatusBarVisible(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Sets the status bar visibility.
setValid(boolean) - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Sets the validity of the picture.
setValid(boolean) - Method in interface org.htmlparser.lexerapplications.thumbelina.Tile
Sets the validity of the tile.
stateChanged(ChangeEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Handles the speed slider events.

T

Thumbelina - Class in org.htmlparser.lexerapplications.thumbelina
View images behind thumbnails.
Thumbelina() - Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Creates a new instance of Thumbelina.
Thumbelina(String) - Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Creates a new instance of Thumbelina.
Thumbelina(URL) - Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Creates a new instance of Thumbelina.
ThumbelinaFrame - Class in org.htmlparser.lexerapplications.thumbelina
Encapsulate a Thumbelina bean and add menu and preferences support.
ThumbelinaFrame() - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with an idle Thumbelina.
ThumbelinaFrame(String) - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with a Thumbelina primed with one URL.
ThumbelinaFrame(URL) - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with a Thumbelina primed with one URL.
ThumbelinaFrame(Thumbelina) - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with a given Thumbelina.
Tile - Interface in org.htmlparser.lexerapplications.thumbelina
Specifies the interface for Tile objects handled by the TileSet class.
tileAt(int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
Find the Tile at position x,y
TileSet - Class in org.htmlparser.lexerapplications.thumbelina
Class to track tile regions.
TileSet() - Constructor for class org.htmlparser.lexerapplications.thumbelina.TileSet
Construct a tile set.
toString() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Create a string representation of the picture.
toString(Rectangle) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Converts the rectangle to a string.
TRANSFER_SIZE - Variable in class org.htmlparser.lexerapplications.thumbelina.Picture
Copy buffer size.

U

UNIT_INCREMENT - Static variable in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Scrolling unit increment (both directions).
update(Graphics) - Method in class org.htmlparser.lexerapplications.thumbelina.PicturePanel
Updates this component.
update(Graphics) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
updateMenu() - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Adjusts the menu, by inserting the current MRU list.
updateMRU(String) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Updates the user preferences based on the most recently used list.
updateQueueSize(int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Apply a change in 'to be examined' URL list size.
updateVisitedSize(int, int) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Apply a change in 'visited' URL list size.

V

valueChanged(ListSelectionEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Handles the history list events.

W

windowActivated(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
windowActivated(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
windowClosed(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosed(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
windowClosing(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Handles window closing event.
windowClosing(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
windowDeactivated(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents.
windowDeactivated(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
windowDeiconified(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Invoked when a window is changed from a minimized to a normal state.
windowDeiconified(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
windowIconified(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Invoked when a window is changed from a normal to a minimized state.
windowIconified(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 
windowOpened(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Invoked the first time a window is made visible.
windowOpened(WindowEvent) - Method in class org.htmlparser.lexerapplications.thumbelina.TileSet
 

A B C D E F G H I M N O P R S T U V W
© 2006 Derrick Oswald
April 1, 2006

HTML Parser is an open source library released under Common Public License.SourceForge.net