class ClickControl[S <: Sys[S]] 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
- All
Instance Constructors
- new ClickControl(main: NuagesPanel[S])
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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(arg0: VisualItem, arg1: KeyEvent): Unit
- Definition Classes
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )