dyntable
Class BehTblContextMenu

java.lang.Object
  |
  +--java.awt.MenuComponent
        |
        +--java.awt.MenuItem
              |
              +--java.awt.Menu
                    |
                    +--java.awt.PopupMenu
                          |
                          +--dyntable.BehTblContextMenu
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.MenuContainer, java.io.Serializable

public class BehTblContextMenu
extends java.awt.PopupMenu
implements java.awt.event.ActionListener

$Id: BehTblContextMenu.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The BehTblContextMenu is derived from java.awt.event.ActionListener. This class implements the context menu for the behaveTable

Version:
$Revision: 1.0 $
Author:
$Author: jdyntable@gmx.de $
See Also:
Serialized Form

Constructor Summary
BehTblContextMenu(JDynTable tblPanel)
          Constructs a new BehTblContextMenu for the given Jdyntable tblPanel
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void show(java.awt.Component comp, int x, int y)
          The method show is overwritten to store the x- and y-coordinate
 
Methods inherited from class java.awt.PopupMenu
addNotify, getAccessibleContext
 
Methods inherited from class java.awt.Menu
add, add, addSeparator, countItems, getItem, getItemCount, insert, insert, insertSeparator, isTearOff, paramString, remove, remove, removeAll, removeNotify
 
Methods inherited from class java.awt.MenuItem
addActionListener, deleteShortcut, disable, enable, enable, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, postEvent, setFont, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Constructor Detail

BehTblContextMenu

public BehTblContextMenu(JDynTable tblPanel)
Constructs a new BehTblContextMenu for the given Jdyntable tblPanel

Method Detail

show

public void show(java.awt.Component comp,
                 int x,
                 int y)
The method show is overwritten to store the x- and y-coordinate

Overrides:
show in class java.awt.PopupMenu
See Also:
PopupMenu.show(java.awt.Component, int, int)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)