org.jacorb.poa.gui.beans
public class PopupMenu extends PopupMenu
Version: 1.0, 05/07/99, RT
| Field Summary | |
|---|---|
| protected PropertyChangeSupport | propertyChange |
| Constructor Summary | |
|---|---|
| PopupMenu()
Constructor | |
| PopupMenu(String label)
PopupMenuBean constructor comment. | |
| Method Summary | |
|---|---|
| void | addPropertyChangeListener(PropertyChangeListener listener)
PopupMenuBean.addPropertyChangeListener method comment. |
| void | firePropertyChange(String propertyName, Object oldValue, Object newValue)
PopupMenuBean.firePropertyChange method comment. |
| Component | getOwnerComponent()
Gets the ownerComponent property (java.awt.Component) value. |
| static void | main(String[] args)
main entrypoint - starts the part when it is run as an application |
| void | removePropertyChangeListener(PropertyChangeListener listener)
PopupMenuBean.removePropertyChangeListener method comment. |
| void | setOwnerComponent(Component ownerComponent)
Sets the ownerComponent property (java.awt.Component) value. |
| void | _show(Component c, int x, int y)
Performs the show method. |
| void | _show(MouseEvent mouseEvent)
Performs the show method. |
Parameters: label java.lang.String
Returns: The ownerComponent property value.
See Also: PopupMenu
Parameters: args java.lang.String[]
Parameters: ownerComponent The new value for the property.
See Also: PopupMenu
Parameters: mouseEvent java.awt.event.MouseEvent