A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.12.14/scala-swing/scala/swing/ below:

  •  abstract class AbstractButton extends Component with Wrapper with Publisher

    Base class of all button-like widgets, such as push buttons, check boxes, and radio buttons.

  •  abstract class Action extends AnyRef

    An abstract action to be performed in reaction to user input.

  •  trait Adjustable extends Oriented
  •  abstract class Applet extends JApplet

    Clients should implement the ui field.

  •  class BorderPanel extends Panel with LayoutContainer

    A container that arranges its children around a central component that takes most of the space.

  •  class BoxPanel extends Panel with Wrapper

    A panel that lays out its contents one after the other, either horizontally or vertically.

  •  abstract class BufferWrapper[A] extends Buffer[A]

    Default partial implementation for buffer adapters.

  •  class Button extends AbstractButton with Publisher

    A button that can be clicked, usually to perform some action.

  •  class ButtonGroup extends AnyRef

    A button mutex.

  •  class CheckBox extends ToggleButton

    Two state button that can either be checked or unchecked.

  •  class CheckMenuItem extends MenuItem

    A menu item with a check box.

  •  type Color = java.awt.Color
  •  class ColorChooser extends Component
  •  class ComboBox[A] extends Component with Publisher

    Let's the user make a selection from a list of predefined items.

  •  abstract class Component extends UIElement

    Base class for all UI elements that can be displayed in a window.

  •  trait Container extends UIElement

    The base traits for UI elements that can contain Components.

  •  class Dialog extends Window with RichWindow

    A dialog window.

  •  type Dimension = java.awt.Dimension
  •  class EditorPane extends TextComponent

    A text component that allows multiline text input and display.

  •  class FileChooser extends AnyRef

    Used to open file dialogs.

  •  class FlowPanel extends Panel with Wrapper

    A panel that arranges its contents horizontally, one after the other.

  •  type Font = java.awt.Font
  •  class FormattedTextField extends TextComponent

    A text field with formatted input.

  •  class Frame extends Window with RichWindow

    A window with decoration such as a title, border, and action buttons.

  •  type Graphics2D = java.awt.Graphics2D
  •  class GridBagPanel extends Panel with LayoutContainer

    A panel that arranges its children in a grid.

  •  class GridPanel extends Panel with Wrapper

    A panel that lays out its contents in a uniform grid.

  •  type Image = java.awt.Image
  •  type Insets = java.awt.Insets
  •  class Label extends Component

    A label component that display either a text, an icon, or both.

  •  trait LayoutContainer extends Wrapper

    A container that associates layout constraints of member type Constraints with its children.

  •  class ListView[A] extends Component

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

  •  class MainFrame extends Frame

    A frame that can be used for main application windows.

  •  class Menu extends MenuItem with Wrapper

    A menu.

  •  class MenuBar extends Component with Wrapper

    A menu bar.

  •  class MenuItem extends AbstractButton

    A menu item that can be used in a menu.

  •  trait Orientable extends Oriented

    An Oriented whose orientation can be changed.

  •  trait Oriented extends AnyRef

    Something that can have an orientation.

  •  abstract class Panel extends Component with Wrapper

    A component that can contain other components.

  •  class PasswordField extends TextField

    A password field, that displays a replacement character for each character in the password.

  •  type Point = java.awt.Point
  •  class PopupMenu extends Component with Wrapper with Publisher

    A popup menu.

  •  class ProgressBar extends Component with Wrapper

    A bar indicating progress of some action.

  •  trait Publisher extends Reactor

    Notifies registered reactions when an event is published.

  •  class RadioButton extends ToggleButton

    A two state button that is usually used in a ButtonGroup together with other RadioButtons, in order to indicate that at most one of them can be selected.

  •  class RadioMenuItem extends MenuItem

    A menu item with a radio button.

  •  abstract class Reactions extends Reaction

    Used by reactors to let clients register custom event reactions.

  •  trait Reactor extends AnyRef

    The counterpart to publishers.

  •  type Rectangle = java.awt.Rectangle
  •  abstract class RefBuffer[A <: AnyRef] extends Buffer[A] with SingleRefCollection[A]
  •  sealed trait RichWindow extends Window

    A window that adds some functionality to the plain Window class and serves as the common base class for frames and dialogs.

  •  trait RootPanel extends Container

    The root of a component hierarchy.

  •  class ScrollBar extends Component with Wrapper with Wrapper
  •  class ScrollPane extends Component with Container

    Can have at most a single child component, which will be put inside a canvas (the viewport) that can be scrolled.

  •  trait Scrollable extends Component

    A component that is specially suitable for being placed inside a ScrollPane.

  •  class Separator extends Component with Wrapper

    A bar that can be used a separator, most commonly in menus.

  •  trait SequentialContainer extends Container

    A container for which a sequential order of children makes sense, such as flow panels, or menus.

  •  abstract class SimpleSwingApplication extends SwingApplication

    Extend this class for most simple UI applications.

  •  class Slider extends Component with Wrapper with Publisher

    Lets users select a value from a given range.

  •  class SplitPane extends Component with Container with Wrapper

    A container with exactly two children.

  •  abstract class SwingApplication extends Reactor

    Convenience class with utility methods for GUI applications.

  •  class TabbedPane extends Component with Publisher

    Displays the contents of one of several pages at a time.

  •  class Table extends Component with Wrapper

    Displays a matrix of items.

  •  class TextArea extends TextComponent with HasColumns with HasRows

    A text component that allows multiline text input and display.

  •  class TextComponent extends Component with Publisher

    A component that allows some kind of text input and display.

  •  class TextField extends TextComponent with HasColumns with Wrapper

    A text component that allows single line text input and display.

  •  class TextPane extends TextComponent

    A text component used to model styled paragraphs of text.

  •  class ToggleButton extends AbstractButton

    A two state button with a push button like user interface.

  •  class ToolBar extends Component with Wrapper

    Like a menu, a way to map text or icons to actions; but detachable from the rest of the user interface.

  •  trait UIElement extends Proxy with LazyPublisher

    The base trait of all user interface elements.

  •  abstract class Window extends UIElement with RootPanel with Publisher

    A window with decoration such as a title, border, and action buttons.


  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4