OME
Class MenuSeparatorMethod

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

public class MenuSeparatorMethod
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
MenuSeparatorMethod(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

MenuSeparatorMethod

public MenuSeparatorMethod(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.