|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.lang | |
|---|---|
| com.livescribe.afp | This package consists of classes that interact with Anoto Functionality Document files and related APIs. |
| com.livescribe.buttons | |
| com.livescribe.configuration | This package consists of classes and interfaces that provide access to configuration values and specific access to System configuration settings. |
| com.livescribe.display | This package consists of classes and interfaces that allows applications to render on the pen display. |
| com.livescribe.event | This package consists of classes and interfaces that broadcast notifications and events to penlets. |
| com.livescribe.ext.io | Contains I/O-related tools and classes. |
| com.livescribe.ext.plugins | Contains single-function plugins designed to, among other things, help the developer achieve parity with Livescribe's UI guidelines, and provide easier ways to do more difficult things, such as acquiring and recognizing handwriting from the user. |
| com.livescribe.ext.ui | Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. |
| com.livescribe.ext.util | Contains miscellaneous helper utilities, including a logging helper, collections classes, and a few threading primitives. |
| com.livescribe.geom | |
| com.livescribe.i18n | This package consists of classes and interfaces to aid the internationalization of application resources. |
| com.livescribe.icr | Provides classes and interfaces for Intelligent Character Recognition (ICR). |
| com.livescribe.io | |
| com.livescribe.penlet | This package consists of classes and interfaces that are core to pen application development. |
| com.livescribe.storage | |
| com.livescribe.ui | |
| com.livescribe.util | |
| com.sun.cldc.i18n | Provides classes for work with character streams. |
| com.sun.cldc.i18n.j2me | |
| com.sun.cldc.i18n.uclc | Provides class for converting characters from upper case to low case. |
| com.sun.cldc.io | Provides base class for all connections. |
| com.sun.cldc.io.j2me.socket | |
| com.sun.cldc.isolate | |
| com.sun.cldc.util | |
| com.sun.cldc.util.j2me | Provides implementation classes for java.util.Calendar and java.util.TimeZone. |
| com.sun.cldchi.io | Provides class for System.out implmentation. |
| com.sun.cldchi.jvm | Provides classes for interaction with VM internals. |
| com.sun.cldchi.test | |
| java.io | Provides classes for input and output through data streams. |
| java.lang | Provides classes that are fundamental to the Java programming language. |
| java.lang.ref | Provides support for weak references. |
| java.util | Contains the collection classes, and the date and time facilities. |
| javax.microedition.io | Classes for the Generic Connection framework. |
| javax.microedition.media | |
| javax.microedition.media.control | |
| javax.microedition.media.protocol | |
| Classes in java.lang used by com.livescribe.afp | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.buttons | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.configuration | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.display | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.event | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.ext.io | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Classes in java.lang used by com.livescribe.ext.plugins | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.ext.ui | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.ext.util | |
|---|---|
| Class
Instances of the class Class represent classes and interfaces
in a running Java application. |
|
| IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. |
|
| InterruptedException
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it. |
|
| NullPointerException
Thrown when an application attempts to use null in a
case where an object is required. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.geom | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.i18n | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.icr | |
|---|---|
| IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.io | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Classes in java.lang used by com.livescribe.penlet | |
|---|---|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| Classes in java.lang used by com.livescribe.storage | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.ui | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.livescribe.util | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Runnable
The Runnable interface should be implemented by any
class whose instances are intended to be executed by a thread. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldc.i18n | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldc.i18n.j2me | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldc.i18n.uclc | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Classes in java.lang used by com.sun.cldc.io | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldc.io.j2me.socket | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldc.isolate | |
|---|---|
| Error
An Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
|
| Object
Class Object is the root of the class hierarchy. |
|
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
|
| String
The String class represents character strings. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| Classes in java.lang used by com.sun.cldc.util | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Classes in java.lang used by com.sun.cldc.util.j2me | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldchi.io | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Classes in java.lang used by com.sun.cldchi.jvm | |
|---|---|
| Error
An Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by com.sun.cldchi.test | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by java.io | |
|---|---|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| Classes in java.lang used by java.lang | |
|---|---|
| Boolean
The Boolean class wraps a value of the primitive type boolean in an object. |
|
| Class
Instances of the class Class represent classes and interfaces
in a running Java application. |
|
| ClassNotFoundException
Thrown when an application tries to load in a class through its string name using the forName method in class Class
but no definition for the class with the specified name could be found. |
|
| Double
The Double class wraps a value of the primitive type double in an object. |
|
| Error
An Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| Float
The Float class wraps a value of primitive type float in
an object. |
|
| IllegalAccessException
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package. |
|
| IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
|
| IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. |
|
| InstantiationException
Thrown when an application tries to create an instance of a class using the newInstance method in class
Class, but the specified class object cannot be
instantiated because it is an interface or is an abstract class. |
|
| Integer
The Integer class wraps a value of the primitive type int
in an object. |
|
| InterruptedException
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it. |
|
| NumberFormatException
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| Runnable
The Runnable interface should be implemented by any
class whose instances are intended to be executed by a thread. |
|
| Runtime
Every Java application has a single instance of class Runtime that allows the application to interface with
the environment in which the application is running. |
|
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
|
| String
The String class represents character strings. |
|
| StringBuffer
A string buffer implements a mutable sequence of characters. |
|
| Thread
A thread is a thread of execution in a program. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| VirtualMachineError
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. |
|
| Classes in java.lang used by java.lang.ref | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| Classes in java.lang used by java.util | |
|---|---|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| Object
Class Object is the root of the class hierarchy. |
|
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
|
| String
The String class represents character strings. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| Classes in java.lang used by javax.microedition.io | |
|---|---|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| Classes in java.lang used by javax.microedition.media | |
|---|---|
| Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Throwable
The Throwable class is the superclass of all errors
and exceptions in the Java language. |
|
| Classes in java.lang used by javax.microedition.media.control | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
| Classes in java.lang used by javax.microedition.media.protocol | |
|---|---|
| Object
Class Object is the root of the class hierarchy. |
|
| String
The String class represents character strings. |
|
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||