Extension SDK 10.1.2

oracle.ide.net
Class URLChooserAdapter

java.lang.Object
  extended byoracle.ide.net.URLChooserAdapter
All Implemented Interfaces:
oracle.ide.net.URLChooserListener

public class URLChooserAdapter
extends java.lang.Object
implements oracle.ide.net.URLChooserListener

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)
Description copied from interface: oracle.ide.net.URLChooserListener
This message is sent when the user changes the current URLFilter for the chooser dialog

Specified by:
urlFilterChanged in interface oracle.ide.net.URLChooserListener

listSelectionChanged

public void listSelectionChanged(URLChooserEvent event)
Description copied from interface: oracle.ide.net.URLChooserListener
This message is sent when the selection in the file list changes.

Specified by:
listSelectionChanged in interface oracle.ide.net.URLChooserListener

Extension SDK

 

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