org.jext.misc
Class TabSwitcher

java.lang.Object
  extended byorg.jext.MenuAction
      extended byorg.jext.misc.TabSwitcher
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TabSwitcher
extends MenuAction

Switches tabs due to the failure of JRE 1.4 to properly do so.

Author:
Matt Benson

Field Summary
 
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)
           
 
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
 

Constructor Detail

TabSwitcher

public TabSwitcher(boolean right)
Construct a new TabSwitcher.

Parameters:
right - whether to switch the selected tab index right or left.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)


Copyright © 2002 Romain Guy.