com.leafdigital.ui.api
Interface TextView.MenuHandler

Enclosing interface:
TextView

public static interface TextView.MenuHandler

Interface used when user right-clicks


Method Summary
 void addItems(PopupMenu pm, org.w3c.dom.Node n)
          Should use members of the PopupMenu to add items if required.
 

Method Detail

addItems

void addItems(PopupMenu pm,
              org.w3c.dom.Node n)
Should use members of the PopupMenu to add items if required.

Parameters:
pm - Menu for adding
n - XML node that was clicked on (may be null if they clicked off text)


Copyright © 2011 Samuel Marshall. All rights reserved.