|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel chrriis.dj.nativeswing.swtimpl.components.WebBrowserDecorator
public abstract class WebBrowserDecorator
A web browser decorator is a component that wraps the rendering component and is added to the web browser
to provide the various button bars, fields and menus.
Generally, it is not needed to create a custom subclass: it is usually enough to subclass a default web
browser decorator and override certain methods.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
WebBrowserDecorator()
|
Method Summary | |
---|---|
abstract void |
configureForWebBrowserWindow(JWebBrowserWindow webBrowserWindow)
Configure the decorator for integration of the web browser in a web browser window. |
abstract boolean |
isButtonBarVisible()
Indicate whether the button bar is visible. |
abstract boolean |
isLocationBarVisible()
Indicate whether the location bar is visible. |
abstract boolean |
isMenuBarVisible()
Indicate whether the menu bar is visible. |
abstract boolean |
isStatusBarVisible()
Indicate whether the status bar is visible. |
abstract void |
setButtonBarVisible(boolean isButtonBarVisible)
Set whether the button bar is visible. |
abstract void |
setLocationBarVisible(boolean isLocationBarVisible)
Set whether the location bar is visible. |
abstract void |
setMenuBarVisible(boolean isMenuBarVisible)
Set whether the menu bar is visible. |
abstract void |
setStatusBarVisible(boolean isStatusBarVisible)
Set whether the status bar is visible. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebBrowserDecorator()
Method Detail |
---|
public abstract void setStatusBarVisible(boolean isStatusBarVisible)
isStatusBarVisible
- true if the status bar should be visible, false otherwise.public abstract boolean isStatusBarVisible()
public abstract void setMenuBarVisible(boolean isMenuBarVisible)
isMenuBarVisible
- true if the menu bar should be visible, false otherwise.public abstract boolean isMenuBarVisible()
public abstract void setButtonBarVisible(boolean isButtonBarVisible)
isButtonBarVisible
- true if the button bar should be visible, false otherwise.public abstract boolean isButtonBarVisible()
public abstract void setLocationBarVisible(boolean isLocationBarVisible)
isLocationBarVisible
- true if the location bar should be visible, false otherwise.public abstract boolean isLocationBarVisible()
public abstract void configureForWebBrowserWindow(JWebBrowserWindow webBrowserWindow)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |