LightweightPeer
Name
LightweightPeer
Description
Lightweight
Peer
is an interface that defines the basis for components that don't have a visual representation. When you directly subclass Component or Container, a LightweightPeer
is used.
Interface Definition
public abstract interface java.awt.peer.LightweightPeer extends java.awt.peer.ComponentPeer { }
See Also
ComponentPeer