public interface SwingWindowManager extends WindowManager<Window>
Modifier and Type | Method and Description |
---|---|
String |
findInternalWindowName(JInternalFrame window)
Lookups a name related to a JInternalFrame.
|
Set<String> |
getInternalWindowNames()
Returns a set of names related to all JInternalFrames managed by this manager.
|
int |
indexOfInternal(JInternalFrame window)
Lookups the index related to a JInternalFrame.
|
attach, canShutdown, countVisibleWindows, detach, findWindow, findWindowName, getAt, getStartingWindow, getWindowNames, getWindows, hide, hide, indexOf, isAutoShutdown, onShutdown, show, show
@Nonnull Set<String> getInternalWindowNames()
@Nullable String findInternalWindowName(@Nonnull JInternalFrame window)
window
- the window to be looked upint indexOfInternal(@Nonnull JInternalFrame window)
window
- the window to be looked up