public class RemoteFileNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected RemoteFileNode[] |
children |
protected RemoteFile |
file |
Constructor and Description |
---|
RemoteFileNode(RemoteFile file) |
RemoteFileNode(VisServiceWrapper svc_wrapper)
Special constructor for root filenode
|
Modifier and Type | Method and Description |
---|---|
protected RemoteFileNode[] |
getChildren(VisServiceWrapper svc_wrapper,
java.lang.String pattern)
Loads the children, caching the results in the children array
|
RemoteFile |
getFile() |
java.lang.String |
toString()
Returns the the string to be used to display this leaf in the JTree.
|
protected RemoteFile file
protected RemoteFileNode[] children
public RemoteFileNode(RemoteFile file)
file
- public RemoteFileNode(VisServiceWrapper svc_wrapper)
svc_wrapper
- protected RemoteFileNode[] getChildren(VisServiceWrapper svc_wrapper, java.lang.String pattern)
public java.lang.String toString()
toString
in class java.lang.Object
public RemoteFile getFile()
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.