OME
Class PopupMenuSeparatorMethod

java.lang.Object
  |
  +--OME.AbstractPluginMethod
        |
        +--OME.PopupMenuSeparatorMethod

public class PopupMenuSeparatorMethod
extends AbstractPluginMethod

This class is used as an indicator that a separator should now be inserted. This is only used when creating MenuMethods that consists of several PluginMethods and one wishes to insert a separator between the menu items in the resulting submenu.


Constructor Summary
PopupMenuSeparatorMethod(View v)
          This does nothing.
 
Methods inherited from class OME.AbstractPluginMethod
cancelled, getImage, getName, getSubmenu, getSubmenu, invoke, isEnabled, nextParameter, passParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupMenuSeparatorMethod

public PopupMenuSeparatorMethod(View v)
This does nothing.
Parameters:
v - the view is not used and is just included here for consistency with the constructors of other PluginMethods.