|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
PopupMenuListener[] getPopupMenuListeners() |
Returns an array of all the PopupMenuListener s added to this JMenuItem with addPopupMenuListener(). |
Changed Methods | ||
JMenuItem createActionComponent(Action ) |
Documentation changed from old to new. |
Factory method which creates the JMenuItem for Actions added to the JPopupMenu . |
boolean getDefaultLightWeightPopupEnabled() |
Documentation changed from old to new. |
Gets the defaultLightWeightPopupEnabled property which by default is true . |
boolean isLightWeightPopupEnabled() |
Documentation changed from old to new. |
Gets the lightWeightPopupEnabled property. |
void paintBorder(Graphics ) |
Documentation changed from old to new. |
Paints the popup menu's border if the borderPainted property is true . |
void processFocusEvent(FocusEvent ) |
Method was inherited from JComponent, but is now defined locally. | |
void setDefaultLightWeightPopupEnabled(boolean ) |
Documentation changed from old to new. |
Sets the default value of the lightWeightPopupEnabled property. |
void setLightWeightPopupEnabled(boolean ) |
Documentation changed from old to new. |
Sets the value of the lightWeightPopupEnabled property which by default is true . |
void insert(Action, |
Documentation changed from old to new. |
Inserts a menu item for the specified Action object at a given position. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |