|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ContentListener | |
|---|---|
| org.lobobrowser.gui | Contains GUI classes that allow embedding the browser in a Java Swing application. |
| Uses of ContentListener in org.lobobrowser.gui |
|---|
| Classes in org.lobobrowser.gui that implement ContentListener | |
|---|---|
class |
ContentAdapter
A convenience abstract implementation of ContentListener,
with blank methods. |
| Fields in org.lobobrowser.gui declared as ContentListener | |
|---|---|
static ContentListener[] |
ContentListener.EMPTY_ARRAY
|
| Methods in org.lobobrowser.gui with parameters of type ContentListener | |
|---|---|
void |
FramePanel.addContentListener(ContentListener listener)
Adds a listener of content events. |
void |
BrowserPanel.addContentListener(ContentListener listener)
Adds a listener of content events. |
void |
FramePanel.removeContentListener(ContentListener listener)
Removes a listener of content events previously added with FramePanel.addNavigationListener(NavigationListener). |
void |
BrowserPanel.removeContentListener(ContentListener listener)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||