Extension SDK 10.1.2

Uses of Interface
oracle.ide.model.Recognizer

Packages that use Recognizer
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.xml Provides common methods used for processing XML. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
 

Uses of Recognizer in oracle.ide.cmd
 

Methods in oracle.ide.cmd with parameters of type Recognizer
protected  java.net.URL SaveAsCommand.validateNewURL(Recognizer recognizer, java.net.URL newURL, java.net.URL oldURL)
           
protected  java.net.URL RenameCommand.validateNewURL(Recognizer recognizer, java.net.URL newURL, java.net.URL oldURL)
          Validates whether the given recognizer can support rename from the oldURL to the newURL.
 

Uses of Recognizer in oracle.ide.model
 

Subinterfaces of Recognizer in oracle.ide.model
 interface ElementRecognizer
          The ElementRecognizer interface provides the API for recognizing data types from specific object identifiers.
 

Classes in oracle.ide.model that implement Recognizer
 class AbstractElementRecognizer
          The AbstractElementRecognizer class.
 class DefaultRecognizer
          The DefaultRecognizer is the default Recognizer implementation used in the IDE.
 

Methods in oracle.ide.model that return Recognizer
static Recognizer ElementFactory.findRecognizer(java.net.URL url)
          Returns the instance of Recognizer that is able to specify the Node class that should be instantiated for the given URL.
 Recognizer Factory.RecognizerList.findRecognizer(java.net.URL url)
          Returns the instance of Recognizer that is able to specify the Node class that should be instantiated for the given URL.
static Recognizer NodeFactory.asRecognizer()
          Returns a Recognizer object that delegates its operations to the NodeFactory.
static Recognizer NodeFactory.findRecognizer(java.net.URL url)
          Returns the instance of Recognizer that is able to specify the Node class that should be instantiated for the given URL.
 

Methods in oracle.ide.model with parameters of type Recognizer
static void ElementFactory.addRecognizer(Recognizer recognizer)
          Registers a ElementRecognizer, appending it to the end of the list of recognizers.
static void ElementFactory.addRecognizer(int index, Recognizer recognizer)
          Registers a Recognizer, placing it in the specified location in the list of recognizers.
static void ElementFactory.removeRecognizer(Recognizer recognizer)
          Unregisters a Recognizer.
 void Factory.RecognizerList.addRecognizer(Recognizer recognizer)
          Registers a ElementRecognizer, appending it to the end of the list of recognizers.
 void Factory.RecognizerList.addRecognizer(int index, Recognizer recognizer)
          Registers a Recognizer, placing it in the specified location in the list of recognizers.
 void Factory.RecognizerList.removeRecognizer(Recognizer recognizer)
          Unregisters a Recognizer.
static void NodeFactory.addRecognizer(Recognizer recognizer)
          Registers a ElementRecognizer, appending it to the end of the list of recognizers.
static void NodeFactory.addRecognizer(int index, Recognizer recognizer)
          Registers a Recognizer, placing it in the specified location in the list of recognizers.
static void NodeFactory.removeRecognizer(Recognizer recognizer)
          Unregisters a Recognizer.
 

Uses of Recognizer in oracle.ide.net
 

Classes in oracle.ide.net that implement Recognizer
 class URLRecognizer
          The URLRecognizer is the default Recognizer implementation used in the IDE.
 

Uses of Recognizer in oracle.ide.xml
 

Classes in oracle.ide.xml that implement Recognizer
 class XMLRecognizer
          The XMLRecognizer is the default Recognizer implementation used in the IDE.
 

Uses of Recognizer in oracle.jdeveloper.cmt
 

Classes in oracle.jdeveloper.cmt that implement Recognizer
 class CmtElementRecognizer
          The CmtElementRecognizer interface provides the API for recognizing Cmt data types from specific urls.
 

Uses of Recognizer in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement Recognizer
 class LegacyLibraryRecognizer
           
 

Methods in oracle.jdeveloper.library that return Recognizer
static Recognizer LegacyLibraryRecognizer.getInstance()
           
 


Extension SDK

 

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