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
| Methods inherited from class uci.gef.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
_url
protected URL _url
CmdShowURL
public CmdShowURL(URL url)
CmdShowURL
public CmdShowURL(String s)
throws MalformedURLException
CmdShowURL
public CmdShowURL()
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