scala.swing.GridBagPanel

Constraints

class Constraints extends Proxy

Source
GridBagPanel.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Constraints
  2. Proxy
  3. AnyRef
  4. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Constraints()

  2. new Constraints(gridx: Int, gridy: Int, gridwidth: Int, gridheight: Int, weightx: Double, weighty: Double, anchor: Int, fill: Int, insets: Insets, ipadx: Int, ipady: Int)

  3. new Constraints(peer: GridBagConstraints)

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Constraints to StringAdd[Constraints] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Constraints, B)

    Implicit information
    This member is added by an implicit conversion from Constraints to ArrowAssoc[Constraints] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def anchor: GridBagPanel.Anchor.Value

  9. def anchor_=(a: GridBagPanel.Anchor.Value): Unit

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def ensuring(cond: (Constraints) ⇒ Boolean, msg: ⇒ Any): Constraints

    Implicit information
    This member is added by an implicit conversion from Constraints to Ensuring[Constraints] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Constraints) ⇒ Boolean): Constraints

    Implicit information
    This member is added by an implicit conversion from Constraints to Ensuring[Constraints] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Constraints

    Implicit information
    This member is added by an implicit conversion from Constraints to Ensuring[Constraints] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Constraints

    Implicit information
    This member is added by an implicit conversion from Constraints to Ensuring[Constraints] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(that: Any): Boolean

    Definition Classes
    Proxy → Any
  18. def fill: GridBagPanel.Fill.Value

  19. def fill_=(f: GridBagPanel.Fill.Value): Unit

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from Constraints to StringFormat[Constraints] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def grid: (Int, Int)

  24. def grid_=(c: (Int, Int)): Unit

  25. def gridheight: Int

  26. def gridheight_=(h: Int): Unit

  27. def gridwidth: Int

  28. def gridwidth_=(w: Int): Unit

  29. def gridx: Int

  30. def gridx_=(x: Int): Unit

  31. def gridy: Int

  32. def gridy_=(y: Int): Unit

  33. def hashCode(): Int

    Definition Classes
    Proxy → Any
  34. def insets: Insets

  35. def insets_=(i: Insets): Unit

  36. def ipadx: Int

  37. def ipadx_=(x: Int): Unit

  38. def ipady: Int

  39. def ipady_=(y: Int): Unit

  40. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  44. val peer: GridBagConstraints

  45. def self: GridBagConstraints

    Definition Classes
    ConstraintsProxy
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    Proxy → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. def weightx: Double

  52. def weightx_=(x: Double): Unit

  53. def weighty: Double

  54. def weighty_=(y: Double): Unit

  55. def [B](y: B): (Constraints, B)

    Implicit information
    This member is added by an implicit conversion from Constraints to ArrowAssoc[Constraints] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Constraints to StringAdd[Constraints]

Inherited by implicit conversion StringFormat from Constraints to StringFormat[Constraints]

Inherited by implicit conversion Ensuring from Constraints to Ensuring[Constraints]

Inherited by implicit conversion ArrowAssoc from Constraints to ArrowAssoc[Constraints]

Ungrouped