|
JDIC API V0.9 Release 4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.jdic.browser.WebBrowser.Status
org.jdesktop.jdic.browser.WebBrowser
class.
Will be removed in a future release.
public static class WebBrowser.Status
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 |
---|
public boolean isInitialized()
WebBrowser.isInitialized()
.
WebBrowser
object is initialized
successfully.
true
if the WebBrowser
object is
initialized successfully; otherwise, false
.public boolean isBackEnabled()
WebBrowser.isBackEnabled()
.
WebBrowser
object's back command
is enabled.
true
if the WebBrowser can navigate to the
previous session history item, and false
otherwise.WebBrowser.back()
public boolean isForwardEnabled()
WebBrowser.isForwardEnabled()
.
WebBrowser
object's forward command
is enabled.
true
if the WebBrowser can navigate to the
next session history item, and false
otherwise.WebBrowser.forward()
|
JDIC API V0.9 Release 4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.