| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| com.teamdev.jexplorer.event |
Contains interfaces and classes for dealing with different
types of events fired by
Browser component. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NavigationListener> |
Browser.getNavigationListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.addNavigationListener(NavigationListener listener) |
void |
Browser.removeNavigationListener(NavigationListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
NavigationAdapter
An abstract adapter class for receiving navigation events.
|