PenProfile 2.x

Uses of Class
java.lang.String

Packages that use String
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.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.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.io Provides base class for all connections. 
com.sun.cldc.io.j2me.socket   
com.sun.cldc.isolate   
com.sun.cldc.util.j2me Provides implementation classes for java.util.Calendar and java.util.TimeZone. 
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.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   
 

Uses of String in com.livescribe.afp
 

Methods in com.livescribe.afp that return String
abstract  String Document.getGUID()
          Gets the unique identifier of this document.
abstract  String PropertyCollection.getProperty(long propId)
          Gets the value of the specified property.
abstract  String Document.getTitle()
          Gets the title of this document.
 String PageAddress.toString()
          Returns a formatted string representation of this page address.
static String PageAddress.toString(long pageAddress)
          Gets a formatted string representation of the given 64-bit page address.
 

Methods in com.livescribe.afp with parameters of type String
static boolean PropertyCollection.exists(PenletContext context, String fileName)
          Tests if the specified property file exists.
static PropertyCollection PropertyCollection.getInstance(PenletContext context, String fileName)
          This is a factory method that returns an instance of the requested property collection.
static PropertyCollection PropertyCollection.getInstance(PenletContext context, String fileName, boolean createIfNotFound)
          This is a factory method that returns an instance of the requested property collection.
abstract  InputStream Document.getResource(String path)
          Retrieves the contents of a file from the document as an input stream.
static long PageAddress.toPageAddress(String value)
          Converts the string representation of a page address into a 64-bit value.
 

Uses of String in com.livescribe.buttons
 

Fields in com.livescribe.buttons declared as String
protected  String BookmarkInfo.name
          The localized display name.
 

Methods in com.livescribe.buttons that return String
 String BookmarkInfo.getBookmarkDisplayName()
          Gets the displayable name.
 String Bookmarkable.getBookmarkDisplayName()
          Gets a string suitable for displaying to the user.
 

Methods in com.livescribe.buttons with parameters of type String
 void ButtonPABDisplay.setAudio(String audio, MediaPlayer player)
          Sets the audio and media player to use for playing the audio.
 

Constructors in com.livescribe.buttons with parameters of type String
BookmarkInfo(int id, String name)
          Creates new bookmark information having the specified values.
ButtonPABDisplay(String text)
          Creates a new Prompt and Believe display having the specified text.
ButtonPABDisplay(String text, Image icon)
          Creates a new Prompt and Believe display having the specified text and icon.
 

Uses of String in com.livescribe.configuration
 

Fields in com.livescribe.configuration declared as String
static String SystemConfig.PROPERTY_BOOL_AUDIO_MUTED
          String to query the current value for audio mute on/off
static String SystemConfig.PROPERTY_BOOL_DISPLAY_ORIENTATION
          String to query the current value for display orientation.
static String SystemConfig.PROPERTY_BOOL_LAUNCHLINE
          String to query the current value (on/off) for LaunchLine.
static String SystemConfig.PROPERTY_BOOL_PLAYBACK_LATENCY
          String to query the current value (on/off) for playback latency.
static String SystemConfig.PROPERTY_BOOL_VOICE_MENUS
          String to query the current value for voice menus on/off.
static String SystemConfig.PROPERTY_BYTE_AUDIO_QUALITY
          String to query the current value for audio quality.
static String SystemConfig.PROPERTY_BYTE_AUDIO_VOLUME
          String to query the current value for audio volume.
static String SystemConfig.PROPERTY_BYTE_DATE_FORMAT
          String to query the current value for date format
static String SystemConfig.PROPERTY_BYTE_DISPLAY_BRIGHTNESS
          String to query the current value for display brightness.
static String SystemConfig.PROPERTY_BYTE_MIC_SENSITIVITY
          String to query the current value for microphone sensitivity.
static String SystemConfig.PROPERTY_BYTE_TIME_FORMAT
          String to query the current value for time format
static String SystemConfig.PROPERTY_LONG_SCROLL_SPEED
          String to query the current value for scroll speed.
static String SystemConfig.PROPERTY_STRING_FWVERSION
          String to query the current firmware version number.
static String SystemConfig.PROPERTY_STRING_LOCALE
          String to query the current value for the system locale.
static String SystemConfig.PROPERTY_STRING_PEN_NAME
          Pen property: Pen name.
 

Methods in com.livescribe.configuration that return String
 String SystemConfig.getFirmwareVersion()
          Returns the system firmware version.
 String SystemConfig.getPenName()
          Returns the pen name
abstract  String Config.getStringValue(String name)
          Gets the value of the specified property as a string.
 String SystemConfig.getStringValue(String property)
           
 

Methods in com.livescribe.configuration with parameters of type String
abstract  boolean Config.getBooleanValue(String name)
          Gets the value of the specified property as a boolean.
 boolean SystemConfig.getBooleanValue(String property)
           
 byte SystemConfig.getByteValue(String property)
           
abstract  double Config.getDoubleValue(String name)
          Gets the value of the specified property as a double.
 double SystemConfig.getDoubleValue(String property)
           
abstract  long Config.getLongValue(String name)
          Gets the value of the specified property as a long.
 long SystemConfig.getLongValue(String property)
           
abstract  String Config.getStringValue(String name)
          Gets the value of the specified property as a string.
 String SystemConfig.getStringValue(String property)
           
abstract  void Config.setBooleanValue(String name, boolean value)
          Sets the specified property to the given boolean value.
 void SystemConfig.setBooleanValue(String property, boolean value)
          This method does nothing because applications cannot change the system configuration.
protected  void SystemConfig.setByteValue(String property, byte value)
          This method does nothing.
abstract  void Config.setDoubleValue(String name, double value)
          Sets the specified property to the given double value.
 void SystemConfig.setDoubleValue(String property, double value)
          This method does nothing because applications cannot change the system configuration.
abstract  void Config.setLongValue(String name, long value)
          Sets the specified property to the given long value.
 void SystemConfig.setLongValue(String property, long value)
          This method does nothing because applications cannot change the system configuration.
abstract  void Config.setStringValue(String name, String value)
          Sets the specified property to the given string value.
 void SystemConfig.setStringValue(String property, String value)
          This method does nothing because applications cannot change the system configuration.
 

Uses of String in com.livescribe.display
 

Fields in com.livescribe.display declared as String
protected  String Font.faceName
           
 

Methods in com.livescribe.display that return String
 String BrowseList.Title.getAudioMimeType()
           
 String BrowseList.Item.getAudioMimeType()
          Returns the MIME type of the audio stream.
 String AttributedText.getText(int index)
          Gets the text for the index specified.
 String AttributedText.getUnattributedText()
          Returns a string representation of this object.
 String AttributedText.toString()
          Returns a string representation of this object.
 

Methods in com.livescribe.display with parameters of type String
 void AttributedText.addText(Font font, String text)
          Adds the text that should be rendered using the font specified.
 void Graphics.drawString(String text, int x, int y, int anchor)
          Draw a string on the destination of this Graphics, using the current font.
