|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.norvelle.textcite.gui.MainToolBar.ToolbarActionAdapter
class MainToolBar.ToolbarActionAdapter
ToolbarActionAdapter handles the simpler events resulting from the user's selecting a menu item. The MainFrame handles all these simpler events, so we simply pass the event on the appropriate MainFrame method.
Field Summary | |
---|---|
(package private) int |
actionRequested
|
(package private) MainFrame |
adaptee
|
Constructor Summary | |
---|---|
MainToolBar.ToolbarActionAdapter(MainFrame a,
int r)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent actionEvent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
MainFrame adaptee
int actionRequested
Constructor Detail |
---|
MainToolBar.ToolbarActionAdapter(MainFrame a, int r)
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |