object Size
- Alphabetic
- By Inheritance
- Size
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- val Default: Int
- val Infinite: Int
- val Preferred: Int
-
def
apply(comp: Component, min: Int, pref: Int, max: Int): Element
Specifies size constraints for this component.
Specifies size constraints for this component.
- min
minimum size >= 0 (or one of
UseDefault,UsePreferredandInfinite)- pref
preferred size >= 0 (or one of
UseDefault,UsePreferredandInfinite)- max
maximum size >= 0 (or one of
UseDefault,UsePreferredandInfinite)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fill(comp: Component, min: Int = Default, pref: Int = Default, max: Int = Infinite): Element
Forces this component to be resizable (useful e.g.
Forces this component to be resizable (useful e.g. for buttons).
- comp
the component to constrain
- min
the minimum size. defaults to
Default- pref
the preferred size. defaults to
Default- max
the maximum size. defaults to
Infinite
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fixed(comp: Component, size: Int = Default): Element
Fixes the size of this component to a given or its default size.
Fixes the size of this component to a given or its default size. That is, both minimum and maximum size are set to the given preferred size.
- comp
the component to constrain
- size
the preferred size. defaults to
Default
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )