|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alchemy.core.AlcToolBarSubSection
public class AlcToolBarSubSection
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 |
---|
public AlcToolBarSubSection(AlcModule module)
Method Detail |
---|
public void add(java.awt.Component comp)
comp
- The component to addpublic void remove(java.awt.Component comp)
comp
- The component to removepublic void revalidate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |