com.partnersoft.v3x.util
Class WebBrowserConfig

java.lang.Object
  extended by com.partnersoft.v3x.util.WebBrowserConfig
All Implemented Interfaces:
java.io.Serializable

public class WebBrowserConfig
extends java.lang.Object
implements java.io.Serializable

Configuration for WebBrowser; mostly browser launch functions.

See Also:
Serialized Form

Constructor Summary
WebBrowserConfig()
          Create a new WebBrowserConfig.
 
Method Summary
 java.lang.String getFilePrefix()
          Custom file prefix (e.g.
 java.lang.String getLaunchCommand()
          Custom launch command.
 boolean isCustomLaunch()
          Use custom launcher (specified as launchCommand and filePrefix)
 void setCustomLaunch(boolean newCustomLaunch)
          Use custom launcher (Internet Explorer).
 void setFilePrefix(java.lang.String newFilePrefix)
          Custom file prefix (e.g.
 void setLaunchCommand(java.lang.String newLaunchCommand)
          Custom launch command.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebBrowserConfig

public WebBrowserConfig()
Create a new WebBrowserConfig.

Method Detail

getFilePrefix

public java.lang.String getFilePrefix()
Custom file prefix (e.g. "file://")


setFilePrefix

public void setFilePrefix(java.lang.String newFilePrefix)
Custom file prefix (e.g. "file://")


getLaunchCommand

public java.lang.String getLaunchCommand()
Custom launch command.


setLaunchCommand

public void setLaunchCommand(java.lang.String newLaunchCommand)
Custom launch command.


isCustomLaunch

public boolean isCustomLaunch()
Use custom launcher (specified as launchCommand and filePrefix)


setCustomLaunch

public void setCustomLaunch(boolean newCustomLaunch)
Use custom launcher (Internet Explorer).


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object