Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.net
Class URLChooserEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
static int FILTER_CHANGED
           
static int LIST_SELECTION_CHANGED
           

 

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.

 

Method Summary
 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)
           

 

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

 

Field Detail

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

Constructor Detail

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.

Method Detail

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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.