Uses of Class
com.jaxfront.swing.ui.editor.AbstractFrame

Packages that use AbstractFrame
com.jaxfront.swing.ui.editor   
 

Uses of AbstractFrame in com.jaxfront.swing.ui.editor
 

Subclasses of AbstractFrame in com.jaxfront.swing.ui.editor
 class ShowXMLDialog
          A simple Editor to edit and show an jaxfront document For example: ShowXMLDialog xmlDialog = new ShowXMLDialog(aDocument); xmlDialog.setVisible(true);
 class TextDialog
          A simple Editor to edit and show an jaxfront document For example: ShowXMLDialog xmlDialog = new ShowXMLDialog(aDocument); xmlDialog.setVisible(true);