de.sciss

swingplus

package swingplus

Visibility
  1. Public
  2. All

Type Members

  1. final class ClientProperties extends AnyVal

    Swing component client properties are hidden accept for put and get.

  2. sealed trait CloseOperation extends AnyRef

  3. class ColorChooser extends Component

  4. class ComboBox[A] extends Component with Publisher

    Lets the user make a selection from a list of predefined items.

  5. class DoClickAction extends Action

    A simple action that visually triggers a given button.

  6. class GroupPanel extends Panel

    A panel that uses javax.swing.GroupLayout to visually arrange its components.

  7. final case class Labeled[A](value: A)(label: String) extends Product with Serializable

  8. trait LazyPublisher extends Publisher

    A publisher that subscribes itself to an underlying event source not before the first reaction is installed.

  9. class ListView[A] extends Component

    A component that displays a number of elements in a list.

  10. class OverlayPanel extends Panel with Wrapper

  11. class PaddedIcon extends Icon

  12. class PopupMenu extends Component with Wrapper with Publisher

    A popup menu component.

  13. class ScrollBar extends scala.swing.ScrollBar

    swing.

  14. class Separator extends Component

  15. class Spinner extends Component

  16. class SpinnerComboBox[A] extends ComboBox[A]

    A ComboBox for editable numbers.

  17. class SpinningProgressBar extends OverlayPanel

  18. class ToolBar extends Component with Wrapper

Value Members

  1. object CloseOperation

  2. object ColorChooser

    Wrapper for JColorChooser.

  3. object ComboBox

  4. object DoClickAction

  5. object DropMode

  6. object GroupPanel

  7. object Implicits

    Contains various extension methods for existing Swing components.

  8. object ListView

  9. object Separator

  10. package event

Ungrouped