Documenting org.openide.loaders.DataFolder.lazy property
authorJaroslav Tulach <jtulach@netbeans.org>
Thu Jul 10 18:36:12 2008 +0200 (16 months ago)
changeset 884711368975babe0
parent 8847041a1e87a2557
child 88473ab86dcd196fd
Documenting org.openide.loaders.DataFolder.lazy property
openide.loaders/arch.xml
     1.1 --- a/openide.loaders/arch.xml
     1.2 +++ b/openide.loaders/arch.xml
     1.3 @@ -526,6 +526,15 @@
     1.4      <api type="export" group="property" name="DataFolder.Index.reorderable" category="friend">
     1.5          If set to <code>Boolean.TRUE</code> on a folder not in the system filesystem, make its node reorderable.
     1.6      </api>
     1.7 +    <api type="export" group="property" name="org.openide.loaders.DataFolder.lazy" category="private">
     1.8 +        Setting this property to true or false <code>true</code> or <code>false</code>
     1.9 +        influences the kind of children used by all the folders. Either they are
    1.10 +        "lazy", which is currently a bit experimental, but in long term shall be
    1.11 +        the default. Or they are "eager", which means that shall be as reliable
    1.12 +        (and slow)
    1.13 +        as they used to be in previous releases. This is highly temporary property
    1.14 +        which will be removed as soon as we stabilize the lazy implementation.
    1.15 +    </api>
    1.16  </answer>
    1.17  
    1.18