|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.TabbedPane.DefaultCloseActionListener
Class for default close action. The class implements an ActionListener
that
removed the tabs from the TabbedPane
after clicking on the tab closeIcon
It it possible for this class to invoke another ActionListener
before
it removes the tabs from the TabbedPane
Constructor Summary | |
TabbedPane.DefaultCloseActionListener()
Constructs a DefaultCloseActionListener |
|
TabbedPane.DefaultCloseActionListener(nextapp.echo.event.ActionListener before)
Constructs a DefaultCloseActionListener with an ActionListener that is invoked
before the tabs is removed from TabbedPane |
Method Summary | |
void |
actionPerformed(nextapp.echo.event.ActionEvent e)
Invoked when an close action occurs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TabbedPane.DefaultCloseActionListener()
public TabbedPane.DefaultCloseActionListener(nextapp.echo.event.ActionListener before)
ActionListener
that is invoked
before the tabs is removed from TabbedPane
before
- The ActionListener
that is invoked beforeMethod Detail |
public void actionPerformed(nextapp.echo.event.ActionEvent e)
actionPerformed
in interface nextapp.echo.event.ActionListener
e
- The event describing the close action. The actionCommand holds the tab index
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |