Class

de.sciss.swingplus.impl

CompactGridLayout

Related Doc: package impl

Permalink

class CompactGridLayout extends GridLayout

A variant of GridLayout that can be horizontally and/or vertically compacted.

Linear Supertypes
GridLayout, Serializable, LayoutManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompactGridLayout
  2. GridLayout
  3. Serializable
  4. LayoutManager
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompactGridLayout(rows: Int, cols: Int)

    Permalink
  2. new CompactGridLayout(rows: Int, cols: Int, hgap: Int, vgap: Int)

    Permalink

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. def addLayoutComponent(arg0: String, arg1: Component): Unit

    Permalink
    Definition Classes
    GridLayout → LayoutManager
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compact: Boolean

    Permalink
  8. var compactColumns: Boolean

    Permalink
  9. var compactRows: Boolean

    Permalink
  10. def compact_=(value: Boolean): Unit

    Permalink

    Sets both horizontal and vertical compaction flag.

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getColumns(): Int

    Permalink
    Definition Classes
    GridLayout
  16. def getHgap(): Int

    Permalink
    Definition Classes
    GridLayout
  17. def getRows(): Int

    Permalink
    Definition Classes
    GridLayout
  18. def getVgap(): Int

    Permalink
    Definition Classes
    GridLayout
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def layoutContainer(parent: Container): Unit

    Permalink
    Definition Classes
    CompactGridLayout → GridLayout → LayoutManager
  22. def minimumLayoutSize(parent: Container): Dimension

    Permalink
    Definition Classes
    CompactGridLayout → GridLayout → LayoutManager
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def preferredLayoutSize(parent: Container): Dimension

    Permalink
    Definition Classes
    CompactGridLayout → GridLayout → LayoutManager
  27. def removeLayoutComponent(arg0: Component): Unit

    Permalink
    Definition Classes
    GridLayout → LayoutManager
  28. def setColumns(arg0: Int): Unit

    Permalink
    Definition Classes
    GridLayout
  29. def setHgap(arg0: Int): Unit

    Permalink
    Definition Classes
    GridLayout
  30. def setRows(arg0: Int): Unit

    Permalink
    Definition Classes
    GridLayout
  31. def setVgap(arg0: Int): Unit

    Permalink
    Definition Classes
    GridLayout
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from GridLayout

Inherited from Serializable

Inherited from LayoutManager

Inherited from AnyRef

Inherited from Any

Ungrouped