Class/Object

scalismo.ui.control.interactor.landmark.complex.posterior

PosteriorReadyForEditing

Related Docs: object PosteriorReadyForEditing | package posterior

Permalink

class PosteriorReadyForEditing[InteractorType <: ComplexLandmarkingInteractor[InteractorType]] extends ReadyForEditing[InteractorType]

Linear Supertypes
ReadyForEditing[InteractorType], Delegate[InteractorType], DelegatedInteractor[ComplexLandmarkingInteractor[InteractorType]], Interactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PosteriorReadyForEditing
  2. ReadyForEditing
  3. Delegate
  4. DelegatedInteractor
  5. Interactor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PosteriorReadyForEditing()(implicit parent: InteractorType)

    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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def keyPressed(e: KeyEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  13. def keyReleased(e: KeyEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  14. def keyTyped(e: KeyEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  15. def mouseClicked(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    ReadyForEditingInteractor
  16. def mouseDragged(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  17. def mouseEntered(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  18. def mouseExited(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  19. def mouseMoved(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    ReadyForEditingInteractor
  20. def mousePressed(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    ReadyForEditingInteractor
  21. def mouseReleased(e: MouseEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  22. def mouseWheelMoved(e: MouseWheelEvent): Verdict

    Permalink
    Definition Classes
    Interactor
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def onActivated(frame: ScalismoFrame): Unit

    Permalink

    This method is invoked when an interactor is activated in a frame.

    This method is invoked when an interactor is activated in a frame.

    It can be used to initialize the interactor state, or to add UI elements (e.g. toolbar buttons) to the frame.

    Definition Classes
    Interactor
  27. def onDeactivated(frame: ScalismoFrame): Unit

    Permalink

    This method is invoked when an interactor is deactivated, i.e., removed.

    This method is invoked when an interactor is deactivated, i.e., removed.

    It should clean up / revert any changes that the interactor made to the UI.

    Definition Classes
    Interactor
  28. def onLandmarkCreationToggled(): Unit

    Permalink
    Definition Classes
    ReadyForEditingDelegate
  29. implicit val parent: ComplexLandmarkingInteractor[InteractorType]

    Permalink
    Definition Classes
    ReadyForEditingDelegatedInteractor
  30. implicit def pimpEvent[E <: InputEvent](event: E): PimpedEvent[E]

    Permalink
    Attributes
    protected
    Definition Classes
    Interactor
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def transitionToEditing(modelLm: LandmarkNode, targetLm: LandmarkNode): Unit

    Permalink
  34. def transitionToEditing(lm: LandmarkNode): Unit

    Permalink
    Definition Classes
    ReadyForEditing
  35. def transitionToReadyForCreating(): Unit

    Permalink
  36. final def wait(): Unit

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

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

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

Inherited from ReadyForEditing[InteractorType]

Inherited from Delegate[InteractorType]

Inherited from DelegatedInteractor[ComplexLandmarkingInteractor[InteractorType]]

Inherited from Interactor

Inherited from AnyRef

Inherited from Any

Ungrouped