public interface TopComponentGroup
Importatnt note: Do not provide implementation of this interface unless you are window system provider!
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes all TopComponent's belonging to this group which have closing flag
switched on.
|
void |
open()
Opens all TopComponent's belonging to this group which have opening flag
switched on.
|