Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1)
E52778-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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Method Detail
- 
fadeBlockpublic 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)
E52778-01
 
Copyright © 1997, 2015, Oracle. All rights reserved.