Which TopComponents are open?

Apache NetBeans Wiki Index

Note: These pages are being reviewed.

If you need to know which TopComponents are opened use the following:

for (TopComponent tc : TopComponent.getRegistry().getOpened()) {
	//Code here
}