static Font Font.getFont(Locale locale, String faceName, int style, int size)
          Returns the font for the locale and the attributes specified.
static Font Font.getFont(String faceName, int style, int size)
          Returns the font for the attributes specified for the current locale.
 void AttributedText.insertText(int index, Font font, String text)
          Inserts text at the specified index.
static Object AttributedText.parseEnriched(String s, Font font)
          Parses enriched text and returns the string or a new AttributedText, as appropriate.
protected static void Font.render(Font font, Graphics destination, String text, int offset, int len, int x, int y)
          Renders the text on the destination graphics using the font's renderer.
 void TextRenderer.render(Graphics destination, String text, int offset, int len, int x, int y)
          Render the text from the specified offset onto the destination graphics at a particular location.
abstract  int Font.stringWidth(String text)
          Gets the string width using based on the metrics of the font.
 

Constructors in com.livescribe.display with parameters of type String
BrowseList.Title(String text, Image icon)
          Constructs a Title with the text and icon passed.
Font(int face, int style, int size, String faceName)
          Construct an instance of Font with the attributes specified.
 

Uses of String in com.livescribe.event
 

Fields in com.livescribe.event declared as String
 String SystemEvent.Config.propertyName
          The property name.
 

Methods in com.livescribe.event that return String
protected  String PaperEvent.toDate()
          Returns the empty string.
protected  String PenletEvent.toDate()
          Returns the event's timestamp.
 String CoordinateEvent.toString()
          Returns a string representation of this object.
 String HardwareEvent.toString()
          Return a String representation of the HardwareEvent
 String MenuEvent.toString()
          Returns a string representation of this object.
 String PaperEvent.toString()
          Returns a string representation of this event.
 String PenletEvent.toString()
          Returns a string representation of this event.
 String SystemEvent.toString()
          Returns a string representation of this object.
 

Methods in com.livescribe.event with parameters of type String
 void HWRListener.hwrCrossingOut(long time, String result)
          This method is not currently supported, but may be supported in a future release.
 void HWRListener.hwrError(long time, String error)
          Called when the HWR engine is unable to process strokes due to an error.
 void HWRListener.hwrResult(long time, String result)
          Called when the HWR engine has recognized a set of user drawn strokes as text.
 void HWRListener.hwrUserPause(long time, String result)
          Called when the HWR engine has not processed input for a specified time interval.
 

Constructors in com.livescribe.event with parameters of type String
SystemEvent.Config(String property, Object value)
          Creates a new Config event having the SystemEvent.SE_PROPERTY_CHANGED type.
 

Uses of String in com.livescribe.ext.plugins
 

Methods in com.livescribe.ext.plugins that return String
 String AcquireHWPlugin.getHWRErrorString()
          Returns the HWR error string if AcquireHWPlugin.getResultStatus() returns AcquireHWPlugin.RESULT_HWR_ERROR.
 String AcquireHWPlugin.getResult()
          Returns the last HWR result.
 String AcquireHWPlugin.toString()
          Returns a string representation of this object.
 

Methods in com.livescribe.ext.plugins with parameters of type String
 void AcquireHWPlugin.addAKSystemResource(String res)
          Adds an Alphabet Knowledge system ICR resource.
 void AcquireHWPlugin.addAppResource(String res)
          Adds an application-specific ICR resource.
 void AcquireHWPlugin.addLKSystemResource(String res)
          Adds a Lexical Knowledge system ICR resource.
 void AcquireHWPlugin.addSKSystemResource(String res)
          Adds a Subset Knowledge system ICR resource.
 Object AcquireHWPlugin.DisplayFilter.filter(String result)
          This filters the result for use when HWR results are displayed on the screen.
 

Uses of String in com.livescribe.ext.ui
 

Methods in com.livescribe.ext.ui that return String
 String Menu.MenuItem.getAudioMimeType()
           
 String Menu.toString()
          Returns a string representation of this menu.
 

Methods in com.livescribe.ext.ui with parameters of type String
 void Menu.add(Object text, Image icon, String audio, Menu.MenuAction action, Menu submenu)
          Adds a new item to the menu.
 void Menu.setAudio(int index, String audio)
          Sets the audio to be played when the specified menu item has the focus.
 void Menu.setBackAPM(String clip)
          Sets the sound to play when the user navigates to a parent menu.
static void Menu.setDefaultBackAPM(String clip)
          Sets the default sound to play when the user navigates to a parent menu.
static void Menu.setDefaultForwardAPM(String clip)
          Sets the default sound to play when the user navigates to a submenu.
static void RadioMenu.setDefaultNotSelectedImage(String image)
          Sets the default image for an item that is not selected.
static void Menu.setDefaultSelectAPM(String clip)
          Sets the default sound to play when the user selects a menu item having no submenu.
static void RadioMenu.setDefaultSelectedImage(String image)
          Sets the default image for a selected item.
 void MenuBookmarkHandlerPlugin.setForwardAPM(String clip)
          Sets the sound to play when a menu item's submenu is followed.
 void Menu.setForwardAPM(String clip)
          Sets the sound to play when the user navigates to a submenu.
 void RadioMenu.setNotSelectedImage(String image)
          Sets the image to use for an item that is not selected.
 void MenuBookmarkHandlerPlugin.setSelectAPM(String clip)
          Sets the sound to play when a menu item is selected.
 void Menu.setSelectAPM(String clip)
          Sets the sound to play when the user selects a menu item having no submenu.
 void RadioMenu.setSelectedImage(String image)
          Sets the image to use for a selected item.
 

Constructors in com.livescribe.ext.ui with parameters of type String
RadioMenu(String[] text, int selectedIndex, Display display)
          Creates a new menu with the specified default selection.
 

Uses of String in com.livescribe.ext.util
 

Methods in com.livescribe.ext.util that return String
 String LinkedList.toString()
          Returns a string of this list
 

Methods in com.livescribe.ext.util with parameters of type String
static void Log.debug(Class clss, String method, String msg)
          Writes a debug message to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.debug(String msg)
          Writes an debug message to the log.
static void Log.debug(String className, String method, String msg)
          Writes a debug message to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.error(Class clss, String method, String msg)
          Writes an error to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.error(String msg)
          Writes an error message to the log.
static void Log.error(String className, String method, String msg)
          Writes an error to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.info(Class clss, String method, String msg)
          Writes an info message to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.info(String msg)
          Writes an info message to the log.
static void Log.info(String className, String method, String msg)
          Writes an info message to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.out(Class clss, String method, String msg)
          Sends the output to System.out.
static void Log.out(String msg)
          Sends the output to System.out.
static void Log.out(String className, String method, String msg)
          Sends the output to System.out.
static void Log.test(Class clss, String method, String msg)
          Writes a test message to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.test(String msg)
          Writes an test message to the log.
static void Log.test(String className, String method, String msg)
          Writes a test message to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.warn(Class clss, String method, String msg)
          Writes a warning to the log and prefixes the message with "SimpleClassName.method: ".
static void Log.warn(String msg)
          Writes an warn message to the log.
static void Log.warn(String className, String method, String msg)
          Writes a warning to the log and prefixes the message with "SimpleClassName.method: ".
 

Uses of String in com.livescribe.geom
 

Methods in com.livescribe.geom that return String
 String Ellipse.toString()
          Returns a string representation of this object.
 String LineSegment.toString()
          Returns a string representation of this object.
 String Point.toString()
          Returns a string representation of this object.
 String PolyLine.toString()
          Returns a string representation of this object.
 String Polygon.toString()
          Returns a string representation of this object.
 String Rectangle.toString()
          Returns a string representation of this object.
 String Shape.toString()
          Returns a string representation of this object.
 String Stroke.toString()
          Returns a string representation of this object.
 

Uses of String in com.livescribe.i18n
 

Fields in com.livescribe.i18n declared as String
static String Locale.COUNTRY_CHINA
          ISO 3166 code for China
static String Locale.COUNTRY_FRANCE
          ISO 3166 code for FRANCE
static String Locale.COUNTRY_GB
          ISO 3166 code for United Kingdom
static String Locale.COUNTRY_GERMANY
          ISO 3166 code for Germany
static String Locale.COUNTRY_ITALY
          ISO 3166 code for ITALY
static String Locale.COUNTRY_JAPAN
          ISO 3166 code for Japan
static String Locale.COUNTRY_KOREA
          ISO 3166 code for South Korea
static String Locale.COUNTRY_MALAYSIA
          ISO 3166 code for MALAYSIA
static String Locale.COUNTRY_SPAIN
          ISO 3166 code for SPAIN
static String Locale.COUNTRY_US
          ISO 3166 code for United States of America
protected  String Resource.id
          The resource ID.
static String Locale.LANG_CHINESE
          ISO 639-2 code for Chinese Language
static String Locale.LANG_ENGLISH
          ISO 639-2 code for English Language
static String Locale.LANG_FRENCH
          ISO 639-2 code for French Language
static String Locale.LANG_GERMAN
          ISO 639-2 code for German Language
static String Locale.LANG_ITALIAN
          ISO 639-2 code for Italian Language
static String Locale.LANG_JAPANESE
          ISO 639-2 code for Japanese Language
static String Locale.LANG_KOREAN
          ISO 639-2 code for Korean Language
static String Locale.LANG_MALAY
          ISO 639-2 code for MALAY Language
static String Locale.LANG_SPANISH
          ISO 639-2 code for Spanish Language
static String ResourceBundle.MIME_AUDIO_AAC
          AAC MIME Type
static String ResourceBundle.MIME_AUDIO_WAV
          Wave MIME Type
static String ResourceBundle.MIME_AUDIO_WAVPACK
          Wave Pack MIME Type
static String ResourceBundle.MIME_IMAGE_ARW
          ARW Image MIME Type
static String ResourceBundle.MIME_UNKNOWN
          Unknown MIME Type
 

Methods in com.livescribe.i18n that return String
 String Formatter.formatCurrency(double number)
           
 String Formatter.formatCurrency(double number, String currencyCode)
           
 String Formatter.formatDateTime(Calendar dateTime, int style)
           
 String Formatter.formatDateTime(Calendar dateTime, String format)
           
 String Formatter.formatNumber(double number)
           
 String Formatter.formatNumber(double number, int decimals)
           
 String Formatter.formatNumber(long number)
           
 String Formatter.formatPercentage(float number, int decimals)
           
 String Formatter.formatPercentage(long value)
           
 String Locale.getCountry()
          Gets the country/region code for this locale which will be the empty string or an uppercase ISO 3166 2-letter code.
 String Formatter.getDecimalPointSymbol()
          Get the decimal point symbol.
 String Formatter.getDigitGroupingSymbol()
          Get the digit grouping symbol.
 String Locale.getDisplayName()
          Calls getDisplayName with the current system locale
 String Locale.getDisplayName(Locale locale)
          Gets the display name of this locale in the native language of the locale passed in.
 String Formatter.getFormat(int style)
           
 String Resource.getId()
          Gets resource ID.
 String Locale.getLanguage()
          Gets the language code for this locale which will be the empty string or a lower case ISO 639 code.
abstract  String SoundResource.getMimeType()
          Returns the MIME type of the audio stream.
 String CollationKey.getSourceString()
          Returns the String that this CollationKey represents.
abstract  String TextResource.getText()
          Gets the localized text.
 String Locale.getVariant()
          Gets the variant code for this locale.
 String Locale.toString()
           
 String Resource.toString()
          Returns a string representation of this object.
 String TextResource.toString()
          Returns a string representation of this object.
 

Methods in com.livescribe.i18n with parameters of type String
abstract  int Collator.compare(String source, String target)
          Compares the source string to the target string according to the collation rules for this Collator.
 boolean Collator.equals(String source, String target)
          Convenience method for comparing the equality of two strings based on this Collator's collation rules.
 String Formatter.formatCurrency(double number, String currencyCode)
           
 String Formatter.formatDateTime(Calendar dateTime, String format)
           
abstract  CollationKey Collator.getCollationKey(String source)
          Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
abstract  DisplayableResource ResourceBundle.getDisplayResource(String id)
          Returns the localized display resource for the identifier passed.
abstract  ImageResource ResourceBundle.getImageResource(String id)
          Returns the localized image resource for the identifier passed.
static Locale Locale.getLocale(String lang, String country, String variant)
           
abstract  SoundResource ResourceBundle.getSoundResource(String id)
          Returns the localized sound resource for the identifier passed.
abstract  TextResource ResourceBundle.getTextResource(String id)
          Returns the localized text resource for the identifier passed.
 

Constructors in com.livescribe.i18n with parameters of type String
AudibleResource(String id)
          Creates a new audible resource having the specified ID.
CollationKey(String source)
          CollationKey constructor.
DisplayableResource(String id)
          Creates a new audible resource having the specified ID.
ImageResource(String id)
          Creates a new image resource having the specified ID.
Resource(String id)
          Creates a new resource having the specified ID.
SoundResource(String id)
          Creates a new sound resource having the specified ID.
TextResource(String id)
          Creates a new text resource having the specified ID.
 

Uses of String in com.livescribe.icr
 

Fields in com.livescribe.icr declared as String
static String ICRContext.CALCULATOR
          Deprecated. Add the resource to the application.
static String ICRContext.CALCULATOR_BIAS1
          Deprecated. Add the resource to the application.
static String SKDynamicResource.CHARACTER_BULLET
           
static String SKDynamicResource.CHARACTER_CENT_SIGN
           
static String SKDynamicResource.CHARACTER_CHECKMARK
           
static String SKDynamicResource.CHARACTER_DIVISION_SIGN
           
static String SKDynamicResource.CHARACTER_DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS
           
static String SKDynamicResource.CHARACTER_EURO_SIGN
           
static String SKDynamicResource.CHARACTER_LEFTWARDS_ARROW
           
static String SKDynamicResource.CHARACTER_LEFTWARDS_DOUBLE_ARROW
           
static String SKDynamicResource.CHARACTER_MICRO_SIGN
           
static String SKDynamicResource.CHARACTER_MULTIPLICATION_SIGN
           
static String SKDynamicResource.CHARACTER_PLUS_MINUS_SIGN
           
static String SKDynamicResource.CHARACTER_POUND_SIGN
           
static String SKDynamicResource.CHARACTER_RIGHTWARDS_ARROW
           
static String SKDynamicResource.CHARACTER_RIGHTWARDS_DOUBLE_ARROW
           
static String SKDynamicResource.CHARACTER_SECTION_SIGN
           
static String SKDynamicResource.CHARACTER_VERTICAL_LINE
           
static String SKDynamicResource.CHARACTER_YEN_SIGN
           
static String SKDynamicResource.EN_US_CHARACTERS_DIGIT
          String containing English digits (0–9).
static String SKDynamicResource.EN_US_CHARACTERS_LOWERCASE
          String containing lower-case English letters (a–z).
static String SKDynamicResource.EN_US_CHARACTERS_PUNCTUATION
          String containing English punctuation ( !,-.:;?\"()' ).
static String SKDynamicResource.EN_US_CHARACTERS_SYMBOLS
          String containing extended English symbols.
static String SKDynamicResource.EN_US_CHARACTERS_UPPERCASE
          String containing upper-case English letters (A–Z).
static String ICRContext.SYSRES_AK_FASTER
          Alphabet Knowledge for recognition.
static String ICRContext.SYSRES_AK_FULL
          Alphabet Knowledge for recognition.
static String ICRContext.SYSRES_AK_LMEM
          Alphabet Knowledge for recognition.
static String ICRContext.SYSRES_AK_LMEM_FASTER
          Alphabet Knowledge for recognition.
static String ICRContext.SYSRES_LK_BIGRAM
          Linguistic Knowledge resource that contains more than 100,000 words with associated bigram frequency.
static String ICRContext.SYSRES_LK_BIGRAM_100K
          Linguistic Knowledge resource that contains 100,000 words with associated bigram frequency.
static String ICRContext.SYSRES_LK_BIGRAM_30K
          Linguistic Knowledge resource that contains 30,000 words with associated bigram frequency.
static String ICRContext.SYSRES_LK_BIGRAM_65K
          Linguistic Knowledge resource that contains 65,000 words with associated bigram frequency.
static String ICRContext.SYSRES_LK_FREE
          A "Free" resource that allows for recognition of any words.
static String ICRContext.SYSRES_LK_GRAMMAR
          Grammar resource needed for recognition of multiple words (i.e.
static String ICRContext.SYSRES_LK_GRAMMER
          Deprecated. Use ICRContext.SYSRES_LK_GRAMMAR.
static String ICRContext.SYSRES_LK_OUT_OF_LEXICON
          "Out-of-Lexicon" resource that allows for recognition of words not in a lexicon.
static String ICRContext.SYSRES_LK_TRANSLATOR_DEMO
          Deprecated. Add the resource to the application.
static String ICRContext.SYSRES_LK_WORDLIST
          Linguistic Knowledge resource that contains more than 100,000 words with associated frequency.
static String ICRContext.SYSRES_LK_WORDLIST_100K
          Linguistic Knowledge resource that contains 100,000 words with associated frequency.
static String ICRContext.SYSRES_LK_WORDLIST_30K
          Linguistic Knowledge resource that contains 30,000 words with associated frequency.
static String ICRContext.SYSRES_LK_WORDLIST_65K
          Linguistic Knowledge resource that contains 65,000 words with associated frequency.
static String ICRContext.SYSRES_SK_ALNUM
          Subset Knowledge that contains only letters and digits.
static String ICRContext.SYSRES_SK_ALPHA
          Subset Knowledge that contains only alphabetic characters.
static String ICRContext.SYSRES_SK_DIGIT
          Subset Knowledge that contains only digits.
static String ICRContext.SYSRES_SK_LOWER
          Subset Knowledge that contains only lowercase letters.
static String ICRContext.SYSRES_SK_PUNCT
          Subset Knowledge that contains only certain punctuation characters.
static String ICRContext.SYSRES_SK_UPPER
          Subset Knowledge that contains only uppercase letters.
 

Methods in com.livescribe.icr that return String
abstract  String Resource.getURI()
          Gets the URI of this resources
 

Methods in com.livescribe.icr with parameters of type String
abstract  boolean LKDynamicResource.addWord(String word)
          Add the specified string to this dynamic resource.
 Resource ICRContext.createAKSystemResource(String resourceName)
          Creates a new Resource from the specified Alphabet Knowledge system resource name.
abstract  Resource ICRContext.createAppResource(String resourceName)
          Creates a new Resource from the specified resource name.
 Resource ICRContext.createLKSystemResource(String resourceName)
          Creates a new Resource from the specified Linguistic Knowledge system resource name.
 Resource ICRContext.createSKSystemResource(String resourceName)
          Creates a new Resource from the specified Subset Knowledge system resource name.
abstract  void SKDynamicResource.disableCharacters(String characters)
          Disables the specified characters (in the given string) in this dynamic resource.
abstract  void SKDynamicResource.enableCharacters(String characters)
          Enables the passed characters (in String) in the DynamicResource.
abstract  boolean LKDynamicResource.removeWord(String word)
          Remove the specified String from the DynamicResource.
 

Uses of String in com.livescribe.penlet
 

Fields in com.livescribe.penlet declared as String
protected static String Penlet.LOG_MASK_PROPERTY
          Property that specified the logging mask.
 

Methods in com.livescribe.penlet that return String
static String[] QuickLaunch.getAllCommands()
           
static String[] QuickLaunch.getAllCommands(Locale locale)
           
 String[] QuickLaunch.Entry.getArgs()
           
 String QuickLaunch.Entry.getDefaultEnglishName()
           
 String Region.getIdString()
          Returns the ID as a string in hex, having the following format: 0xHIGH_WORD:LOW_WORD.
 String PenletStateChangeException.getMessage()
          Overridden to supply a message from the cause exception if there is no detail message.
abstract  String PenletContext.getName()
          Gets the name of the penlet.
 String QuickLaunch.Entry.getName(Locale locale)
           
 String Region.toString()
          Returns a string representation of this object.
 

Methods in com.livescribe.penlet with parameters of type String
 void PenletContext.addMetricData(String metricName)
          Add a metric with empty data.
 void PenletContext.addMetricData(String metricName, Object data)
          Add a metric with data.
abstract  void PenletContext.addMetricData(String metricName, Object[] data)
          Add metric data associated with the penlet.
 void Logger.debug(String msg)
          Log the msg on the log stream if debug level is enabled.
 void Logger.error(String msg)
          Log the msg on the log stream always.
abstract  Object PenletContext.getProperty(String prop)
          Gets the value of the specified property.
 void Logger.info(String msg)
          Log the msg on the log stream if info level is enabled.
 byte[] PenletContext.sendServiceRequest(String className, byte[] data)
          This will start a penlet and pass the data array to it and return a result.
 void QuickLaunch.Entry.setName(Locale locale, String name)
           
abstract  void PenletContext.setProperty(String prop, Object value)
          Sets a property specific to this instance of a penlet context.
 void Logger.test(String msg)
          Sends the msg to the test agent on the pen if test level is enabled.
 void Logger.warn(String msg)
          Log the msg on the log stream if warning level is enabled.
 

Constructors in com.livescribe.penlet with parameters of type String
Logger(String name, PrintStream stream, short mask)
          Construct a Logger instance.
PenletStateChangeException(String msg)
          Construct PenletStateChangeException with a message.
PenletStateChangeException(String msg, Throwable cause)
          Creates a new penlet state change exception with the specified cause.
QuickLaunch.Entry(String defaultEnglishName, String[] args)
           
QuickLaunch.Entry(String defaultEnglishName, String[] args)
           
 

Uses of String in com.livescribe.storage
 

Methods in com.livescribe.storage with parameters of type String
 boolean PenletStorage.createDir(String name)
          Create a sub-directory to a PenletStorage pool directory
 boolean PenletStorage.delete(String name)
          Remove a PenletStorage pool item (file or directory) If the item is a directory, the directory and all its contents is removed
 boolean PenletStorage.exists(String name)
          Check if a PenletStorage pool item (file or directory) exists.
 DataSource PenletStorage.getDataSource(String name)
          Gets a DataSource object for the specified name.
 long PenletStorage.getModifiedTime(String name)
          Get the modified time for the file entry passed.
 Enumeration PenletStorage.list(String name, String filter, boolean includeHidden)
          List all the file entries within the directory name specified.
 InputStream PenletStorage.openInputStream(String name)
          Open a PenletStorage input stream for reading.
 OutputStream PenletStorage.openOutputStream(String name)
          Open a PenletStorage output stream for writing.
 OutputStream PenletStorage.openOutputStream(String name, boolean append)
          Open a PenletStorage output stream for writing (appending if append is true).
 

Uses of String in com.livescribe.ui
 

Methods in com.livescribe.ui that return String
 String DateIndicator.getDate()
          Returns the current date in a String format
static String MediaPlayer.getMimeType(String file)
          Returns the MIME type of the specified audio file.
 String TimeIndicator.getTime()
          Returns the current time in a format specifically the current locale.
 

Methods in com.livescribe.ui with parameters of type String
 void ScrollLabel.draw(Image image, String text, boolean scroll)
          Draws the image followed by the text.
 void ScrollLabel.draw(Image image, String text, int x, int y, int width, int height, boolean scroll)
          Draws the image and the text at the specified x,y, width and height
 void ScrollLabel.draw(String text)
          Draw the text without scrolling.
 void ScrollLabel.draw(String text, boolean scroll)
          Draw the text.
 void ScrollLabel.draw(String text, Image image, boolean scroll)
          Draws the text followed by the image.
 void ScrollLabel.draw(String text, Image image, int x, int y, int width, int height, boolean scroll)
          Draws the text and the image at the specified x,y, width and height
 void ScrollLabel.draw(String text, int x, int y, boolean scroll)
           
 void ScrollLabel.draw(String text, int x, int y, int width, int height, boolean scroll)
           
 void ScrollLabel.drawRightJustified(String text)
          Draws the text with the alignment at the right
static String MediaPlayer.getMimeType(String file)
          Returns the MIME type of the specified audio file.
protected  InputStream MediaPlayer.getResourceAsStream(String resource)
          Allows the penlet to provide the stream for the resource specified.
 void MediaPlayer.play(InputStream stream, String mimeType)
          Plays the stream without waiting for it to finish playing
 void MediaPlayer.play(InputStream stream, String mimeType, boolean wait)
          Plays the stream with the option of waiting for the clip to finish playing.
 void MediaPlayer.play(InputStream stream, String mimeType, boolean wait, int startOffset, int byteCount)
          Seeks to the position specified by startOffset and plays the stream for byteCount bytes.
 void MediaPlayer.play(String clip)
          Plays the clip without waiting for it to finish playing
 void MediaPlayer.play(String[] clips)
           
 void MediaPlayer.play(String[] clips, boolean wait)
           
 void MediaPlayer.play(String clip, boolean wait)
          Plays the clip with the option of waiting for the clip to finish playing.
 void MediaPlayer.playAPM(InputStream stream, String mimeType)
          Plays an APM [ Audio Punctuation Mark ].
 void MediaPlayer.playAPM(String clip)
          Plays an APM [ Audio Punctuation Mark ].
 void MediaPlayer.playMovie(String[] audio, String[] frame)
          Play a movie.
 void MediaPlayer.playMovie(String[] audio, String[] frame)
          Play a movie.
 void MediaPlayer.playMovieRepeatedly(String[] audio, String[] frame)
          Play a movie repeatedly.
 void MediaPlayer.playMovieRepeatedly(String[] audio, String[] frame)
          Play a movie repeatedly.
 

Uses of String in com.livescribe.util
 

Methods in com.livescribe.util that return String
 String Tokenizer.nextToken()
          Returns the next token from this string tokenizer.
static String MathFunctions.powString(float base, float power)
          Returns the value of the first argument raised to the power of the second argument as a String
static String MathFunctions.roundDisplay(double value)
          Returns the value of a decimal value with rounding
 

Constructors in com.livescribe.util with parameters of type String
Tokenizer(String text, char delimiter)
          Constructs a string tokenizer for the specified string.
 

Uses of String in com.sun.cldc.i18n
 

Methods in com.sun.cldc.i18n with parameters of type String
static char[] Helper.byteToCharArray(byte[] buffer, int offset, int length, String enc)
          Convert a byte array to a char array
static byte[] Helper.charToByteArray(char[] buffer, int offset, int length, String enc)
          Convert a char array to a byte array
static Reader Helper.getStreamReader(InputStream is, String name)
          Get a reader for an InputStream
static Writer Helper.getStreamWriter(OutputStream os, String name)
          Get a writer for an OutputStream
 Reader StreamReader.open(InputStream in, String enc)
          Open the reader
 Writer StreamWriter.open(OutputStream out, String enc)
          Open the writer
 

Uses of String in com.sun.cldc.i18n.j2me
 

Methods in com.sun.cldc.i18n.j2me with parameters of type String
 Writer UTF8_Writer.open(OutputStream out, String enc)
          Opens the writer.
 void ISO8859_1_Writer.write(String str, int off, int len)
          Write a portion of a string.
 

Uses of String in com.sun.cldc.io
 

Methods in com.sun.cldc.io with parameters of type String
 Connection ConnectionBaseInterface.openPrim(String name, int mode, boolean timeouts)
           
 

Constructors in com.sun.cldc.io with parameters of type String
ResourceInputStream(String name)
          Construct a resource input stream for accessing objects in the jar file.
 

Uses of String in com.sun.cldc.io.j2me.socket
 

Methods in com.sun.cldc.io.j2me.socket with parameters of type String
 void Protocol.open(String name, int mode, boolean timeouts)
          Open the connection
 Connection Protocol.openPrim(String name, int mode, boolean timeouts)
          Open the connection
 

Uses of String in com.sun.cldc.isolate
 

Methods in com.sun.cldc.isolate that return String
 String[] Isolate.getClassPath()
          Returns the classpath the Isolate was started with.
 String IsolateStartupException.getRemoteMessage()
          Returns the detail message string for the remote exception (which may be null even if a remote exception occured).
 String IsolateStartupException.getRemoteName()
          Returns either the name of the exception type of the remote exception or null if there was no reportable remote Java exception.
 

Methods in com.sun.cldc.isolate with parameters of type String
 void Isolate.setHiddenPackages(String[] package_names)
          Sets the packages which will be hidden.
 void Isolate.setProfile(String profile)
          Sets active profile name for isolate.
 void Isolate.setRestrictedPackages(String[] package_names)
          Sets the packages which will be restricted.
static boolean Util.verify(String jarPath)
          Use VM verifier to make sure that supplied jar is correct.
static boolean Util.verify(String jarPath, int chunkSize)
          Use VM verifier to make sure that supplied jar is correct.
 

Constructors in com.sun.cldc.isolate with parameters of type String
IllegalIsolateStateException(String detail)
          Constructs an IllegalIsolateStateException with specified detail message.
Isolate(String mainClass, String[] mainArgs)
          Creates a new isolated java application with a default configuration.
Isolate(String mainClass, String[] mainArgs)
          Creates a new isolated java application with a default configuration.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath)
          Creates a new isolated java application with a default configuration.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath)
          Creates a new isolated java application with a default configuration.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath)
          Creates a new isolated java application with a default configuration.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath, String[] sys_classpath)
          Creates a new Isolate with the specified arguments and classpath.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath, String[] sys_classpath)
          Creates a new Isolate with the specified arguments and classpath.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath, String[] sys_classpath)
          Creates a new Isolate with the specified arguments and classpath.
Isolate(String mainClass, String[] mainArgs, String[] app_classpath, String[] sys_classpath)
          Creates a new Isolate with the specified arguments and classpath.
IsolateResourceError(String detail)
          Constructs a IsolateResourceError with specified detail message.
IsolateResourceError(String detail, Throwable cause)
          Constructs a IsolateResourceError that wraps the specified throwable and provides the given detail message.
IsolateStartupException(String detail)
          Constructs an IsolateStartupException with specified detail message and null remote exception information.
 

Uses of String in com.sun.cldc.util.j2me
 

Methods in com.sun.cldc.util.j2me that return String
 String TimeZoneImpl.getID()
          Gets the ID of this time zone.
 String[] TimeZoneImpl.getIDs()
          Gets all the available IDs supported.
static String CalendarImpl.toISO8601String(Calendar calendar)
          Converts this Date object to a String.
static String CalendarImpl.toString(Calendar calendar)
          Converts this Date object to a String of the form:
 

Methods in com.sun.cldc.util.j2me with parameters of type String
 TimeZone TimeZoneImpl.getInstance(String ID)
          Gets the TimeZone for the given ID.
 

Uses of String in com.sun.cldchi.jvm
 

Methods in com.sun.cldchi.jvm with parameters of type String
static void JVM.createAppImage(String jarFile, String binFile, int flags)
           
