uci.gef
Class CmdShowURL

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--uci.gef.Cmd
              |
              +--uci.gef.CmdShowURL

public class CmdShowURL
extends Cmd

Cmd to display the contents of the given URL in the browser. Needs-More-Work: This Cmd can only be used from an applet.

See Also:
Serialized Form

Field Summary
protected  URL _url
           
 
Fields inherited from class uci.gef.Cmd
_args, HAS_ICON, NO_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
CmdShowURL()
           
CmdShowURL(String s)
           
CmdShowURL(URL url)
           
 
Method Summary
 void doIt()
          Translate all selected Fig's in the current editor.
 void undoIt()
           
 URL url()
           
 void url(String u)
           
 void url(URL u)
           
 
Methods inherited from class uci.gef.Cmd
about, actionPerformed, cmdAtIndex, containsArg, getArg, getArg, getName, register, registeredCmds, setArg, setName, shouldBeEnabled, updateEnabled
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_url

protected URL _url
Constructor Detail

CmdShowURL

public CmdShowURL(URL url)

CmdShowURL

public CmdShowURL(String s)
           throws MalformedURLException

CmdShowURL

public CmdShowURL()
Method Detail

url

public void url(URL u)

url

public void url(String u)
         throws MalformedURLException

url

public URL url()

doIt

public void doIt()
Translate all selected Fig's in the current editor.
Overrides:
doIt in class Cmd

undoIt

public void undoIt()
Overrides:
undoIt in class Cmd