A component that displays a number of elements in a list. A list view does not support inline editing of items. If you need it, use a table view instead.
A component that displays a number of elements in a list. A list view does not support inline editing of items. If you need it, use a table view instead.
Named ListView
to avoid a clash with the frequently used
scala.List
- See also
javax.swing.JList
- Companion
- object
Type members
Classlikes
Value members
Constructors
Concrete methods
Inherited methods
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
- Inherited from
- Reactor
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
- Inherited from
- Reactor
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
- Inherited from
- Component