oracle.ide.net
Class URLChooserAdapter
java.lang.Object
oracle.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLChooserAdapter
public URLChooserAdapter()
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
Copyright © 1997, 2004, Oracle. All rights reserved.