JLayeredPane

GPTKB entity

Statements (27)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/javax/swing/JLayeredPane.html
gptkbp:hasConstant DEFAULT_LAYER
DRAG_LAYER
MODAL_LAYER
PALETTE_LAYER
POPUP_LAYER
gptkbp:hasMethod getComponentCountInLayer(int layer)
getComponentsInLayer(int layer)
getLayer(Component c)
getPosition(Component c)
moveToBack(Component c)
moveToFront(Component c)
setLayer(Component c, int layer)
setPosition(Component c, int position)
addImpl(Component comp, Object constraints, int index)
https://www.w3.org/2000/01/rdf-schema#label JLayeredPane
gptkbp:implementedIn Accessible
Serializable
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:parent gptkb:JComponent
gptkbp:partOf javax.swing package
gptkbp:subclassOf gptkb:JComponent
gptkbp:usedFor managing overlapping components
gptkbp:usedIn Swing GUI applications
gptkbp:bfsParent gptkb:Java_Swing
gptkbp:bfsLayer 7