PenProfile 2.x

Uses of Interface
java.util.Enumeration

Packages that use Enumeration
com.livescribe.afp This package consists of classes that interact with Anoto Functionality Document files and related APIs. 
com.livescribe.ext.util Contains miscellaneous helper utilities, including a logging helper, collections classes, and a few threading primitives. 
com.livescribe.icr Provides classes and interfaces for Intelligent Character Recognition (ICR). 
com.livescribe.penlet This package consists of classes and interfaces that are core to pen application development. 
com.livescribe.storage   
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of Enumeration in com.livescribe.afp
 

Methods in com.livescribe.afp that return Enumeration
abstract  Enumeration Document.listUserdataFiles()
          Lists all the files, including those in subdirectories, contained within the document.
 

Uses of Enumeration in com.livescribe.ext.util
 

Constructors in com.livescribe.ext.util with parameters of type Enumeration
LinkedList(Enumeration en)
           
PriorityQueue(Enumeration en)
           
 

Uses of Enumeration in com.livescribe.icr
 

Classes in com.livescribe.icr that implement Enumeration
static class DetailedResult.CandidateEnumeration
          An Enumeration of recognition candidates.
 

Uses of Enumeration in com.livescribe.penlet
 

Methods in com.livescribe.penlet that return Enumeration
 Enumeration QuickLaunch.entries()
           
 

Uses of Enumeration in com.livescribe.storage
 

Methods in com.livescribe.storage that return Enumeration
 Enumeration PenletStorage.list(String name, String filter, boolean includeHidden)
          List all the file entries within the directory name specified.
 

Uses of Enumeration in java.util
 

Methods in java.util that return Enumeration
 Enumeration Vector.elements()
          Returns an enumeration of the components of this vector.
 Enumeration Hashtable.elements()
          Returns an enumeration of the values in this hashtable.
 Enumeration Hashtable.keys()
          Returns an enumeration of the keys in this hashtable.
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.