| 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<WindowListener> |
Browser.getWindowListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.addWindowListener(WindowListener listener) |
void |
Browser.removeWindowListener(WindowListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowAdapter
An abstract adapter class for receiving window events.
|