org.jext.textarea
Class CsWord

java.lang.Object
  extended by org.jext.MenuAction
      extended by org.jext.textarea.CsWord
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CsWord
extends MenuAction


Field Summary
static java.lang.String[] ACTIONS
           
static int DELETE
           
static java.lang.String[] DIRECTIONS
           
static int NO_ACTION
           
static int SELECT
           
 
Fields inherited from class org.jext.MenuAction
name
 
Constructor Summary
CsWord(int action, int direction)
           
 
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
 

Field Detail

DIRECTIONS

public static final java.lang.String[] DIRECTIONS

ACTIONS

public static final java.lang.String[] ACTIONS

NO_ACTION

public static final int NO_ACTION
See Also:
Constant Field Values

SELECT

public static final int SELECT
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values
Constructor Detail

CsWord

public CsWord(int action,
              int direction)
Method Detail

actionPerformed

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


Copyright ? 2002 Romain Guy.