public class URLChooserEvent
extends java.util.EventObject
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FILTER_CHANGED  | 
static int | 
LIST_SELECTION_CHANGED  | 
static int | 
TREE_SELECTION_CHANGED  | 
| Constructor and Description | 
|---|
URLChooserEvent(java.lang.Object source,
               int type)
Simple argument constructor, passed on the type other information
  provided by the getters and setters on this object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
URLFilter | 
getCurrentFilter()  | 
java.util.EventObject | 
getEventObject()  | 
URLFilter | 
getPreviousFilter()  | 
int | 
getType()
Get the type of the class. 
 | 
void | 
setCurrentFilter(URLFilter filter)  | 
void | 
setEventObject(java.util.EventObject e)  | 
void | 
setPreviousFilter(URLFilter filter)  | 
public static final int FILTER_CHANGED
public static final int LIST_SELECTION_CHANGED
public static final int TREE_SELECTION_CHANGED
public URLChooserEvent(java.lang.Object source,
                       int type)
public int getType()
public void setEventObject(java.util.EventObject e)
public java.util.EventObject getEventObject()
public void setPreviousFilter(URLFilter filter)
public URLFilter getPreviousFilter()
public void setCurrentFilter(URLFilter filter)
public URLFilter getCurrentFilter()