|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.java.imports.AbstractSurrounder
oracle.jdeveloper.java.imports.CodeBlockSurrounder
public final class CodeBlockSurrounder
The CodeBlockSurrounder
is the Code block (or "{ }") surrounder
implementation for the selected piece of code.
Field Summary |
---|
Fields inherited from class oracle.jdeveloper.java.imports.AbstractSurrounder |
---|
codingStyleOptions, endPos, startPos, surroundedEndPos, surroundedStartPos, undoDescriptor |
Constructor Summary | |
---|---|
CodeBlockSurrounder()
|
Method Summary | |
---|---|
protected void |
doSurroundImpl(BasicEditorPane editorPane,
Context context)
The implementation of the surround-with operation. |
protected java.lang.String |
getNameImpl()
The name of the surround-with operation. |
Methods inherited from class oracle.jdeveloper.java.imports.AbstractSurrounder |
---|
blockIndent, doSurround, getIndentSize, getIndentString, getOuterIndent, getTabSize, getUseTabs, isBraceAlone, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CodeBlockSurrounder()
Method Detail |
---|
protected java.lang.String getNameImpl()
AbstractSurrounder
getNameImpl
in class AbstractSurrounder
protected void doSurroundImpl(BasicEditorPane editorPane, Context context) throws javax.swing.text.BadLocationException
AbstractSurrounder
doSurroundImpl
in class AbstractSurrounder
editorPane
- The editor panecontext
- The IDE context
javax.swing.text.BadLocationException
- If the surround operation fails
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |