Search
RootControl Members
Methods
 


Interface used to communicate with host control.

The following tables list the members exposed by the RootControl type.

 Public Methods

  Name Description

associateJComponent

Associates a Swing JComponent with the source Component. Causes the former to be drawn directly above the source, covering its bounds entirely.

dissociateJComponent

Dissociates the Swing JComponent from the source Component. Does nothing if the is no JComponent currently associated.

invalidate

Invalidates the specified region of a component.

invalidateLayout

Invalidates layout of specified component.

 See Also