oracle.ide.net
Class URLChooserEvent
java.lang.Object
java.util.EventObject
oracle.ide.net.URLChooserEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class URLChooserEvent
- extends java.util.EventObject
This is a simple event class to contain information being passed
between the URLChooser and its listener
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
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. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FILTER_CHANGED
public static final int FILTER_CHANGED
- See Also:
- Constant Field Values
LIST_SELECTION_CHANGED
public static final int LIST_SELECTION_CHANGED
- See Also:
- Constant Field Values
URLChooserEvent
public 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.
getType
public int getType()
- Get the type of the class.
setEventObject
public void setEventObject(java.util.EventObject e)
getEventObject
public java.util.EventObject getEventObject()
setPreviousFilter
public void setPreviousFilter(URLFilter filter)
getPreviousFilter
public URLFilter getPreviousFilter()
setCurrentFilter
public void setCurrentFilter(URLFilter filter)
getCurrentFilter
public URLFilter getCurrentFilter()
Copyright © 1997, 2004, Oracle. All rights reserved.