Package fr.ifremer.isisfish.map
Class CopyMapToClipboardListener
java.lang.Object
fr.ifremer.isisfish.map.CopyMapToClipboardListener
- All Implemented Interfaces:
 com.bbn.openmap.event.MapMouseListener,ActionListener,EventListener
public class CopyMapToClipboardListener
extends Object
implements ActionListener, com.bbn.openmap.event.MapMouseListener
Listener for openmap map bean to display popop menu on right click.
 
 Currently, this listener can :
  - copy current map to system clip board
- Version:
 - $Revision$ Last update : $Date$ By : $Author$
 - Author:
 - chatellier
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringCopy to clic board action command.protected com.bbn.openmap.MapBeanOpen map bean.Popop menu. - 
Constructor Summary
ConstructorsConstructorDescriptionCopyMapToClipboardListener(com.bbn.openmap.MapBean mapBean) Constructor with map. - 
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidcom.bbn.openmap.MapBeanString[]booleanbooleanmouseDragged(MouseEvent arg0) voidmouseEntered(MouseEvent arg0) voidmouseExited(MouseEvent arg0) voidbooleanmouseMoved(MouseEvent arg0) booleanmousePressed(MouseEvent arg0) booleanmouseReleased(MouseEvent arg0)  
- 
Field Details
- 
COPY_TO_CLICBOARD_COMMAND
Copy to clic board action command.- See Also:
 
 - 
mapBean
protected com.bbn.openmap.MapBean mapBeanOpen map bean. 
 - 
 - 
Constructor Details
- 
CopyMapToClipboardListener
public CopyMapToClipboardListener(com.bbn.openmap.MapBean mapBean) Constructor with map.- Parameters:
 mapBean- open map bean
 
 - 
 - 
Method Details
- 
getMapBean
public com.bbn.openmap.MapBean getMapBean() - 
copyToClipBoard
protected void copyToClipBoard() - 
getMouseModeServiceList
- Specified by:
 getMouseModeServiceListin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseClicked
- Specified by:
 mouseClickedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseDragged
- Specified by:
 mouseDraggedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseEntered
- Specified by:
 mouseEnteredin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseExited
- Specified by:
 mouseExitedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseMoved
public void mouseMoved()- Specified by:
 mouseMovedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseMoved
- Specified by:
 mouseMovedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mousePressed
- Specified by:
 mousePressedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
mouseReleased
- Specified by:
 mouseReleasedin interfacecom.bbn.openmap.event.MapMouseListener
 - 
actionPerformed
- Specified by:
 actionPerformedin interfaceActionListener
 
 -