Uses of Package
com.fg.xmleditor

Packages that use com.fg.xmleditor
com.fg.xample   
com.fg.xmleditor   
 

Classes in com.fg.xmleditor used by com.fg.xample
FXModelStatusListener
          Listener interface that's notified when new document is loaded and document validity status changes.
FXStatusEvent
           
 

Classes in com.fg.xmleditor used by com.fg.xmleditor
CacheStore
          Creates cache of objects, used internally by the FXDocumentModelImpl object.
Common
          Common iterface defines common constants used within com.fg.xmleditor package.
CustInfo
          CustInfo objects are used to hold additional information about XML Schema elements, provided within xsd:appinfo elements.
FXBasicView
          FXBasicView Swing component provides all the basic XML viewer/editor functionality.
FXDocumentModel
          Interface extends XML editor data-model interface FXModel with methods, performing XML documents creating, loading and retrieval.
FXModel
          Represents an XML editor data-model interface.
FXModelException
          The exception is thrown by the FXDocumentModel implementation class when it can't open existing XML document or create a new one with the specified XML Schema.
FXModelStatusListener
          Listener interface that's notified when new document is loaded and document validity status changes.
FXStatusEvent
           
FXView
          FXView Swing component inherits all the basic XML viewer/editor functionality from the FXBasicView and extends it with a simple tool-bar.
FXViewStatusListener
          The listener that's notified of changes of the following status values of the FXBasicView component: "canInsert", "canRemove", "canMoveUp", "canMoveDown".
Validator
          A helper class which is created and used by FXDocumentModelImpl.