Apache NetBeans Wiki Index

Note: These pages are being reviewed.

Which TopComponents are open?

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

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

Apache Migration Information

The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.

This page was exported from http://wiki.netbeans.org/DevFaqWindowsOpenTopComponents , that was last modified by NetBeans user Skygo on 2013-12-17T22:38:32Z.

NOTE: This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed.