Uses of Interface
com.fg.xmleditor.FXModel

Packages that use FXModel
com.fg.xmleditor   
 

Uses of FXModel in com.fg.xmleditor
 

Subinterfaces of FXModel in com.fg.xmleditor
 interface FXDocumentModel
          Interface extends XML editor data-model interface FXModel with methods, performing XML documents creating, loading and retrieval.
 

Classes in com.fg.xmleditor that implement FXModel
 class FXDocumentModelImpl
          XML editor data-model implementation class.
 

Methods in com.fg.xmleditor that return FXModel
 FXModel FXBasicView.getFXModel()
          Method returns a reference to the current FXModel data model object.
 

Methods in com.fg.xmleditor with parameters of type FXModel
 void FXBasicView.setFXModel(FXModel newModel)
          Method sets an instance of FXModel data model.
 

Constructors in com.fg.xmleditor with parameters of type FXModel
NSQualifiersDialog(java.awt.Frame frame, FXModel model)
          Creates a new NSQualifiersDialog instance.
FXView(FXModel model, java.lang.String toolBarLocation)
          Creates a new instance of the FXView component.
FXDoubleView(FXModel model)
          Creates a new instance of the FXDoubleView component.
FXBasicView(FXModel model)
          Creates an instance of FXBasicView component, which refers to the specified data model object.