org.exist.client
Class ClientTextArea

java.lang.Object
  extended byJEditTextArea
      extended byorg.exist.client.ClientTextArea
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ClientTextArea
extends JEditTextArea
implements java.awt.event.ActionListener

See Also:
Serialized Form

Field Summary
static java.lang.String COPY
           
static java.lang.String CUT
           
static java.lang.String PASTE
           
protected  java.awt.Font textFont
           
 
Constructor Summary
ClientTextArea(boolean editable, java.lang.String mode)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUT

public static final java.lang.String CUT
See Also:
Constant Field Values

COPY

public static final java.lang.String COPY
See Also:
Constant Field Values

PASTE

public static final java.lang.String PASTE
See Also:
Constant Field Values

textFont

protected java.awt.Font textFont
Constructor Detail

ClientTextArea

public ClientTextArea(boolean editable,
                      java.lang.String mode)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.