| |
|
| javax.swing.JMenuItem javax.swing.JMenu com.jgraph.pad.factory.JGraphpadWindowMenu
JGraphpadWindowMenu | public class JGraphpadWindowMenu extends JMenu implements ContainerListener(Code) | | Window menu to activate internal frames in an editor pane.
|
KEY_MENULABEL | public static String KEY_MENULABEL(Code) | | Specifies the resource key for the menu label. Default is
windowMenu.label .
|
KEY_WINDOWMENU | public static String KEY_WINDOWMENU(Code) | | Specifies the key under which to store the window menu for later
reference.
|
desktopPane | protected JDesktopPane desktopPane(Code) | | References the desktop pane that this menu represents. This is assigned
only after the desktop pane has been created by the respective factory
method.
|
items | protected List items(Code) | | Holds all dynamically created items.
|
createItem | protected JMenuItem createItem(JInternalFrame frame)(Code) | | Creates a new menuitem for the specified internal frame adding an action
listener that brings the respective frame to front. The menu item is
automatically updated if the frame's title changes or if the frame is
selected.
Parameters: frame - The internal frame that the item represents. Returns a new menu item for frame . |
getDesktopPane | public JDesktopPane getDesktopPane()(Code) | | Returns the desktop pane.
Returns the desktopPane. |
setDesktopPane | public void setDesktopPane(JDesktopPane desktopPane)(Code) | | Sets the desktop pane and adds this as a container listener.
Parameters: desktopPane - The desktopPane to set. |
updateItems | protected void updateItems()(Code) | | Reloads all dynamic items in the menu.
|
Fields inherited from javax.swing.JMenu | protected WinListener popupListener(Code)(Java Doc)
|
|
|
|