PenProfile 2.x

com.livescribe.penlet
Class QuickLaunch

java.lang.Object
  extended by com.livescribe.penlet.QuickLaunch

public class QuickLaunch
extends Object

Allows editing of the dynamic Quick Launch menu items associated with a penlet. This object can be created from PenletContext.getQuickLaunch

Since:
2.5

Nested Class Summary
static class QuickLaunch.Entry
           
 
Method Summary
 void addEntry(QuickLaunch.Entry entry)
           
 void deleteEntry(QuickLaunch.Entry entry)
           
 Enumeration entries()
           
static String[] getAllCommands()
           
static String[] getAllCommands(Locale locale)
           
 void save()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllCommands

public static String[] getAllCommands()

getAllCommands

public static String[] getAllCommands(Locale locale)

entries

public Enumeration entries()

deleteEntry

public void deleteEntry(QuickLaunch.Entry entry)

addEntry

public void addEntry(QuickLaunch.Entry entry)

save

public void save()

PenProfile 2.x

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