trassare.com

com.trassare.calculator.ui
Class HelpBrowser

java.lang.Object
  extended by com.trassare.calculator.ui.HelpBrowser

Deprecated. This class will be removed in future versions in favor of using the platform's native browser.

public class HelpBrowser
extends Object

Just a web-capable browser for help content.

Version:
7 December 2005
Author:
Samuel Trassare

Method Summary
 void setVisible(boolean visCond)
          Deprecated. Sets the browser to visible or invisible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setVisible

public final void setVisible(boolean visCond)
Deprecated. 
Sets the browser to visible or invisible.

Parameters:
visCond - the condition to set the visibility of the browser.

trassare.com