|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.editor.folding.CodeExpansionAdapter
public class CodeExpansionAdapter
An abstract adapter class for receiving code folding events. The methods in this class are empty. This class exists as a convenience for creating listener objects.
| Constructor Summary | |
|---|---|
CodeExpansionAdapter() |
|
| Method Summary | |
|---|---|
void |
codeCollapsed(CodeExpansionEvent event)Called whenever a block of code has been collapsed. |
void |
codeExpanded(CodeExpansionEvent event)Called whenever a block of code has been expanded. |
void |
codeWillCollapse(CodeExpansionEvent event)Called whenever a block of code is about to be collapsed. |
void |
codeWillExpand(CodeExpansionEvent event)Called whenever a block of code is about to be expanded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodeExpansionAdapter()
| Method Detail |
|---|
public void codeExpanded(CodeExpansionEvent event)
codeExpanded in interface CodeExpansionListenerpublic void codeCollapsed(CodeExpansionEvent event)
codeCollapsed in interface CodeExpansionListener
public void codeWillExpand(CodeExpansionEvent event)
throws CodeExpansionVetoException
codeWillExpand in interface CodeWillExpandListenerCodeExpansionVetoException
public void codeWillCollapse(CodeExpansionEvent event)
throws CodeExpansionVetoException
codeWillCollapse in interface CodeWillExpandListenerCodeExpansionVetoException
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||