Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)
E76725-01
 
- java.lang.Object
 
- 
- oracle.javatools.editor.folding.FoldingFader
 
 
- 
public final class FoldingFader
extends java.lang.Object
Class to animate a background color fade for newly expanded and collapsed
 blocks.
 The class should be invoked by calling the static method: fade block
 
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Method Detail
- 
fadeBlock
public static void fadeBlock(CodeFoldingModel model,
                             java.lang.Object block,
                             int[] offsets,
                             BasicEditorPane editorPane)
Trigger the fading of a code block. If the block is already fading then the
 previous fade is stopped and the new one started.
- Parameters:
 
model -  
block -  
offsets -  
editorPane -  
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)
E76725-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.