|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--org.ocd.cmdmgr.DefaultCmdAction | +--org.ocd.cmdmgr.web.WebCmdAction
Fields inherited from class org.ocd.cmdmgr.DefaultCmdAction |
extensionHREF, extensionName, extensionVersion, isStarted_flag, xmlChanged_flag, xmlProps |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface org.ocd.cmdmgr.ICmdAction |
LARGE_ICON |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
WebCmdAction()
Create Web Browser Task |
|
WebCmdAction(java.net.URL pURL)
Create Web Browser Task |
Method Summary | |
void |
destroy()
Closes the Web Browser that maintains the URL |
java.lang.String |
getAddress()
Get the URL assocaited with this Task |
ICmdFactory |
getFactory()
Get the Factory that created this Command |
void |
setAddress(java.lang.String urlString)
Set the URL this task will point to |
ICmdAction |
start()
Opens the WebSite in a Browser |
void |
stop()
Stop has no effect for BrowserTask |
Methods inherited from class org.ocd.cmdmgr.DefaultCmdAction |
actionPerformed, getBLXElement, getDescription, getName, getXMLElement, isStarted, propertyChange, setBLXElement, setDescription, setName, setXMLHasChanged, xmlHasChanged |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.Action |
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Constructor Detail |
public WebCmdAction()
public WebCmdAction(java.net.URL pURL)
Method Detail |
public void setAddress(java.lang.String urlString)
public java.lang.String getAddress()
public ICmdAction start() throws ActionStartException
public void stop()
public void destroy()
public ICmdFactory getFactory()
getFactory
in class DefaultCmdAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |