|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseDelegator | |
---|---|
com.bbn.openmap.gui | This package contains the main OpenMap Swing GUI components. |
com.bbn.openmap.gui.menu | This package contains OpenMap Swing GUI components that can be used in menus. |
com.bbn.openmap.layer.editor | This package provides the infrastructure to create layers that provide a Tool interface that controls their content. |
com.bbn.openmap.tools.dnd | This package contains classes to support Java Drag and Drop functionality on the map. |
com.bbn.openmap.tools.drawing | Provides classes to implement a drawing tool. |
Uses of MouseDelegator in com.bbn.openmap.gui |
---|
Fields in com.bbn.openmap.gui declared as MouseDelegator | |
---|---|
protected MouseDelegator |
MouseModePanel.mouseDelegator
|
Methods in com.bbn.openmap.gui that return MouseDelegator | |
---|---|
MouseDelegator |
MouseModePanel.getMouseDelegator()
Get the MouseDelegator used to control mouse gestures over the map. |
Methods in com.bbn.openmap.gui with parameters of type MouseDelegator | |
---|---|
void |
MouseModePanel.setMouseDelegator(MouseDelegator md)
Set the MouseDelegator used to hold the different MouseModes available to the map. |
protected void |
MouseModePanel.setPanel(MouseDelegator md)
Given a MouseDelegator, set up the pop-up menu to reflect the MouseMode choices. |
protected void |
MouseModeButtonPanel.setPanel(MouseDelegator md)
Method overrides MouseModePane.setPanel. |
Constructors in com.bbn.openmap.gui with parameters of type MouseDelegator | |
---|---|
MouseModePanel(MouseDelegator md)
|
Uses of MouseDelegator in com.bbn.openmap.gui.menu |
---|
Fields in com.bbn.openmap.gui.menu declared as MouseDelegator | |
---|---|
protected MouseDelegator |
MouseModeMenu.mouseDelegator
|
Methods in com.bbn.openmap.gui.menu with parameters of type MouseDelegator | |
---|---|
void |
MouseModeMenu.setMouseDelegator(MouseDelegator md)
Sets up the MouseModes submenu. |
void |
MouseModeMenu.unsetMouseDelegator(MouseDelegator md)
|
Uses of MouseDelegator in com.bbn.openmap.layer.editor |
---|
Fields in com.bbn.openmap.layer.editor declared as MouseDelegator | |
---|---|
protected MouseDelegator |
DrawingEditorTool.mouseDelegator
The MouseDelegator that is controlling the MouseModes. |
Methods in com.bbn.openmap.layer.editor that return MouseDelegator | |
---|---|
MouseDelegator |
DrawingEditorTool.getMouseDelegator()
Get the MouseDelegator used to control mouse gestures over the map. |
Methods in com.bbn.openmap.layer.editor with parameters of type MouseDelegator | |
---|---|
void |
DrawingEditorTool.setMouseDelegator(MouseDelegator md)
Set the MouseDelegator used to hold the different MouseModes available to the map. |
Uses of MouseDelegator in com.bbn.openmap.tools.dnd |
---|
Fields in com.bbn.openmap.tools.dnd declared as MouseDelegator | |
---|---|
protected MouseDelegator |
DefaultDnDCatcher.md
|
Uses of MouseDelegator in com.bbn.openmap.tools.drawing |
---|
Fields in com.bbn.openmap.tools.drawing declared as MouseDelegator | |
---|---|
protected MouseDelegator |
OMDrawingTool.mouseDelegator
The MouseDelegator to use to get mouse events directed to the DrawingTool. |
Methods in com.bbn.openmap.tools.drawing that return MouseDelegator | |
---|---|
MouseDelegator |
OMDrawingTool.getMouseDelegator()
Get the MouseDelegator used to receive mouse events. |
Methods in com.bbn.openmap.tools.drawing with parameters of type MouseDelegator | |
---|---|
void |
OMDrawingTool.setMouseDelegator(MouseDelegator md)
Set the MouseDelegator used to receive mouse events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |