Packages

abstract class AbstractAddressInput[Result] extends AnyRef

A view to select an IP address and port

Result

the type of result

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractAddressInput
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractAddressInput(viewTitle: String, message: String, onResultReady: (Result) ⇒ Unit, onDialogCanceled: (Unit) ⇒ Unit)(defaultIP: String = localIP, defaultPort: String = defaultPort)

    viewTitle

    the view title

    message

    the message to show the user

    onResultReady

    the action on result ready

    onDialogCanceled

    the action to do on dialog canceled

    defaultIP

    the default IP for IP field

    defaultPort

    default port for Port field

Abstract Value Members

  1. abstract def getResult: Result

    returns

    the result of user input

    Attributes
    protected

Concrete 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. var addressIpField: TextField
    Attributes
    protected
  5. var addressPortField: TextField
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bodyGridFill(gridPane: GridPane): Unit

    Fills the body grid of view

    Fills the body grid of view

    gridPane

    the grid to fill

    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def createIpAndPortFields(): (TextField, TextField)

    returns

    a pair of IP address and port TextFields

    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def ipAddressValid(ipAddress: String): Boolean

    Validates IP Address

    Validates IP Address

    ipAddress

    the ip address to validate

    returns

    true if IP address is valid, false otherwise

    Attributes
    protected
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def portValid(port: String): Boolean

    Validate port

    Validate port

    port

    the port to validate

    returns

    true if port is valid, false otherwise

    Attributes
    protected
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def updateButtonState(): Unit

    Updates the state of the button in view

    Updates the state of the button in view

    Attributes
    protected
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def wholeInputValid: Boolean

    returns

    true if whole input is valid, false otherwise

    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped