|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.TabbedPane.DefaultCloseActionListener
public static class 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(ActionListener before)
Constructs a DefaultCloseActionListener with an ActionListener that is invoked
before the tabs is removed from TabbedPane |
|
| Method Summary | |
|---|---|
void |
actionPerformed(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(ActionListener before)
ActionListener that is invoked
before the tabs is removed from TabbedPane
before - The ActionListener that is invoked before| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - The event describing the close action. The actionCommand holds the tab index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||