static void JVM.loadLibrary(String libName)
          This method is used to load binary library into the VM.
static int MethodTrap.setJavaTrap(String methodName, String handlerName)
          Replace the execution entry of the specified method with the execution entry of another method with the similar signature.
static int MethodTrap.setTrap(String methodName, int callCount, int action, int targetTask)
          Trap specified Java method for JVM to take special action before the method is invoked.
static int JVM.verifyJar(String jar, int chunkSize)
          Verifies all classes of the given JAR package within the current VM instance.
 

Uses of String in com.sun.cldchi.test
 

Methods in com.sun.cldchi.test that return String
static String Reflect.getStaticStringValue(Isolate iso, String className, String fieldName)
           
 String Reflect.getStringValue(String fieldName)
           
 

Methods in com.sun.cldchi.test with parameters of type String
static Reflect Reflect.get(Isolate iso, String className, String fieldName)
           
 boolean Reflect.getBooleanValue(String fieldName)
           
 Reflect Reflect.getField(String fieldName)
           
 int Reflect.getIntValue(String fieldName)
           
static boolean Reflect.getStaticBooleanValue(Isolate iso, String className, String fieldName)
           
static int Reflect.getStaticIntValue(Isolate iso, String className, String fieldName)
           
static String Reflect.getStaticStringValue(Isolate iso, String className, String fieldName)
           
 String Reflect.getStringValue(String fieldName)
           
 

Uses of String in java.io
 

Methods in java.io that return String
 String DataInputStream.readUTF()
          See the general contract of the readUTF method of DataInput.
 String DataInput.readUTF()
          Reads in a string that has been encoded using a modified UTF-8 format.
static String DataInputStream.readUTF(DataInput in)
          Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
 String ByteArrayOutputStream.toString()
          Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
 

Methods in java.io with parameters of type String
 void PrintStream.print(String s)
          Print a string.
 void PrintStream.println(String x)
          Print a String and then terminate the line.
 void Writer.write(String str)
          Write a string.
 void Writer.write(String str, int off, int len)
          Write a portion of a string.
 void OutputStreamWriter.write(String str, int off, int len)
          Write a portion of a string.
 void DataOutputStream.writeChars(String s)
          Writes a string to the underlying output stream as a sequence of characters.
 void DataOutput.writeChars(String s)
          Writes every character in the string s, to the output stream, in order, two bytes per character.
 void DataOutputStream.writeUTF(String str)
          Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
 void DataOutput.writeUTF(String s)
          Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
 

Constructors in java.io with parameters of type String
EOFException(String s)
          Constructs an EOFException with the specified detail message.
InputStreamReader(InputStream is, String enc)
          Create an InputStreamReader that uses the named character encoding.
InterruptedIOException(String s)
          Constructs an InterruptedIOException with the specified detail message.
IOException(String s)
          Constructs an IOException with the specified detail message.
OutputStreamWriter(OutputStream os, String enc)
          Create an OutputStreamWriter that uses the named character encoding.
UnsupportedEncodingException(String s)
          Constructs an UnsupportedEncodingException with a detail message.
UTFDataFormatException(String s)
          Constructs a UTFDataFormatException with the specified detail message.
 

Uses of String in java.lang
 

Methods in java.lang that return String
 String String.concat(String str)
          Concatenates the specified string to the end of this string.
 String Throwable.getMessage()
          Returns the error message string of this Throwable object.
 String Thread.getName()
          Returns this thread's name.
 String Class.getName()
          Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
static String System.getProperty(String key)
          Gets the system property indicated by the specified key.
 String String.intern()
          Returns a canonical representation for the string object.
 String String.replace(char oldChar, char newChar)
          Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
 String String.substring(int beginIndex)
          Returns a new string that is a substring of this string.
 String String.substring(int beginIndex, int endIndex)
          Returns a new string that is a substring of this string.
static String Integer.toBinaryString(int i)
          Creates a string representation of the integer argument as an unsigned integer in base 2.
static String Integer.toHexString(int i)
          Creates a string representation of the integer argument as an unsigned integer in base 16.
 String String.toLowerCase()
          Converts all of the characters in this String to lower case.
static String Integer.toOctalString(int i)
          Creates a string representation of the integer argument as an unsigned integer in base 8.
 String Throwable.toString()
          Returns a short description of this Throwable object.
 String Thread.toString()
          Returns a string representation of this thread, including the thread's name and priority.
 String StringBuffer.toString()
          Converts to a string representing the data in this string buffer.
 String String.toString()
          This object (which is already a string!) is itself returned.
 String Short.toString()
          Returns a String object representing this Short's value.
 String Object.toString()
          Returns a string representation of the object.
 String Long.toString()
          Returns a String object representing this Long's value.
 String Integer.toString()
          Returns a String object representing this Integer's value.
 String Float.toString()
          Returns a String representation of this Float object.
 String Double.toString()
          Returns a String representation of this Double object.
 String Class.toString()
          Converts the object to a string.
 String Character.toString()
          Returns a String object representing this character's value.
 String Byte.toString()
          Returns a String object representing this Byte's value.
 String Boolean.toString()
          Returns a String object representing this Boolean's value.
static String Double.toString(double d)
          Creates a string representation of the double argument.
static String Float.toString(float f)
          Returns a String representation for the specified float value.
static String Integer.toString(int i)
          Returns a new String object representing the specified integer.
static String Integer.toString(int i, int radix)
          Creates a string representation of the first argument in the radix specified by the second argument.
static String Long.toString(long i)
          Returns a new String object representing the specified integer.
static String Long.toString(long i, int radix)
          Creates a string representation of the first argument in the radix specified by the second argument.
 String String.toUpperCase()
          Converts all of the characters in this String to upper case.
 String String.trim()
          Removes white space from both ends of this string.
static String String.valueOf(boolean b)
          Returns the string representation of the boolean argument.
static String String.valueOf(char c)
          Returns the string representation of the char argument.
static String String.valueOf(char[] data)
          Returns the string representation of the char array argument.
static String String.valueOf(char[] data, int offset, int count)
          Returns the string representation of a specific subarray of the char array argument.
static String String.valueOf(double d)
          Returns the string representation of the double argument.
static String String.valueOf(float f)
          Returns the string representation of the float argument.
static String String.valueOf(int i)
          Returns the string representation of the int argument.
static String String.valueOf(long l)
          Returns the string representation of the long argument.
static String String.valueOf(Object obj)
          Returns the string representation of the Object argument.
 

Methods in java.lang with parameters of type String
 StringBuffer StringBuffer.append(String str)
          Appends the string to this string buffer.
 int String.compareTo(String anotherString)
          Compares two strings lexicographically.
 String String.concat(String str)
          Concatenates the specified string to the end of this string.
 boolean String.endsWith(String suffix)
          Tests if this string ends with the specified suffix.
 boolean String.equalsIgnoreCase(String anotherString)
          Compares this String to another String, ignoring case considerations.
static Class Class.forName(String className)
          Returns the Class object associated with the class with the given string name.
 byte[] String.getBytes(String enc)
          Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
static String System.getProperty(String key)
          Gets the system property indicated by the specified key.
 InputStream Class.getResourceAsStream(String name)
          Finds a resource with a given name in the application's JAR file.
 int String.indexOf(String str)
          Returns the index within this string of the first occurrence of the specified substring.
 int String.indexOf(String str, int fromIndex)
          Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
 StringBuffer StringBuffer.insert(int offset, String str)
          Inserts the string into this string buffer.
static byte Byte.parseByte(String s)
          Assuming the specified String represents a byte, returns that byte's value.
static byte Byte.parseByte(String s, int radix)
          Assuming the specified String represents a byte, returns that byte's value.
static double Double.parseDouble(String s)
          Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
static float Float.parseFloat(String s)
          Returns a new float initialized to the value represented by the specified String.
static int Integer.parseInt(String s)
          Parses the string argument as a signed decimal integer.
static int Integer.parseInt(String s, int radix)
          Parses the string argument as a signed integer in the radix specified by the second argument.
static long Long.parseLong(String s)
          Parses the string argument as a signed decimal long.
static long Long.parseLong(String s, int radix)
          Parses the string argument as a signed long in the radix specified by the second argument.
static short Short.parseShort(String s)
          Assuming the specified String represents a short, returns that short's value.
static short Short.parseShort(String s, int radix)
          Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
 boolean String.regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len)
          Tests if two string regions are equal.
 boolean String.startsWith(String prefix)
          Tests if this string starts with the specified prefix.
 boolean String.startsWith(String prefix, int toffset)
          Tests if this string starts with the specified prefix beginning at the specified index.
static Integer Integer.valueOf(String s)
          Returns a new Integer object initialized to the value of the specified String.
static Float Float.valueOf(String s)
          Returns the floating point value represented by the specified String.
static Double Double.valueOf(String s)
          Returns a new Double object initialized to the value represented by the specified string.
static Integer Integer.valueOf(String s, int radix)
          Returns a new Integer object initialized to the value of the specified String.
 

Constructors in java.lang with parameters of type String
ArithmeticException(String s)
          Constructs an ArithmeticException with the specified detail message.
ArrayIndexOutOfBoundsException(String s)
          Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException(String s)
          Constructs an ArrayStoreException with the specified detail message.
ClassCastException(String s)
          Constructs a ClassCastException with the specified detail message.
ClassNotFoundException(String s)
          Constructs a ClassNotFoundException with the specified detail message.
Error(String s)
          Constructs an Error with the specified detail message.
Exception(String s)
          Constructs an Exception with the specified detail message.
IllegalAccessException(String s)
          Constructs an IllegalAccessException with a detail message.
IllegalArgumentException(String s)
          Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException(String s)
          Constructs an IllegalMonitorStateException with the specified detail message.
IllegalThreadStateException(String s)
          Constructs an IllegalThreadStateException with the specified detail message.
IndexOutOfBoundsException(String s)
          Constructs an IndexOutOfBoundsException with the specified detail message.
InstantiationException(String s)
          Constructs an InstantiationException with the specified detail message.
InterruptedException(String s)
          Constructs an InterruptedException with the specified detail message.
NegativeArraySizeException(String s)
          Constructs a NegativeArraySizeException with the specified detail message.
NoClassDefFoundError(String s)
          Constructs a NoClassDefFoundError with the specified detail message.
NullPointerException(String s)
          Constructs a NullPointerException with the specified detail message.
NumberFormatException(String s)
          Constructs a NumberFormatException with the specified detail message.
OutOfMemoryError(String s)
          Constructs an OutOfMemoryError with the specified detail message.
RuntimeException(String s)
          Constructs a RuntimeException with the specified detail message.
SecurityException(String s)
          Constructs a SecurityException with the specified detail message.
String(byte[] bytes, int off, int len, String enc)
          Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[] bytes, String enc)
          Construct a new String by converting the specified array of bytes using the specified character encoding.
String(String value)
          Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
StringBuffer(String str)
          Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException(String s)
          Constructs a StringIndexOutOfBoundsException with the specified detail message.
Thread(Runnable target, String name)
          Allocates a new Thread object with the given target and name.
Thread(String name)
          Allocates a new Thread object with the given name.
Throwable(String message)
          Constructs a new Throwable with the specified error message.
VirtualMachineError(String s)
          Constructs a VirtualMachineError with the specified detail message.
 

Uses of String in java.util
 

Methods in java.util that return String
static String[] TimeZone.getAvailableIDs()
          Gets all the available IDs supported.
 String TimeZone.getID()
          Gets the ID of this time zone.
 String Vector.toString()
          Returns a string representation of this vector.
 String Hashtable.toString()
          Returns a rather long string representation of this hashtable.
 String Date.toString()
          Converts this Date object to a String of the form:
 String Calendar.toString()
           
 

Methods in java.util with parameters of type String
static TimeZone TimeZone.getTimeZone(String ID)
          Gets the TimeZone for the given ID.
 

Constructors in java.util with parameters of type String
NoSuchElementException(String s)
          Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
 

Uses of String in javax.microedition.io
 

Methods in javax.microedition.io that return String
 String Datagram.getAddress()
          Get the address of the datagram.
 String ContentConnection.getEncoding()
          Returns a string describing the encoding of the content which the resource connected to is providing.
 String ContentConnection.getType()
          Returns the type of content that the resource connected to is providing.
 

Methods in javax.microedition.io with parameters of type String
 Datagram DatagramConnection.newDatagram(byte[] buf, int size, String addr)
          Make a new datagram object.
 Datagram DatagramConnection.newDatagram(int size, String addr)
          Create a new datagram object.
static Connection Connector.open(String name)
          Create and open a Connection.
static Connection Connector.open(String name, int mode)
          Create and open a Connection.
static Connection Connector.open(String name, int mode, boolean timeouts)
          Create and open a Connection.
static DataInputStream Connector.openDataInputStream(String name)
          Create and open a connection input stream.
static DataOutputStream Connector.openDataOutputStream(String name)
          Create and open a connection output stream.
static InputStream Connector.openInputStream(String name)
          Create and open a connection input stream.
static OutputStream Connector.openOutputStream(String name)
          Create and open a connection output stream.
 void Datagram.setAddress(String addr)
          Set datagram address.
 

Constructors in javax.microedition.io with parameters of type String
ConnectionNotFoundException(String s)
          Constructs a ConnectionNotFoundException with the specified detail message.
 

Uses of String in javax.microedition.media
 

Fields in javax.microedition.media declared as String
static String PlayerListener.BUFFERING_STARTED
           
static String PlayerListener.BUFFERING_STOPPED
           
static String PlayerListener.CLOSED
           
static String PlayerListener.DEVICE_AVAILABLE
           
static String PlayerListener.DEVICE_UNAVAILABLE
           
static String PlayerListener.DURATION_UPDATED
           
static String PlayerListener.END_OF_MEDIA
           
static String PlayerListener.ERROR
           
static String Manager.MIDI_DEVICE_LOCATOR
           
static String PlayerListener.RECORD_ERROR
           
static String PlayerListener.RECORD_STARTED
           
static String PlayerListener.RECORD_STOPPED
           
static String PlayerListener.SIZE_CHANGED
           
static String PlayerListener.STARTED
           
static String PlayerListener.STOPPED
           
static String PlayerListener.STOPPED_AT_TIME
           
static String Manager.TONE_DEVICE_LOCATOR
           
static String PlayerListener.VOLUME_CHANGED
           
 

Methods in javax.microedition.media that return String
 String Player.getContentType()
           
static String[] Manager.getSupportedContentTypes(String protocol)
           
static String[] Manager.getSupportedProtocols(String contentType)
           
 

Methods in javax.microedition.media with parameters of type String
static Player Manager.createPlayer(InputStream stream, String contentType)
           
static Player Manager.createPlayer(String locator)
           
 Control Controllable.getControl(String controlType)
           
static String[] Manager.getSupportedContentTypes(String protocol)
           
static String[] Manager.getSupportedProtocols(String contentType)
           
 void PlayerListener.playerUpdate(Player player, String event, Object eventData)
           
 

Constructors in javax.microedition.media with parameters of type String
MediaException(String reason)
           
 

Uses of String in javax.microedition.media.control
 

Fields in javax.microedition.media.control declared as String
static String MetaDataControl.AUTHOR_KEY
           
static String MetaDataControl.COPYRIGHT_KEY
           
static String MetaDataControl.DATE_KEY
           
static String MetaDataControl.TITLE_KEY
           
 

Methods in javax.microedition.media.control that return String
 String RecordControl.getContentType()
          Return the content type of the recorded media.
 String MIDIControl.getKeyName(int bank, int prog, int key)
           
 String[] MetaDataControl.getKeys()
           
 String MetaDataControl.getKeyValue(String key)
           
 String MIDIControl.getProgramName(int bank, int prog)
           
 

Methods in javax.microedition.media.control with parameters of type String
 String MetaDataControl.getKeyValue(String key)
           
 byte[] VideoControl.getSnapshot(String imageType)
          Get a snapshot of the displayed content.
 void RecordControl.setRecordLocation(String locator)
          Set the output location where the data will be recorded.
 

Uses of String in javax.microedition.media.protocol
 

Methods in javax.microedition.media.protocol that return String
abstract  String DataSource.getContentType()
          Get a string that describes the content-type of the media that the source is providing.
 String ContentDescriptor.getContentType()
          Obtain a string that represents the content type for this descriptor.
 String DataSource.getLocator()
          Get the locator that describes this source.
 

Methods in javax.microedition.media.protocol with parameters of type String
abstract  Control DataSource.getControl(String controlType)
           
 

Constructors in javax.microedition.media.protocol with parameters of type String
ContentDescriptor(String contentType)
          Create a content descriptor with the specified content type.
DataSource(String locator)
          Construct a DataSource from a locator.
 


PenProfile 2.x

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