All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class guinea.awt.ComponentGroup
java.lang.Object
   |
   +----guinea.awt.ComponentGroup
  -  public class ComponentGroup
  
-  extends Object
  
  Constructor Index
  -   · 
	ComponentGroup()
  
 -  
 
  Method Index
  -   · 
	add(Object)
  
 -  
  
 -   · 
	add(Object, ComponentGroupEntry)
  
 -  
  
 -   · 
	componentEntries()
  
 -  
  
 -   · 
	components()
  
 -  
  
 -   · 
	getComponentInfo(Object)
  
 -  
  
 -   · 
	newComponentGroupEntry(Object)
  
 -  
  
 -   · 
	remove(Object)
  
 -  
  
 -   · 
	setBackground(Color)
  
 -  
  
 -   · 
	setEnabled(boolean)
  
 -  
  
 -   · 
	setFont(Font)
  
 -  
  
 -   · 
	setForeground(Color)
  
 -  
  
 -   · 
	setVisible(boolean)
  
 -  
 
  Constructors
 · 
ComponentGroup
 public ComponentGroup()
  Methods
 · 
add
 public void add(Object comp)
 · 
add
 protected void add(Object comp,
                    ComponentGroupEntry info)
 · 
remove
 public Object remove(Object comp)
 · 
components
 public Enumeration components()
 · 
componentEntries
 protected Enumeration componentEntries()
 · 
getComponentInfo
 protected ComponentGroupEntry getComponentInfo(Object c)
 · 
newComponentGroupEntry
 protected ComponentGroupEntry newComponentGroupEntry(Object component)
 · 
setEnabled
 public void setEnabled(boolean enable)
 · 
setVisible
 public void setVisible(boolean visible)
 · 
setFont
 public void setFont(Font font)
 · 
setForeground
 public void setForeground(Color color)
 · 
setBackground
 public void setBackground(Color color)
All Packages  Class Hierarchy  This Package  Previous  Next  Index