PenProfile 2.x

Uses of Class
com.livescribe.penlet.PenletPlugin

Packages that use PenletPlugin
com.livescribe.buttons   
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.penlet This package consists of classes and interfaces that are core to pen application development. 
 

Uses of PenletPlugin in com.livescribe.buttons
 

Subclasses of PenletPlugin in com.livescribe.buttons
 class DrawnButtonController
          A plugin that manages the display, presentation, and processing of new prompt and believe buttons.
 

Uses of PenletPlugin in com.livescribe.ext.plugins
 

Subclasses of PenletPlugin in com.livescribe.ext.plugins
 class AcquireHWPlugin
          A penlet plugin that performs common functions.
 

Uses of PenletPlugin in com.livescribe.ext.ui
 

Subclasses of PenletPlugin in com.livescribe.ext.ui
 class MenuBookmarkHandlerPlugin
          A plugin that handles menu bookmark activation.
 

Uses of PenletPlugin in com.livescribe.penlet
 

Subclasses of PenletPlugin in com.livescribe.penlet
 class AbstractPenletPlugin
          An abstract base class for penlet plugins that provides a basic implementation for the plugin state.
 

Methods in com.livescribe.penlet with parameters of type PenletPlugin
abstract  void PenletContext.installPlugin(PenletPlugin plugin)
          Installs the specified plugin but does not activate it.
 void PluginListener.pluginActivated(PenletPlugin plugin)
          The specified plugin was activated.
 void PluginListener.pluginDeactivated(PenletPlugin plugin)
          The specified plugin was deactivated.
abstract  void PenletContext.uninstallPlugin(PenletPlugin plugin)
          Uninstalls the specified plugin.
 


PenProfile 2.x

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