corina
Class Preview

java.lang.Object
  |
  +--corina.Preview

public class Preview
extends Object

A Preview is a short summary of a document to show to the user when she's trying to decide which document to open. It consists of a title, and any number of bulleted items.


Field Summary
 List items
           
 String title
           
 
Constructor Summary
Preview()
           
 
Method Summary
 List getItems()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title

items

public List items
Constructor Detail

Preview

public Preview()
Method Detail

getTitle

public String getTitle()

getItems

public List getItems()