|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultiContainerFrame
An interface for frames that can have multiple containers. Classes that implement this interface are required to be subclasses of JFrame.
I added this interface so that FormEditor could be contained in frames that were not instances of LayoutFrame. LayoutFrame implements this interface.
| Method Summary | |
|---|---|
void |
addContainer(java.lang.String name,
java.awt.Container container)
Add a container with the specified name. |
boolean |
hasContainer(java.lang.String name)
Return true if the frame has a container with the specified name. |
void |
removeContainer(java.lang.String name)
Remove the container with the specified name. |
| Method Detail |
|---|
void addContainer(java.lang.String name,
java.awt.Container container)
name - The name of the container.container - The container.boolean hasContainer(java.lang.String name)
name - The name of the container.void removeContainer(java.lang.String name)
name - The name of the container.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||