Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.merlotxml.merlot.XMLEditorFrame

Uses of XMLEditorFrame in org.merlotxml.merlot
 

Subclasses of XMLEditorFrame in org.merlotxml.merlot
 class GD_XMLEditorFrame
           
 

Fields in org.merlotxml.merlot declared as XMLEditorFrame
static XMLEditorFrame XMLEditorFrame._frame
          the singleton instance of this class
protected  XMLEditorFrame XMLEditor._frame
          The main frame for the application
(package private)  XMLEditorFrame MerlotAbout._frame
           
protected  XMLEditorFrame XMLEditorActions._frame
           
 

Methods in org.merlotxml.merlot that return XMLEditorFrame
static XMLEditorFrame XMLEditorFrame.getSharedInstance()
          Returns the singleton instance.
 

Constructors in org.merlotxml.merlot with parameters of type XMLEditorFrame
MerlotAbout(XMLEditorFrame frame)
           
GD_XMLEditorActions(XMLEditorFrame f)
           
GD_About(XMLEditorFrame frame)
           
XMLEditorActions(XMLEditorFrame f)