Documenting the refreshSlow attribute indices-168237
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 25 Mar 2010 11:08:06 +0100
branchindices-168237
changeset 1648459322b5e8a800
parent 164844 b63a6b696920
child 164846 7c5f5b8074fe
Documenting the refreshSlow attribute
masterfs/arch.xml
     1.1 --- a/masterfs/arch.xml	Thu Mar 25 08:53:56 2010 +0100
     1.2 +++ b/masterfs/arch.xml	Thu Mar 25 11:08:06 2010 +0100
     1.3 @@ -427,7 +427,12 @@
     1.4          </question>
     1.5  -->
     1.6  <answer id="exec-component">
     1.7 -No.
     1.8 +    <api name="refreshSlow" category="private" type="export" group="property">
     1.9 +        One can ask FileObject.getAttribute("refreshSlow") and obtain an instance
    1.10 +        of <code>Runnable</code> with intricate behavior. This is a private contract
    1.11 +        used from core.ui module to show refresh progress and tested
    1.12 +        in <code>masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshTest.java</code>.
    1.13 +    </api>
    1.14  </answer>
    1.15  
    1.16