Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

Uses of Class
oracle.jdeveloper.java.imports.AbstractSurrounder

Packages that use AbstractSurrounder
oracle.jdeveloper.java.imports   
 

Uses of AbstractSurrounder in oracle.jdeveloper.java.imports
 

Subclasses of AbstractSurrounder in oracle.jdeveloper.java.imports
 class AbstractTryCatchFinallySurrounder
          The AbstractTryCatchFinallySurrounder is the abstract implementation of a TryCatchFinally surrounder.
 class CodeBlockSurrounder
          The CodeBlockSurrounder is the Code block (or "{ }") surrounder implementation for the selected piece of code.
 class IfSyncWhileForSurrounder
          The IfSyncWhileForSurrounder is the If-Synchronized-While-For surrounder implementation.
 

Methods in oracle.jdeveloper.java.imports with parameters of type AbstractSurrounder
 void AbstractSurroundWith.performSurroundWith(BasicEditorPane editor, Context context, AbstractSurrounder surrounder, int startPos, int endPos)
          Performs the surround with operation using the given surrounder.
protected abstract  void AbstractSurroundWith.postSurround(BasicEditorPane editorPane, Context context, AbstractSurrounder surrounder)
          Called after a surround operation has been successfully completed.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

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