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, removePathRegistrationListener
getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toString
public RemotePathTreeModelDriver(C ctx)
public final C getClientContext()
ClientObject
getClientContext
in interface ClientObject<C extends ClientContext>
public void reset()
Resettable
reset
in interface Resettable
public 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.Exception
public 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.Exception
public void setPathFilter(PathFilter filter)
setPathFilter
in class PathTreeModelDriver<C extends ClientContext>
public PathFilter getPathFilter()
getPathFilter
in class PathTreeModelDriver<C extends ClientContext>
Copyright © 2013 EsprIT-Systems. All Rights Reserved.