public class CopyMapToClipboardListener extends Object implements ActionListener, com.bbn.openmap.event.MapMouseListener
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyMapToClipboardListener.ImageSelection |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COPY_TO_CLICBOARD_COMMAND
Copy to clic board action command.
|
protected com.bbn.openmap.MapBean |
mapBean
Open map bean.
|
JPopupMenu |
menu
Popop menu.
|
| Constructor and Description |
|---|
CopyMapToClipboardListener(com.bbn.openmap.MapBean mapBean)
Constructor with map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
protected void |
copyToClipBoard() |
com.bbn.openmap.MapBean |
getMapBean() |
String[] |
getMouseModeServiceList() |
boolean |
mouseClicked(MouseEvent e) |
boolean |
mouseDragged(MouseEvent arg0) |
void |
mouseEntered(MouseEvent arg0) |
void |
mouseExited(MouseEvent arg0) |
void |
mouseMoved() |
boolean |
mouseMoved(MouseEvent arg0) |
boolean |
mousePressed(MouseEvent arg0) |
boolean |
mouseReleased(MouseEvent arg0) |
protected static final String COPY_TO_CLICBOARD_COMMAND
public JPopupMenu menu
protected com.bbn.openmap.MapBean mapBean
public CopyMapToClipboardListener(com.bbn.openmap.MapBean mapBean)
mapBean - open map beanpublic com.bbn.openmap.MapBean getMapBean()
protected void copyToClipBoard()
public String[] getMouseModeServiceList()
getMouseModeServiceList in interface com.bbn.openmap.event.MapMouseListenerpublic boolean mouseClicked(MouseEvent e)
mouseClicked in interface com.bbn.openmap.event.MapMouseListenerpublic boolean mouseDragged(MouseEvent arg0)
mouseDragged in interface com.bbn.openmap.event.MapMouseListenerpublic void mouseEntered(MouseEvent arg0)
mouseEntered in interface com.bbn.openmap.event.MapMouseListenerpublic void mouseExited(MouseEvent arg0)
mouseExited in interface com.bbn.openmap.event.MapMouseListenerpublic void mouseMoved()
mouseMoved in interface com.bbn.openmap.event.MapMouseListenerpublic boolean mouseMoved(MouseEvent arg0)
mouseMoved in interface com.bbn.openmap.event.MapMouseListenerpublic boolean mousePressed(MouseEvent arg0)
mousePressed in interface com.bbn.openmap.event.MapMouseListenerpublic boolean mouseReleased(MouseEvent arg0)
mouseReleased in interface com.bbn.openmap.event.MapMouseListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerCopyright © 1999–2014 CodeLutin. All rights reserved.