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

E13403-03

oracle.ide.net
Class URLChooserAdapter

java.lang.Object
  extended by oracle.ide.net.URLChooserAdapter

public class URLChooserAdapter
extends java.lang.Object

This is the public implementation of the 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 Summary
URLChooserAdapter()
           
 
Method Summary
 void listSelectionChanged(URLChooserEvent event)
          This message is sent when the selection in the file list changes.
 void urlFilterChanged(URLChooserEvent event)
          This message is sent when the user changes the current URLFilter for the chooser dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLChooserAdapter

public URLChooserAdapter()
Method Detail

urlFilterChanged

public void urlFilterChanged(URLChooserEvent event)
This message is sent when the user changes the current URLFilter for the chooser dialog


listSelectionChanged

public void listSelectionChanged(URLChooserEvent event)
This message is sent when the selection in the file list changes.


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

E13403-03

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