java.awt.event.ActionListener
, java.util.EventListener
, DynamicMenuProvider
public class ReloadWithEncodingProvider extends java.lang.Object implements java.awt.event.ActionListener, DynamicMenuProvider
Constructor | Description |
---|---|
ReloadWithEncodingProvider() |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae) |
|
void |
update(javax.swing.JMenu menu) |
Adds the menu items to the given menu.
|
boolean |
updateEveryTime() |
Returns true if the menu should be updated each time it is shown.
|
public boolean updateEveryTime()
DynamicMenuProvider
DynamicMenuChanged
message.updateEveryTime
in interface DynamicMenuProvider
public void update(javax.swing.JMenu menu)
DynamicMenuProvider
update
in interface DynamicMenuProvider
menu
- The menupublic void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed
in interface java.awt.event.ActionListener