|
|||||||||
| Home >> All >> org >> jext >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.misc
Class TabSwitcher

java.lang.Objectorg.jext.MenuAction
org.jext.misc.TabSwitcher
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class TabSwitcher
- extends org.jext.MenuAction
Switches tabs due to the failure of JRE 1.4 to properly do so.
| Field Summary | |
private boolean |
right
|
| Fields inherited from class org.jext.MenuAction |
name |
| Constructor Summary | |
TabSwitcher(boolean right)
Construct a new TabSwitcher. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
| Methods inherited from class org.jext.MenuAction |
getJextParent, getJextParent, getName, getNSTextArea, getNSTextArea, getTextArea, getTextArea |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
right
private boolean right
| Constructor Detail |
TabSwitcher
public TabSwitcher(boolean right)
- Construct a new
TabSwitcher.
| Method Detail |
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
|
|||||||||
| Home >> All >> org >> jext >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC