class Constraints extends Proxy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Constraints
- Proxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Constraints()
- new Constraints(gridx: Int, gridy: Int, gridwidth: Int, gridheight: Int, weightx: Double, weighty: Double, anchor: Int, fill: Int, insets: Insets, ipadx: Int, ipady: Int)
- new Constraints(peer: GridBagConstraints)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def anchor: GridBagPanel.Anchor.Value
- def anchor_=(a: GridBagPanel.Anchor.Value): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Proxy → Any
- def fill: GridBagPanel.Fill.Value
- def fill_=(f: GridBagPanel.Fill.Value): Unit
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def grid: (Int, Int)
- def grid_=(c: (Int, Int)): Unit
- def gridheight: Int
- def gridheight_=(h: Int): Unit
- def gridwidth: Int
- def gridwidth_=(w: Int): Unit
- def gridx: Int
- def gridx_=(x: Int): Unit
- def gridy: Int
- def gridy_=(y: Int): Unit
- def hashCode(): Int
- Definition Classes
- Proxy → Any
- def insets: Insets
- def insets_=(i: Insets): Unit
- def ipadx: Int
- def ipadx_=(x: Int): Unit
- def ipady: Int
- def ipady_=(y: Int): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val peer: GridBagConstraints
- def self: Any
- Definition Classes
- Constraints → Proxy
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Proxy → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def weightx: Double
- def weightx_=(x: Double): Unit
- def weighty: Double
- def weighty_=(y: Double): Unit