| Interface | Description |
|---|---|
| TopComponent.Cloneable |
Each top component that wishes to be cloned should implement
this interface, so CloneAction can check it and call the cloneComponent
method.
|
| TopComponent.Registry |
Registry of all top components.
|
| Class | Description |
|---|---|
| DummyWindowManager |
Trivial window manager that just keeps track of "workspaces" and "modes"
according to contract but does not really use them, and just opens all
top components in their own frames.
|
| TopComponent |
Embeddable visual component to be displayed in the IDE.
|
| TopComponent.NodeName |
This class provides the connection between the node name and
a name of the component.
|