Class IPK_AdvancedLabelTool
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
org.graffiti.plugin.tool.AbstractTool
org.graffiti.plugin.tool.AbstractUndoableTool
org.graffiti.plugins.modes.defaults.MegaTools
org.graffiti.plugins.modes.defaults.AdvancedLabelTool
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.IPK_AdvancedLabelTool
- All Implemented Interfaces:
MouseListener,MouseMotionListener,MouseWheelListener,EventListener,MouseInputListener,Tool,SelectionListener,SessionListener,Undoable
public class IPK_AdvancedLabelTool extends AdvancedLabelTool
A modified editing tool
- Version:
- $Revision$
- Author:
- Christian Klukas
-
Field Summary
Fields inherited from class org.graffiti.plugins.modes.defaults.MegaTools
MouseWheelZoomEnabled -
Constructor Summary
Constructors Constructor Description IPK_AdvancedLabelTool() -
Method Summary
Modifier and Type Method Description voidmousePressed(MouseEvent e)Invoked if user presses mouse button.Methods inherited from class org.graffiti.plugins.modes.defaults.AdvancedLabelTool
activate, getEditDeleteAction, getEditGraphElement, getToolName, processLabelEdit, processLabelEdit, setEditCommand, setEditDeleteCommandMethods inherited from class org.graffiti.plugins.modes.defaults.MegaTools
fireSelectionChanged, getFoundComponent, getLastMouseE, getLastMouseSrc, mouseMoved, postProcessImageCreation, preProcessImageCreation, sessionChanged, sessionDataChanged, setFoundComponent, unmarkAll, wasScrollPaneMovementMethods inherited from class org.graffiti.plugin.tool.AbstractUndoableTool
isSelectionListener, isSessionListener, setUndoSupportMethods inherited from class org.graffiti.plugin.tool.AbstractTool
activateTool, deactivate, deactivateAll, displayAsMarked, displayAsMarked, displayAsMarked, displayAsMarked, getActiveTool, highlight, isActive, isViewListener, selectionChanged, selectionListChanged, setGraph, setPrefs, unDisplayAsMarked, unDisplayAsMarkedMethods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseReleased, mouseWheelMovedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mouseReleasedMethods inherited from interface java.awt.event.MouseMotionListener
mouseDragged
-
Constructor Details
-
IPK_AdvancedLabelTool
public IPK_AdvancedLabelTool()
-
-
Method Details
-
mousePressed
Description copied from class:AdvancedLabelToolInvoked if user presses mouse button.- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classAdvancedLabelTool- Parameters:
e- the mouse event
-