public class URLChooserAdapter
extends java.lang.Object
URLChooserListener
interface. It is done in this was as to make sure that extensions to
the URLChooserListener
interface do not cause build
breakages further down stream.Constructor and Description |
---|
URLChooserAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
listSelectionChanged(URLChooserEvent event)
This message is sent when the selection in the file list changes.
|
void |
treeSelectionChanged(URLChooserEvent event)
This message is sent when the selection in the file/directory tree changes.
|
void |
urlFilterChanged(URLChooserEvent event)
This message is sent when the user changes the current URLFilter for
the chooser dialog
|
public void urlFilterChanged(URLChooserEvent event)
public void listSelectionChanged(URLChooserEvent event)
public void treeSelectionChanged(URLChooserEvent event)