Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » chainsaw » [javadoc | source]
org.apache.log4j.chainsaw
class: LoadXMLAction [javadoc | source]
java.lang.Object
   javax.swing.AbstractAction
      org.apache.log4j.chainsaw.LoadXMLAction

All Implemented Interfaces:
    Action, Serializable, Cloneable

Encapsulates the action to load an XML file.
Constructor:
 LoadXMLAction(JFrame aParent,
    MyTableModel aModel) throws SAXException, ParserConfigurationException 
    Creates a new LoadXMLAction instance.
    Parameters:
    aParent - the parent frame
    aModel - the model to add events to
    Throws:
    SAXException - if an error occurs
    ParserConfigurationException - if an error occurs
    exception: SAXException - if an error occurs
Method from org.apache.log4j.chainsaw.LoadXMLAction Summary:
actionPerformed
Methods from javax.swing.AbstractAction:
addPropertyChangeListener,   getKeys,   getPropertyChangeListeners,   getValue,   isEnabled,   putValue,   removePropertyChangeListener,   setEnabled
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.chainsaw.LoadXMLAction Detail:
 public  void actionPerformed(ActionEvent aIgnore) 
    Prompts the user for a file to load events from.