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

E17493-01

oracle.jdeveloper.runner
Interface SourceFinderManager


public interface SourceFinderManager

Interface to be implemented by Source providers


Method Summary
 java.lang.String getRadioLabel()
          Return the name to be used for this SourceFinderManager in dialogs
 SourceFinder getSourceFinder(java.lang.String name)
          Return the SourceFinder specified in the name parameter
 java.lang.String[] getSourceFinderNames()
          Return the names of the SourceFinders managed by this SourceFinderManager
 

Method Detail

getRadioLabel

java.lang.String getRadioLabel()
Return the name to be used for this SourceFinderManager in dialogs


getSourceFinderNames

java.lang.String[] getSourceFinderNames()
Return the names of the SourceFinders managed by this SourceFinderManager


getSourceFinder

SourceFinder getSourceFinder(java.lang.String name)
Return the SourceFinder specified in the name parameter


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

E17493-01

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