Packages

class ConnectControl[T <: Txn[T]] extends ControlAdapter with PaintListener

Self Type
ConnectControl[T]
Linear Supertypes
PaintListener, ControlAdapter, Control, KeyListener, MouseWheelListener, MouseMotionListener, MouseListener, EventListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectControl
  2. PaintListener
  3. ControlAdapter
  4. Control
  5. KeyListener
  6. MouseWheelListener
  7. MouseMotionListener
  8. MouseListener
  9. EventListener
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConnectControl(main: NuagesPanel[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def isEnabled(): Boolean
    Definition Classes
    ControlAdapter → Control
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def itemClicked(arg0: VisualItem, arg1: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control
  13. def itemDragged(vi: VisualItem, e: MouseEvent): Unit
    Definition Classes
    ConnectControl → ControlAdapter → Control
  14. def itemEntered(arg0: VisualItem, arg1: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control
  15. def itemExited(arg0: VisualItem, arg1: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control
  16. def itemKeyPressed(arg0: VisualItem, arg1: KeyEvent): Unit
    Definition Classes
    ControlAdapter → Control
  17. def itemKeyReleased(arg0: VisualItem, arg1: KeyEvent): Unit
    Definition Classes
    ControlAdapter → Control
  18. def itemKeyTyped(arg0: VisualItem, arg1: KeyEvent): Unit
    Definition Classes
    ControlAdapter → Control
  19. def itemMoved(arg0: VisualItem, arg1: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control
  20. def itemPressed(vi: VisualItem, e: MouseEvent): Unit
    Definition Classes
    ConnectControl → ControlAdapter → Control
  21. def itemReleased(vi: VisualItem, e: MouseEvent): Unit
    Definition Classes
    ConnectControl → ControlAdapter → Control
  22. def itemWheelMoved(arg0: VisualItem, arg1: MouseWheelEvent): Unit
    Definition Classes
    ControlAdapter → Control
  23. def keyPressed(arg0: KeyEvent): Unit
    Definition Classes
    ControlAdapter → Control → KeyListener
  24. def keyReleased(arg0: KeyEvent): Unit
    Definition Classes
    ControlAdapter → Control → KeyListener
  25. def keyTyped(arg0: KeyEvent): Unit
    Definition Classes
    ControlAdapter → Control → KeyListener
  26. def mouseClicked(arg0: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control → MouseListener
  27. def mouseDragged(arg0: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control → MouseMotionListener
  28. def mouseEntered(arg0: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control → MouseListener
  29. def mouseExited(arg0: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control → MouseListener
  30. def mouseMoved(e: MouseEvent): Unit

    Bug in Prefuse: With Ctrl+Mouse we lose the item.

    Bug in Prefuse: With Ctrl+Mouse we lose the item. So make sure we continue to track the motion and eventually kill the edge

    Definition Classes
    ConnectControl → ControlAdapter → Control → MouseMotionListener
  31. def mousePressed(arg0: MouseEvent): Unit
    Definition Classes
    ControlAdapter → Control → MouseListener
  32. def mouseReleased(e: MouseEvent): Unit

    Bug in Prefuse: With Ctrl+Mouse we lose the item.

    Bug in Prefuse: With Ctrl+Mouse we lose the item. So make sure we continue to track the motion and eventually kill the edge

    Definition Classes
    ConnectControl → ControlAdapter → Control → MouseListener
  33. def mouseWheelMoved(arg0: MouseWheelEvent): Unit
    Definition Classes
    ControlAdapter → Control → MouseWheelListener
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def postPaint(d: Display, g: Graphics2D): Unit
    Definition Classes
    ConnectControl → PaintListener
  38. def prePaint(d: Display, g: Graphics2D): Unit
    Definition Classes
    ConnectControl → PaintListener
  39. def setEnabled(arg0: Boolean): Unit
    Definition Classes
    ControlAdapter → Control
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PaintListener

Inherited from ControlAdapter

Inherited from Control

Inherited from KeyListener

Inherited from MouseWheelListener

Inherited from MouseMotionListener

Inherited from MouseListener

Inherited from EventListener

Inherited from AnyRef

Inherited from Any

Ungrouped