public class LoadTreeRequest<T> extends AbstractRequest<T> implements LoadDataRequest<T>
| Constructor and Description |
|---|
LoadTreeRequest(File pFile)
Creates a new LoadTreeRequest, the tree is loaded in execute().
|
LoadTreeRequest(String pFileName)
Creates a new LoadTreeRequest, the tree is loaded in execute().
|
| Modifier and Type | Method and Description |
|---|---|
Response<T> |
execute()
Generate a TreeTableModel 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(String pFileName)
pFileName - the file name we should start from, must not be nullIllegalArgumentException - if pFileName is nullpublic LoadTreeRequest(File pFile)
pFile - the file we should start from, must not be nullIllegalArgumentException - if pFile is nullCopyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.