Package org.fest.swing.hierarchy
Class JInternalFrameDesktopPaneQuery
java.lang.Object
org.fest.swing.hierarchy.JInternalFrameDesktopPaneQuery
Understands an action, executed in the event dispatch thread, that returns the desktop the given
JInternalFrame
belongs to when iconified.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static JDesktopPane
desktopPaneOf
(JInternalFrame internalFrame)
-
Constructor Details
-
JInternalFrameDesktopPaneQuery
private JInternalFrameDesktopPaneQuery()
-
-
Method Details
-
desktopPaneOf
-