Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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

 

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.

treeSelectionChanged

public void treeSelectionChanged(URLChooserEvent event)
This message is sent when the selection in the file/directory tree changes.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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