com.metamatrix.toolbox.ui.widget.menu
Class DefaultPopupMenuFactory

java.lang.Object
  extended by com.metamatrix.toolbox.ui.widget.menu.DefaultPopupMenuFactory
All Implemented Interfaces:
PopupMenuFactory

public class DefaultPopupMenuFactory
extends java.lang.Object
implements PopupMenuFactory

Since:
2.0
Version:
2.1
Author:
John P. A. Verhaeg

Constructor Summary
DefaultPopupMenuFactory()
           
 
Method Summary
protected  javax.swing.JPopupMenu createListPopupMenu(ListWidget list)
           
protected  javax.swing.JPopupMenu createTablePopupMenu(TableWidget table)
           
protected  javax.swing.JPopupMenu createTreePopupMenu(TreeWidget tree)
           
 javax.swing.JPopupMenu getPopupMenu(java.awt.Component context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPopupMenuFactory

public DefaultPopupMenuFactory()
Method Detail

createListPopupMenu

protected javax.swing.JPopupMenu createListPopupMenu(ListWidget list)
Since:
2.0

createTablePopupMenu

protected javax.swing.JPopupMenu createTablePopupMenu(TableWidget table)
Since:
2.0

createTreePopupMenu

protected javax.swing.JPopupMenu createTreePopupMenu(TreeWidget tree)
Since:
2.0

getPopupMenu

public javax.swing.JPopupMenu getPopupMenu(java.awt.Component context)
Specified by:
getPopupMenu in interface PopupMenuFactory
Since:
2.0


Copyright © 2009. All Rights Reserved.