org.gudy.azureus2.ui.swt.views.table.utils
Class TableContextMenuManager

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.table.utils.TableContextMenuManager

public class TableContextMenuManager
extends Object

Author:
TuxPaper XXX TODO TUX: This needs to be moved to common, and TableManagerImpl should add to it instead of UISWTInstanceImpl

Method Summary
 void addContextMenuItem(TableContextMenuItem item)
           
 TableContextMenuItem[] getAllAsArray(String sMenuID)
           
static TableContextMenuManager getInstance()
          Retrieve the static TableContextMenuManager instance
 void removeContextMenuItem(TableContextMenuItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TableContextMenuManager getInstance()
Retrieve the static TableContextMenuManager instance

Returns:
the static TableContextMenuManager instance

addContextMenuItem

public void addContextMenuItem(TableContextMenuItem item)

removeContextMenuItem

public void removeContextMenuItem(TableContextMenuItem item)

getAllAsArray

public TableContextMenuItem[] getAllAsArray(String sMenuID)