KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JLayeredPane

javax.swing
Class JLayeredPane

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JLayeredPane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
JDesktopPane
See Also:
Top Examples, Source Code, XMLEncoder

protected void addImpl(Component comp,
                       Object constraints,
                       int index)
See Also:
LayoutManager2, LayoutManager, Container.add(Component, java.lang.Object), Container.add(Component, int), Container.add(Component)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer DEFAULT_LAYER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer DRAG_LAYER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer FRAME_CONTENT_LAYER
See Also:
JFrame
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AccessibleContext getAccessibleContext()
See Also:
JComponent, Accessible
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getComponentCountInLayer(int layer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Component[] getComponentsInLayer(int layer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Hashtable<Component,Integer> getComponentToLayer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIndexOf(Component c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLayer(Component c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int getLayer(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static JLayeredPane getLayeredPaneAbove(Component c)
See Also:
JRootPane, JFrame
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Integer getObjectForLayer(int layer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPosition(Component c)
See Also:
getComponentCountInLayer(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int highestLayer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int insertIndexForLayer(int layer,
                                  int position)
See Also:
getIndexOf(java.awt.Component)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isOptimizedDrawingEnabled()
See Also:
JComponent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JLayeredPane()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String LAYER_PROPERTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int lowestLayer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer MODAL_LAYER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void moveToBack(Component c)
See Also:
setPosition(Component, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void moveToFront(Component c)
See Also:
setPosition(Component, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g)
See Also:
JComponent.repaint(long, int, int, int, int), JComponent.getComponentGraphics(java.awt.Graphics), JComponent.paintChildren(java.awt.Graphics), JComponent.paintBorder(java.awt.Graphics), JComponent.paintComponent(java.awt.Graphics)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer PALETTE_LAYER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String paramString()
See Also:
JComponent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer POPUP_LAYER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void putLayer(JComponent c,
                            int layer)
See Also:
setLayer(java.awt.Component, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void remove(int index)
See Also:
getIndexOf(java.awt.Component), Container
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeAll()
See Also:
Container.remove(int), Container.add(java.awt.Component)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLayer(Component c,
                     int layer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLayer(Component c,
                     int layer,
                     int position)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPosition(Component c,
                        int position)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags