Uses of Class
com.fg.xmleditor.FXBasicView

Packages that use FXBasicView
com.fg.xmleditor   
 

Uses of FXBasicView in com.fg.xmleditor
 

Subclasses of FXBasicView in com.fg.xmleditor
 class FXView
          FXView Swing component inherits all the basic XML viewer/editor functionality from the FXBasicView and extends it with a simple tool-bar.
 

Constructors in com.fg.xmleditor with parameters of type FXBasicView
SearchDialog(java.awt.Frame frame, FXBasicView basicView)