diva.whiteboard
Class ThumbnailView

java.lang.Object
  extended by 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)

Field Summary
static DataFlavor STRING_FLAVOR
           
static DataFlavor TEXT_FLAVOR
          The plain-text flavor that we will be using for our basic drag-and-drop protocol.
 
Constructor Summary
ThumbnailView(Application app)
          Construct a thumbnail view that operates in the given MDI context.
 
Method Summary
 JComponent getComponent()
          Return the component that this view manages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ThumbnailView

public ThumbnailView(Application app)
Construct a thumbnail view that operates in the given MDI context.

Method Detail

getComponent

public JComponent getComponent()
Return the component that this view manages.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.