Class/Object

de.sciss.nuages

ConnectControl

Related Docs: object ConnectControl | package nuages

Permalink

class ConnectControl[S <: Sys[S]] extends ControlAdapter with PaintListener

Self Type
ConnectControl[S]
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. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. def isEnabled(): Boolean

    Permalink
    Definition Classes
    ControlAdapter → Control
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def itemClicked(arg0: VisualItem, arg1: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  14. def itemDragged(vi: VisualItem, e: MouseEvent): Unit

    Permalink
    Definition Classes
    ConnectControl → ControlAdapter → Control
  15. def itemEntered(arg0: VisualItem, arg1: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  16. def itemExited(arg0: VisualItem, arg1: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  17. def itemKeyPressed(arg0: VisualItem, arg1: KeyEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  18. def itemKeyReleased(arg0: VisualItem, arg1: KeyEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  19. def itemKeyTyped(arg0: VisualItem, arg1: KeyEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  20. def itemMoved(arg0: VisualItem, arg1: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  21. def itemPressed(vi: VisualItem, e: MouseEvent): Unit

    Permalink
    Definition Classes
    ConnectControl → ControlAdapter → Control
  22. def itemReleased(vi: VisualItem, e: MouseEvent): Unit

    Permalink
    Definition Classes
    ConnectControl → ControlAdapter → Control
  23. def itemWheelMoved(arg0: VisualItem, arg1: MouseWheelEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  24. def keyPressed(arg0: KeyEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → KeyListener
  25. def keyReleased(arg0: KeyEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → KeyListener
  26. def keyTyped(arg0: KeyEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → KeyListener
  27. def mouseClicked(arg0: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → MouseListener
  28. def mouseDragged(arg0: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → MouseMotionListener
  29. def mouseEntered(arg0: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → MouseListener
  30. def mouseExited(arg0: MouseEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → MouseListener
  31. def mouseMoved(e: MouseEvent): Unit

    Permalink

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

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

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

    Permalink
    Definition Classes
    ControlAdapter → Control → MouseListener
  33. def mouseReleased(e: MouseEvent): Unit

    Permalink

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

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

    Definition Classes
    ConnectControl → ControlAdapter → Control → MouseListener
  34. def mouseWheelMoved(arg0: MouseWheelEvent): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control → MouseWheelListener
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def postPaint(d: Display, g: Graphics2D): Unit

    Permalink
    Definition Classes
    ConnectControl → PaintListener
  39. def prePaint(d: Display, g: Graphics2D): Unit

    Permalink
    Definition Classes
    ConnectControl → PaintListener
  40. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ControlAdapter → Control
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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