FreeHEP API
Version current

org.freehep.swing.graphics
Class StackedPanel.PanelArray

java.lang.Object
  extended byorg.freehep.swing.graphics.StackedPanel.PanelArray
Enclosing class:
StackedPanel

protected class StackedPanel.PanelArray
extends Object

A protected class which simply wraps the set of Panels which form the sublayers of a particular layer.

Source Code:
StackedPanel.PanelArray.java

Constructor Summary
StackedPanel.PanelArray(JComponent[] panels)
           
 
Method Summary
 void clear()
           
 JComponent getComponent(int index)
           
 Component[] getComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackedPanel.PanelArray

public StackedPanel.PanelArray(JComponent[] panels)
Method Detail

getComponents

public Component[] getComponents()

getComponent

public JComponent getComponent(int index)

clear

public void clear()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.