|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.ui.HeaderGroup
public final class HeaderGroup
A HeaderGroup co-ordinates the display of components under a Header, hiding and showing them as required as the header is toggled.
The intent here is that, rather than adding the components under a header to a JPanel or other container, you associate them with a HeaderGroup instead (in much the same way that ButtonGroup
works for toggle buttons). This gives you the freedom to have a single layout across all collapsable regions.
Constructor Summary | |
---|---|
HeaderGroup(Header header) Creates a HeaderGroup for the specified header component. |
Method Summary | |
---|---|
void |
add(java.awt.Component c) Adds a component to this header group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderGroup(Header header)
header
- a header component. Must not be null.Method Detail |
---|
public void add(java.awt.Component c)
Header
is collapsed.c
-
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |