Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.textarea
Class CsWord  view CsWord download CsWord.java

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

public class CsWord
extends org.jext.MenuAction


Field Summary
private  int action
           
static java.lang.String[] ACTIONS
           
static int DELETE
           
private  int direction
           
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)
          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

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

action

private int action

direction

private int direction
Constructor Detail

CsWord

public CsWord(int action,
              int direction)
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.