org.alchemy.core
Class AlcToolBarSubSection

java.lang.Object
  extended by org.alchemy.core.AlcToolBarSubSection

public class AlcToolBarSubSection
extends java.lang.Object

A 'section' added to the subtoolbar by a module
Contaning subbuttons, subsliders, sublabels etc...


Constructor Summary
AlcToolBarSubSection(AlcModule module)
           
 
Method Summary
 void add(java.awt.Component comp)
          Add content
 void remove(java.awt.Component comp)
          Remove content
 void revalidate()
          Revalidate the content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlcToolBarSubSection

public AlcToolBarSubSection(AlcModule module)
Method Detail

add

public void add(java.awt.Component comp)
Add content

Parameters:
comp - The component to add

remove

public void remove(java.awt.Component comp)
Remove content

Parameters:
comp - The component to remove

revalidate

public void revalidate()
Revalidate the content