Activates an AWT container. We search for all child components and
replace any nested forms with a surrogate. This is needed for components
like JTabbedPanes where we can embed a form at design time.
Activates and shows the form in the application workspace. Additionally,
any nested forms are synchronized with the latest changes in the new
view. This is important because we can have multiple views of the same
form.
Deactivates an AWT container. We search for all child components and
replace any nested forms with a surrogate. This is needed for components
like JTabbedPanes where we can embed a form at design time.
DesActivates the forms in the given editor. Additionally, any nested
forms are synchronized with the latest changes in the new view. This is
important because we can have multiple views of the same form.
Installs the event handlers for this component (keyboard and mouse). We
need the componentsouce because some handlers are responsible for
creating child components in the form.
Installs the mouse and keyboard handlers for the given component. Note
that we don't do this in the GridComponent itself because handlers are
only installed in design mode.