com.swfm.mica.view
Class MiEndUserAttsPopupMenu

java.lang.Object
  extended bycom.swfm.mica.parts.MiEditorMenu
      extended bycom.swfm.mica.view.MiEndUserAttsPopupMenu
All Implemented Interfaces:
MiiCommandNames, MiiContextMenu, MiiDisplayNames, MiiGeneralCommandWidgetSpecificationProperties, MiiMessages

public class MiEndUserAttsPopupMenu
extends MiEditorMenu
implements MiiCommandNames, MiiMessages

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
         
Constructor Summary
MiEndUserAttsPopupMenu(MiiCommandHandler handler, MiiCommandManager manager)
           
 
Method Summary
 java.lang.String getPreferences()
           
 void popup(MiPart assocTriggerObj, MiPoint pt)
          Pops up this menu with the given trigger object as the target.
 void processCommand(java.lang.String cmd)
           
 void setPreferences(java.lang.String preferences)
           
 
Methods inherited from class com.swfm.mica.parts.MiEditorMenu
appendBooleanMenuItem, appendBooleanMenuItem, appendCommandHandler, appendMenuItem, appendMenuItem, appendMenuItem, appendMenuItemCommand, appendSeparator, buildBooleanMenuItem, endRadioButtonSection, getCommandHandler, getCommandManager, getEditor, getIndexOfMenuItem, getMenu, getMenuContents, getMenuGraphics, getMenuItemWithCommand, getMenuItemWithLabel, getRadioStateEnforcer, getToSelectAttributedShape, insertBooleanMenuItem, insertMenuItem, insertMenuItem, insertSeparator, makeItem, popdown, removeAllAdjacentSeparators, removeAllMenuItems, removeAllMenuItemsWithCommandsExcept, removeCommandHandlers, removeMenuItemWithCommand, setCommandHandler, setEditor, setHelpMessages, setMenuItemLabel, setName, setToSelectAttributedShape, startRadioButtonSection, startRadioButtonSection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiEndUserAttsPopupMenu

public MiEndUserAttsPopupMenu(MiiCommandHandler handler,
                              MiiCommandManager manager)
Method Detail

popup

public void popup(MiPart assocTriggerObj,
                  MiPoint pt)
Description copied from class: MiEditorMenu
Pops up this menu with the given trigger object as the target.

Specified by:
popup in interface MiiContextMenu
Overrides:
popup in class MiEditorMenu
Parameters:
assocTriggerObj - the target of this menu
pt - the location to pop up this menu

processCommand

public void processCommand(java.lang.String cmd)

getPreferences

public java.lang.String getPreferences()

setPreferences

public void setPreferences(java.lang.String preferences)