Class

net.sf.jguiraffe.gui.platform.javafx.builder.utils

JavaFxMessageOutputBase

Related Doc: package utils

Permalink

class JavaFxMessageOutputBase extends MessageOutput with BeanContextClient

An abstract base class for the JavaFX-specific MessageOutput implementation.

This base implements all the functionality for displaying message boxes of different types. To achieve this, it relies on certain providers for obtaining the various elements for constructing message boxes. Which concrete providers to be used has to be defined for concrete sub classes by mixing in the corresponding traits.

A concrete subclass is typically defined in the bean context of a JGUIraffe application. Note that the required dependencies cannot be injected directly because this would lead to cyclic references (the MessageOutput implementation is passed to the ApplicationContext object at creation time; the ApplicationContext is also needed by this object.)

Implementation note: This class is not thread-safe. It is expected to be used only in the JavaFX thread.

Self Type
JavaFxMessageOutputBase with MessageOutputStageProvider with MessageOutputButtonProvider with MessageOutputIconProvider
Linear Supertypes
BeanContextClient, MessageOutput, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaFxMessageOutputBase
  2. BeanContextClient
  3. MessageOutput
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaFxMessageOutputBase(maximumTextWidth: Double)

    Permalink

    maximumTextWidth

    the maximum width of the label for displaying the message text; if the text is wider, it is wrapped

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. val maximumTextWidth: Double

    Permalink

    the maximum width of the label for displaying the message text; if the text is wider, it is wrapped

  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. def setBeanContext(context: BeanContext): Unit

    Permalink

    Initializes the bean context.

    Initializes the bean context. This method is called by the injection framework.

    context

    the BeanContext

    Definition Classes
    JavaFxMessageOutputBase → BeanContextClient
  17. def show(parent: Window, message: Any, title: String, messageType: Int, buttonType: Int): Int

    Permalink
    Definition Classes
    JavaFxMessageOutputBase → MessageOutput
  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from BeanContextClient

Inherited from MessageOutput

Inherited from AnyRef

Inherited from Any

Ungrouped