Documenting org.openide.loaders.DataFolder.lazy property
authorJaroslav Tulach <jtulach@netbeans.org>
Thu Jul 10 18:36:12 2008 +0200 (6 weeks ago)
changeset 884711368975babe0
parent 8847041a1e87a2557
child 88473ab86dcd196fd
Documenting org.openide.loaders.DataFolder.lazy property
openide.loaders/arch.xml
diff -r o -r p -r e -r n -r i -r d -r e -r . -r l -r o -r a -r d -r e -r r -r s -r / -r a -r r -r c -r h -r . -r x -r m -r l openide.loaders/arch.xml
--- a/openide.loaders/arch.xml
+++ b/openide.loaders/arch.xml
@@ -526,6 +526,15 @@ for more information about this.
<api type="export" group="property" name="DataFolder.Index.reorderable" category="friend">
If set to <code>Boolean.TRUE</code> on a folder not in the system filesystem, make its node reorderable.
</api>
+ <api type="export" group="property" name="org.openide.loaders.DataFolder.lazy" category="private">
+ Setting this property to true or false <code>true</code> or <code>false</code>
+ influences the kind of children used by all the folders. Either they are
+ "lazy", which is currently a bit experimental, but in long term shall be
+ the default. Or they are "eager", which means that shall be as reliable
+ (and slow)
+ as they used to be in previous releases. This is highly temporary property
+ which will be removed as soon as we stabilize the lazy implementation.
+ </api>
</answer>