Cytoscape 3.0.1 API

org.cytoscape.work.swing
Interface DynamicSubmenuListener

All Superinterfaces:
EventListener, MenuListener, PopupMenuListener

public interface DynamicSubmenuListener
extends MenuListener, PopupMenuListener

An extension of MenuListener that is used to describe dynamic submenus. This interface allows the top name of the dynamic menu to be set and allows the menu to be enabled or disabled based on the state of the system.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 void setEnabled(boolean enableState)
          Enables or disables the dynamically created menus.
 void setMenuTitle(String name)
          Sets the name of the top level menu.
 
Methods inherited from interface javax.swing.event.MenuListener
menuCanceled, menuDeselected, menuSelected
 
Methods inherited from interface javax.swing.event.PopupMenuListener
popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible
 

Method Detail

setMenuTitle

void setMenuTitle(String name)
Sets the name of the top level menu.

Parameters:
name - The name to use for the top level menu.

setEnabled

void setEnabled(boolean enableState)
Enables or disables the dynamically created menus.

Parameters:
enableState - Whether to enable or disable the menu.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.