class ClickControl[T <: Txn[T]] extends ControlAdapter
A mouse control for interacting with the display surface as well as with nodes and edges.
- meta-click on surface: zoom-to-fit - meta-click on node: zoom to fit node - control-click on surface or node: pan to mouse coordinate - double-click on surface: show generator dialog - double-click on edge : show filter dialog - alt-click on edge: delete edge
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- ClickControl
 - ControlAdapter
 - Control
 - KeyListener
 - MouseWheelListener
 - MouseMotionListener
 - MouseListener
 - EventListener
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new ClickControl(main: NuagesPanel[T])
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def isEnabled(): Boolean
- Definition Classes
 - ControlAdapter → Control
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def itemClicked(arg0: VisualItem, arg1: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemDragged(arg0: VisualItem, arg1: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemEntered(arg0: VisualItem, arg1: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemExited(arg0: VisualItem, arg1: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemKeyPressed(vi: VisualItem, e: KeyEvent): Unit
- Definition Classes
 - ClickControl → ControlAdapter → Control
 
 -    def itemKeyReleased(arg0: VisualItem, arg1: KeyEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemKeyTyped(arg0: VisualItem, arg1: KeyEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemMoved(arg0: VisualItem, arg1: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemPressed(vi: VisualItem, e: MouseEvent): Unit
- Definition Classes
 - ClickControl → ControlAdapter → Control
 
 -    def itemReleased(arg0: VisualItem, arg1: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def itemWheelMoved(arg0: VisualItem, arg1: MouseWheelEvent): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -    def keyPressed(arg0: KeyEvent): Unit
- Definition Classes
 - ControlAdapter → Control → KeyListener
 
 -    def keyReleased(arg0: KeyEvent): Unit
- Definition Classes
 - ControlAdapter → Control → KeyListener
 
 -    def keyTyped(arg0: KeyEvent): Unit
- Definition Classes
 - ControlAdapter → Control → KeyListener
 
 -    def mouseClicked(arg0: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseListener
 
 -    def mouseDragged(arg0: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseMotionListener
 
 -    def mouseEntered(arg0: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseListener
 
 -    def mouseExited(arg0: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseListener
 
 -    def mouseMoved(arg0: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseMotionListener
 
 -    def mousePressed(e: MouseEvent): Unit
- Definition Classes
 - ClickControl → ControlAdapter → Control → MouseListener
 
 -    def mouseReleased(arg0: MouseEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseListener
 
 -    def mouseWheelMoved(arg0: MouseWheelEvent): Unit
- Definition Classes
 - ControlAdapter → Control → MouseWheelListener
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def setEnabled(arg0: Boolean): Unit
- Definition Classes
 - ControlAdapter → Control
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
 - Deprecated