JDIC API V0.9 Release 4

org.jdesktop.jdic.browser
Class WebBrowser.Status

java.lang.Object
  extended by org.jdesktop.jdic.browser.WebBrowser.Status
Enclosing class:
WebBrowser

Deprecated. As of release 0.9 of JDIC. Its APIs have been moved to org.jdesktop.jdic.browser.WebBrowser class. Will be removed in a future release.

public static class WebBrowser.Status
extends java.lang.Object

An inner class which is used for retrieving the WebBrowser's properties, such as the initialization status, back and forward status.


Method Summary
 boolean isBackEnabled()
          Deprecated. As of release 0.9 of JDIC, replaced by WebBrowser.isBackEnabled().
 boolean isForwardEnabled()
          Deprecated. As of release 0.9 of JDIC, replaced by WebBrowser.isForwardEnabled().
 boolean isInitialized()
          Deprecated. As of release 0.9 of JDIC, replaced by WebBrowser.isInitialized().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isInitialized

public boolean isInitialized()
Deprecated. As of release 0.9 of JDIC, replaced by WebBrowser.isInitialized().

Checks whether this WebBrowser object is initialized successfully.

Returns:
true if the WebBrowser object is initialized successfully; otherwise, false.

isBackEnabled

public boolean isBackEnabled()
Deprecated. As of release 0.9 of JDIC, replaced by WebBrowser.isBackEnabled().

Checks whether this WebBrowser object's back command is enabled.

Returns:
true if the WebBrowser can navigate to the previous session history item, and false otherwise.
See Also:
WebBrowser.back()

isForwardEnabled

public boolean isForwardEnabled()
Deprecated. As of release 0.9 of JDIC, replaced by WebBrowser.isForwardEnabled().

Checks whether this WebBrowser object's forward command is enabled.

Returns:
true if the WebBrowser can navigate to the next session history item, and false otherwise.
See Also:
WebBrowser.forward()

JDIC API V0.9 Release 4

For more information and documentation on JDIC, see JDIC website.

That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.

Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.