org.exist.client
Class ClientTextArea
java.lang.Object
JEditTextArea
org.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ClientTextArea
public ClientTextArea(boolean editable,
java.lang.String mode)
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.