scalaswingcontrib.group

Groups

trait Groups extends Resizing with BaselineAnchors

Provides the definitions for parallel and vertical grouping.

Self Type
GroupPanel
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Groups
  2. BaselineAnchors
  3. Resizing
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BaselineAnchor extends AnyRef

    Allows to specify whether to anchor the baseline to the top or the bottom of a baseline-aligned parallel group.

  2. trait Group extends AnyRef

    A group of components, either parallel or sequential.

  3. class GroupInParallel extends GroupPanel.InParallel

    Wraps a group of components to extend it with actions only allowed inside a parallel group.

  4. class GroupInSequential extends GroupPanel.InSequential

    Wraps a group of components to extend it with actions only allowed inside a sequential group.

  5. trait InGroup[A <: G] extends AnyRef

    Elements with this trait may only appear in groups corresponding to the type A.

  6. class Resizability extends AnyRef

    Allows to specify whether a parallel group should be resizable or of fixed size.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val AnchorToBottom: GroupPanel.BaselineAnchor

    Anchor the baseline to the bottom of the group.

    Anchor the baseline to the bottom of the group.

    Definition Classes
    BaselineAnchors
  7. final val AnchorToTop: GroupPanel.BaselineAnchor

    Anchor the baseline to the top of the group.

    Anchor the baseline to the top of the group.

    Definition Classes
    BaselineAnchors
  8. final val FixedSize: GroupPanel.Resizability

    The corresponding parallel group should be of fixed size.

    The corresponding parallel group should be of fixed size.

    Definition Classes
    Resizing
  9. object Parallel

    Declares a parallel group, i.

  10. final val Resizable: GroupPanel.Resizability

    The corresponding parallel group should be resizable.

    The corresponding parallel group should be resizable.

    Definition Classes
    Resizing
  11. object Sequential

    Declares a sequential group, i.

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. implicit final def groupInParallel(grp: GroupPanel.Group): GroupPanel.GroupInParallel

    Implicit conversion that puts a group into the correct context on demand.

    Implicit conversion that puts a group into the correct context on demand.

    Attributes
    protected
  19. implicit final def groupInSequential(grp: GroupPanel.Group): GroupPanel.GroupInSequential

    Implicit conversion that puts a group into the correct context on demand.

    Implicit conversion that puts a group into the correct context on demand.

    Attributes
    protected
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaselineAnchors

Inherited from Resizing

Inherited from AnyRef

Inherited from Any

Ungrouped