Class DOMInspector

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DOMInspector extends JPanel
Description of the Class
Author:
empty
See Also:
  • Constructor Details

    • DOMInspector

      public DOMInspector(Document doc)
      Constructor for the DOMInspector object
      Parameters:
      doc - PARAM
    • DOMInspector

      public DOMInspector(Document doc, SharedContext context, StyleReference sr)
      Constructor for the DOMInspector object
      Parameters:
      doc - PARAM
      context - PARAM
      sr - PARAM
  • Method Details

    • paintComponent

      public void paintComponent(Graphics g)
      Description of the Method
      Parameters:
      g - PARAM
    • setForDocument

      public void setForDocument(Document doc)
      Sets the forDocument attribute of the DOMInspector object
      Parameters:
      doc - The new forDocument value
    • setForDocument

      public void setForDocument(Document doc, SharedContext context, StyleReference sr)
      Sets the forDocument attribute of the DOMInspector object
      Parameters:
      doc - The new forDocument value
      context - The new forDocument value
      sr - The new forDocument value
    • getFrame

      public JFrame getFrame(Component comp)
      Gets the frame attribute of the DOMInspector object
      Parameters:
      comp - PARAM
      Returns:
      The frame value