com.japisoft.xmlpad.action
Class LoadAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--com.japisoft.xmlpad.action.XMLAction
              |
              +--com.japisoft.xmlpad.action.LoadAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class LoadAction
extends XMLAction

Load a new XML document

Since:
1.0
Version:
1.1
Author:
(c) 2002 - 2003 JAPISOFT
See Also:
XMLAction, Serialized Form

Field Summary
 
Fields inherited from class com.japisoft.xmlpad.action.XMLAction
IMAGE_SIZE
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
LoadAction()
           
 
Method Summary
static void loadInBuffer(XMLContainer container, java.lang.String fileName)
          Reset the container with this fileName content
 boolean notifyAction()
          Notify action must be done.
 
Methods inherited from class com.japisoft.xmlpad.action.XMLAction
actionPerformed, getName, hasFeature, isPopable, setActionIcon, setFeature, setPopable, setXMLContainer, setXMLEditor
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadAction

public LoadAction()
Method Detail

loadInBuffer

public static void loadInBuffer(XMLContainer container,
                                java.lang.String fileName)
                         throws java.lang.Throwable
Reset the container with this fileName content

Parameters:
fileName - a file system path or URL
java.lang.Throwable

notifyAction

public boolean notifyAction()
Description copied from class: XMLAction
Notify action must be done. It return false if the action is not accessible

Specified by:
notifyAction in class XMLAction
Returns:
true if the action is possible