Cytoscape 2.8.2 API

cytoscape.util.swing
Class SwingMenuSorter

java.lang.Object
  extended by cytoscape.util.swing.SwingMenuSorter
All Implemented Interfaces:
EventListener, MenuListener

public class SwingMenuSorter
extends Object
implements MenuListener

This class is called from CyMenus to sort the plugins menu to make it easier to find a particular plugin from a long list.


Constructor Summary
SwingMenuSorter(JMenu p, int sepCount)
           
 
Method Summary
 void menuCanceled(MenuEvent e)
           
 void menuDeselected(MenuEvent e)
           
 void menuSelected(MenuEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingMenuSorter

public SwingMenuSorter(JMenu p,
                       int sepCount)
Method Detail

menuCanceled

public void menuCanceled(MenuEvent e)
Specified by:
menuCanceled in interface MenuListener

menuDeselected

public void menuDeselected(MenuEvent e)
Specified by:
menuDeselected in interface MenuListener

menuSelected

public void menuSelected(MenuEvent e)
Specified by:
menuSelected in interface MenuListener

Cytoscape 2.8.2 API

Copyright 2010 Cytoscape Consortium. All rights reserved.