public interface MainMenuExtension
Modifier and Type | Method and Description |
---|---|
void |
fillFrame(Component frame)
Fills the frame with life, like adding components, window listeners,
setting size, location, etc.
|
ActionListener |
getActionListener(JFrame owner)
If the extension has a custom ActionListener for the menu item, then it
must be returned here.
|
String |
getMenuTitle()
Returns the name of the menu item.
|
String |
getSubmenuTitle()
Returns the name of the submenu.
|
String getSubmenuTitle()
String getMenuTitle()
ActionListener getActionListener(JFrame owner)
ActionListener
also
means that the component handles any frame by itself.owner
- the owner of potential dialogsfillFrame(Component)
void fillFrame(Component frame)
JFrame
or from JInternalFrame
. This method is
only called in case getActionListener()
returns null.frame
- the frame object to embed components, etc.getActionListener(JFrame)
,
JFrame
,
JInternalFrame
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.