diva.whiteboard
Class ThumbnailView
java.lang.Object
diva.whiteboard.ThumbnailView
public class ThumbnailView
- extends Object
A thumbnail view displays a list of thumbnails of the
pages of the current document. It does this by listening
to the application to see what the current document is,
and by listening to the current document to see when pages
are added, removed, or modified, causing its widget to
be re-rendered.
- Version:
- $Revision: 1.15 $
- Author:
- Michael Shilman (michaels@eecs.berkeley.edu), Heloise Hse (hwawen@eecs.berkeley.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT_FLAVOR
public static final DataFlavor TEXT_FLAVOR
- The plain-text flavor that we will be using for our
basic drag-and-drop protocol.
STRING_FLAVOR
public static final DataFlavor STRING_FLAVOR
ThumbnailView
public ThumbnailView(Application app)
- Construct a thumbnail view that operates in the given
MDI context.
getComponent
public JComponent getComponent()
- Return the component that this view manages.
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.