Skip navigation links

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

E13403-06


oracle.javatools.editor.folding
Class CodeExpansionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.javatools.editor.folding.CodeExpansionEvent

All Implemented Interfaces:
java.io.Serializable

public class CodeExpansionEvent
extends java.util.EventObject

An event used to describe a change in the expansion state of a collapsible source code block.

Since:
10.1.3
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
CodeExpansionEvent(BasicEditorPane editorPane, java.lang.Object block)
           

 

Method Summary
 java.lang.Object getBlock()
           
 BasicEditorPane getEditorPane()
           

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

CodeExpansionEvent

public CodeExpansionEvent(BasicEditorPane editorPane,
                          java.lang.Object block)

Method Detail

getEditorPane

public BasicEditorPane getEditorPane()

getBlock

public java.lang.Object getBlock()

Skip navigation links

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

E13403-06


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