net.sourceforge.fixagora.basis.client.view
Class BusinessObjectActionPopupMenu

java.lang.Object
  extended by net.sourceforge.fixagora.basis.client.view.BusinessObjectActionPopupMenu
All Implemented Interfaces:
bibliothek.gui.dock.action.popup.ActionPopupMenu

public class BusinessObjectActionPopupMenu
extends java.lang.Object
implements bibliothek.gui.dock.action.popup.ActionPopupMenu

The Class BusinessObjectActionPopupMenu.


Constructor Summary
BusinessObjectActionPopupMenu(bibliothek.gui.Dockable dockable, bibliothek.gui.dock.action.DockActionSource actions, MainPanel mainPanel)
          Instantiates a new business object action popup menu.
 
Method Summary
 void addListener(bibliothek.gui.dock.action.popup.ActionPopupMenuListener listener)
           
 bibliothek.gui.Dockable getDockable()
           
 boolean isShowing()
          Checks if is showing.
 void removeListener(bibliothek.gui.dock.action.popup.ActionPopupMenuListener listener)
           
 void show(java.awt.Component owner, int x, int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessObjectActionPopupMenu

public BusinessObjectActionPopupMenu(bibliothek.gui.Dockable dockable,
                                     bibliothek.gui.dock.action.DockActionSource actions,
                                     MainPanel mainPanel)
Instantiates a new business object action popup menu.

Parameters:
dockable - the dockable
actions - the actions
mainPanel - the main panel
Method Detail

addListener

public void addListener(bibliothek.gui.dock.action.popup.ActionPopupMenuListener listener)
Specified by:
addListener in interface bibliothek.gui.dock.action.popup.ActionPopupMenu

getDockable

public bibliothek.gui.Dockable getDockable()
Specified by:
getDockable in interface bibliothek.gui.dock.action.popup.ActionPopupMenu

removeListener

public void removeListener(bibliothek.gui.dock.action.popup.ActionPopupMenuListener listener)
Specified by:
removeListener in interface bibliothek.gui.dock.action.popup.ActionPopupMenu

show

public void show(java.awt.Component owner,
                 int x,
                 int y)
Specified by:
show in interface bibliothek.gui.dock.action.popup.ActionPopupMenu

isShowing

public boolean isShowing()
Checks if is showing.

Returns:
true, if is showing