public interface AreaLayout
Modifier and Type | Method and Description |
---|---|
void |
add(javax.swing.JComponent comp,
Alignment alignment)
Add the given component to the specified area
|
void |
doLayout()
Build the view and present all registered components on the
initially set container.
|
void |
init(javax.swing.JComponent container)
Initiate the layout with the given
JComponent as root
container. |
void |
remove(javax.swing.JComponent comp)
Removes the given component from whatever area it
was previously added to.
|
void |
setContainerWatcher(javax.swing.event.ChangeListener listener)
Registers a
ChangeListener to be notified when
the selection in a JTabbedPane changes. |
void |
setTabLocalizer(Localizer localizer)
Changes the
Localizer to be used for localizing
tab components. |
void |
toggle(javax.swing.JComponent comp)
Maximizes or minimizes the given component.
|
void doLayout()
void init(javax.swing.JComponent container)
JComponent
as root
container.void add(javax.swing.JComponent comp, Alignment alignment)
void remove(javax.swing.JComponent comp)
comp
- void toggle(javax.swing.JComponent comp)
void setContainerWatcher(javax.swing.event.ChangeListener listener)
ChangeListener
to be notified when
the selection in a JTabbedPane
changes.void setTabLocalizer(Localizer localizer)
Localizer
to be used for localizing
tab components.