public interface ManagedWindow
WindowManager#manageWindow(charger.util.ManagedWindow)
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
If there's a file associated with the window, return its name; null
otherwise.
|
String |
getMenuItemLabel()
Tells a window manager what label to put on the menu to select this
window.
|
JMenu |
getWindowMenu()
The window menu to be populated by the window manager.
|
String getMenuItemLabel()
String getFilename()
JMenu getWindowMenu()