public final class RemotePathTreeModelDriver<C extends ClientContext> extends PathTreeModelDriver<C> implements ClientObject<C>
PathTreeModelDriver implementation which communicates
to a remote PathTreeModelDriver on the server.| Constructor and Description |
|---|
RemotePathTreeModelDriver(C ctx) |
| Modifier and Type | Method and Description |
|---|---|
C |
getClientContext()
Returns the the client runtime environment
|
PathFilter |
getPathFilter() |
PathInfo |
getRootPathInfo() |
java.util.List<PathInfo> |
loadChildren(PathInfo parentInfo) |
void |
renamePath(java.nio.file.Path oldPath,
java.nio.file.Path newPath) |
void |
reset()
This method is called by the ResetButton on it's registered target.
|
void |
setPathFilter(PathFilter filter) |
addPathChangeListener, addPathRegistrationListener, firePathChangeEvent, firePathRegistrationEvent, removePathChangeListener, removePathRegistrationListenergetApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toStringpublic RemotePathTreeModelDriver(C ctx)
public final C getClientContext()
ClientObjectgetClientContext in interface ClientObject<C extends ClientContext>public void reset()
Resettablereset in interface Resettablepublic final java.util.List<PathInfo> loadChildren(PathInfo parentInfo)
loadChildren in class PathTreeModelDriver<C extends ClientContext>public final PathInfo getRootPathInfo() throws java.lang.Exception
java.lang.Exceptionpublic void renamePath(java.nio.file.Path oldPath,
java.nio.file.Path newPath)
throws java.lang.Exception
renamePath in class PathTreeModelDriver<C extends ClientContext>java.lang.Exceptionpublic void setPathFilter(PathFilter filter)
setPathFilter in class PathTreeModelDriver<C extends ClientContext>public PathFilter getPathFilter()
getPathFilter in class PathTreeModelDriver<C extends ClientContext>Copyright © 2014 EsprIT-Systems. All Rights Reserved.