All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xt.xt_SimpleEditFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JInternalFrame
                                   |
                                   +----xt.xt_DocumentFrame
                                           |
                                           +----xt.xt_SimpleEditFrame

public class xt_SimpleEditFrame
extends xt_DocumentFrame
xt_SimpleEditFrame is an internal frame containing just a text area for the display and editing of the source of an XML document. It has knowledge of the xm_DocumentModel which it displays, and can be notified of document change events relating to it.


Constructor Index

 o xt_SimpleEditFrame(xm_DocumentModel, String)
Constructor.

Method Index

 o getActions()
Retrieve an array of the actions supported by this type of edit area.
 o getSourceTextArea()
Retrieve the text area in which the source is displayed and edited.

Constructors

 o xt_SimpleEditFrame
 public xt_SimpleEditFrame(xm_DocumentModel InputDocumentModel,
                           String InputFrameTitle)
Constructor.

Methods

 o getSourceTextArea
 public JTextArea getSourceTextArea()
Retrieve the text area in which the source is displayed and edited.

Returns:
The edit source text area
Overrides:
getSourceTextArea in class xt_DocumentFrame
 o getActions
 public static Action[] getActions()
Retrieve an array of the actions supported by this type of edit area.

Returns:
An array of the actions supported by this class

All Packages  Class Hierarchy  This Package  Previous  Next  Index