A pane that can host nested internal windows (represented by InternalFrame).
A pane that can host nested internal windows (represented by InternalFrame).
- Companion
- object
Type members
Inherited classlikes
Value members
Concrete methods
Indicates how dragged frames will be animated.
Indicates how dragged frames will be animated.
- Returns
either
LiveDragMode
orOutlineDragMode
.
Specifies how dragged frames will be animated.
Specifies how dragged frames will be animated.
- Value Params
- newMode
either
DragMode.Live
orDragMode.Outline
.
Returns all internal frames in this pane, including iconified ones.
Returns all internal frames in this pane, including iconified ones.
- Returns
a list of internal frames.
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