public class LoadTreeRequest<T> extends AbstractRequest<T> implements LoadDataRequest<T>
| Constructor and Description |
|---|
LoadTreeRequest(File pRootNode)
Creates a new LoadTreeRequest, the tree is loaded in execute().
|
| Modifier and Type | Method and Description |
|---|---|
Response<T> |
execute()
Generate a TreeFilteredObservableList with the file given in the constructor.
|
canBeCancelled, cancel, equals, getDelegate, getDispatchTarget, hashCode, setDispatchTarget, setDispatchTarget, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcanBeCancelled, cancel, getDelegate, getDispatchTarget, setDispatchTarget, setDispatchTargetpublic LoadTreeRequest(File pRootNode)
pRootNode - the directory we should start from, must not be nullIllegalArgumentException - if pFile is nullCopyright © 2019 Jürgen Zeller (privat). All rights reserved.