Class pmr.sgml.BookmarkWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.BookmarkWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----pmr.simplegraph.ScrollableTopLevel
                                   |
                                   +----pmr.sgml.BookmarkWindow

public class BookmarkWindow
extends ScrollableTopLevel
a window to manage bookmarks
Author:
Copyright P.Murray-Rust, 1997

Constructor Index

 o BookmarkWindow(SGMLTree)

Method Index

 o mouseUp(Event, int, int)
corrects for the scrolling offset and then routes the event to the mouse manager
 o paint(Graphics)
this is where all the drawing takes place.
 o update()

Constructors

 o BookmarkWindow
  public BookmarkWindow(SGMLTree tree)

Methods

 o paint
  public void paint(Graphics g)
this is where all the drawing takes place.
Overrides:
paint in class ScrollableTopLevel
 o mouseUp
  public boolean mouseUp(Event e,
                         int x,
                         int y)
corrects for the scrolling offset and then routes the event to the mouse manager
Overrides:
mouseUp in class ScrollableTopLevel
 o update
  public void update()

All Packages  Class Hierarchy  This Package  Previous  Next  Index